next up previous contents index
Next: leadingCoefficient,trailingCoefficient Up: UnivariateFreeFiniteAlgebra Previous: degree,trailingDegree   Contents   Index


generator,terms


\begin{usage}
for term in p repeat \{ (c, n) := term; \dots \}\\
for term in ...
...ts \}\\
for term in terms~p repeat \{ (c, n) := term; \dots \}\\\end{usage}


Signature


\begin{params}
{\em p} & \% & A polynomial\\
\end{params}

\begin{descr}
Both functions allow a polynomial to be iterated independently of...
...exponents, while
terms(p) yields the terms in increasing exponents.
\end{descr}


Example


See Also



Manuel Bronstein 2000-12-13