<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, "Error, (in int) wrong number (or type) of arguments"</title>
    <link>http://www.mapleprimes.com/questions/97843-Error-in-Int-Wrong-Number-or-Type</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 11:45:49 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 11:45:49 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, "Error, (in int) wrong number (or type) of arguments"</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, "Error, (in int) wrong number (or type) of arguments"</title>
      <link>http://www.mapleprimes.com/questions/97843-Error-in-Int-Wrong-Number-or-Type</link>
    </image>
    <item>
      <title>various issues</title>
      <link>http://www.mapleprimes.com/questions/97843-Error-in-Int-Wrong-Number-or-Type?ref=Feed:MaplePrimes:"Error, (in int) wrong number (or type) of arguments":Comments#answer97847</link>
      <itunes:summary>&lt;p&gt;You may have various issues related to the confusing or wrong use of operators versus expressions.&lt;/p&gt;
&lt;p&gt;But another serious problem is that Bet(k,m) is defined as an equation, with an `=` symbol. But then you've used it inside the defn of `frontint` as if it were some scalar quantity. Did you intend instead to use just the RHS or the LHS of that Bet equation?&lt;/p&gt;
&lt;p&gt;I notice also that the defn of B(k,m) uses the symbol lambda (pretty printed). But that name is also being used for the assignment lambda(k,m):=stuff. You've have to resolve that contradiction. Did you really mean to use &lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=43e95f3bdc7fae8b3f462caa6d13fe94.gif" alt="lambda^2"&gt; inside the defn of B(k,m)? Did you instead mean lambda(k,m)^2, or did you want some other variable altogether?&lt;/p&gt;
&lt;p&gt;If you resolve those two problems, then we might move on to the issues relating to how you create all your operators (function defns), and whether that is being done back-to-front or whatever.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You may have various issues related to the confusing or wrong use of operators versus expressions.&lt;/p&gt;
&lt;p&gt;But another serious problem is that Bet(k,m) is defined as an equation, with an `=` symbol. But then you've used it inside the defn of `frontint` as if it were some scalar quantity. Did you intend instead to use just the RHS or the LHS of that Bet equation?&lt;/p&gt;
&lt;p&gt;I notice also that the defn of B(k,m) uses the symbol lambda (pretty printed). But that name is also being used for the assignment lambda(k,m):=stuff. You've have to resolve that contradiction. Did you really mean to use &lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=43e95f3bdc7fae8b3f462caa6d13fe94.gif" alt="lambda^2"&gt; inside the defn of B(k,m)? Did you instead mean lambda(k,m)^2, or did you want some other variable altogether?&lt;/p&gt;
&lt;p&gt;If you resolve those two problems, then we might move on to the issues relating to how you create all your operators (function defns), and whether that is being done back-to-front or whatever.&lt;/p&gt;</description>
      <guid>97847</guid>
      <pubDate>Fri, 15 Oct 2010 21:10:19 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
  </channel>
</rss>