next up previous contents
: CPU dependent double : CMOexpressions for numbers and : Distributed polynomial Dpolynomial   Ìܼ¡

Recursive polynomials

#define CMO_RECURSIVE_POLYNOMIAL        27
#define CMO_POLYNOMIAL_IN_ONE_VARIABLE  33

Group CMObject/RecursivePolynomial requires CMObject/Primitive, CMObject/Basic.
Polynomial in 1 variable, Coefficient, Name of the main variable, Recursive Polynomial, Ring definition for recursive polynomials $\in$ CMObject/RecursivePolynomial

\begin{eqnarray*}
\mbox{Polynomial in 1 variable} &:&
\mbox{({\tt CMO\_POLYNOMI...
...& & \quad \mbox{ --- It is sorted in the decreasing order. } \\
\end{eqnarray*}

Example:

(CMO_RECURSIEVE_POLYNOMIAL, ("x","y"),
(CMO_POLYNOMIAL_IN_ONE_VARIABLE, 2,      0,  <--- "x"
  3, (CMO_POLYNOMIAL_IN_ONE_VARIABLE, 2, 1,  <--- "y"
       5, 1234,
       0, 17),
  1, (CMO_POLYNOMIAL_IN_ONE_VARIABLE, 2, 1,  <--- "y"
       10, 1,
       5, 31)))
This represents

\begin{displaymath}x^3 (1234 y^5 + 17 ) + x^1 (y^{10} + 31 y^5) \end{displaymath}

sm1
sm1>(x^2-h). [(class) (recursivePolynomial)] dc /ff set ;
sm1>ff ::
Class.recursivePolynomial h * ((-1)) + (x^2  * (1))



Nobuki Takayama Heisei 28.8.27.