Changes http://wiki.axiom-developer.org/MantepseSpad/diff
--

 \begin{spad}
++added:
+-- Copyright (C) 2006 Martin Rubey <[EMAIL PROTECTED]>              
+--                                                                      
+-- This program is free software; you can redistribute it and/or        
+-- modify it under the terms of the GNU General Public License as       
+-- published by the Free Software Foundation; either version 2 of       
+-- the License, or (at your option) any later version.                  
+--                                                                      
+-- This program is distributed in the hope that it will be              
+-- useful, but WITHOUT ANY WARRANTY; without even the implied           
+-- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR              
+-- PURPOSE. See the GNU General Public License for more details.        
+
+
 )abbrev domain UFPS UnivariateFormalPowerSeries

??changed:
       ++ maxDegree(d) specifies the maximum degree of the coefficient
-      ++ polynomial in an algebraic differential equation or a recursion with
-      ++ polynomial coefficients.  maxDegree(-1) specifies that the maximum
+      ++ polynomials in an algebraic differential equation or a recursion with
+      ++ polynomial coefficients. For rational functions with an exponential
+      ++ term, \spad{maxDegree} bounds the degree of the denominator
+      ++ polynomial. 
+      ++ maxDegree(-1) specifies that the maximum
       ++ degree can be arbitrary. This option is expressed in the form

??changed:
     functionName l ==
-      if (opt := option(l, "variableName" :: Symbol)) case "failed" then
+      if (opt := option(l, "functionName" :: Symbol)) case "failed" then
         "f" :: Symbol

         retract(opt :: Any)$AnyFunctions1(Boolean)
++added:
+
 \end{spad}

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to