next up previous contents index
Next: shift Up: UnivariateFreeAlgebra Previous: monomial   Contents   Index


setCoefficient!


\begin{usage}
setCoefficient!(p, n, c)
\end{usage}


Signature


\begin{params}
{\em p} & \% & A polynomial or series\\
{\em n} & \htmlref{\te...
...nteger}}{Integer} & An exponent\\
{\em c} & R & A coefficient\\\end{params}

\begin{descr}
Sets the coefficient of $P_n$\ in $p$\ to $c$,
and returns the modified $p$.
\end{descr}

\begin{remarks}
The storage used by p is allowed
to be destroyed or reused, so...
...arily copying their
arguments and can thus create memory aliases.
\end{remarks}


See Also



Manuel Bronstein 2000-12-13