[back] [prev] [next] [index] [root]
L := PolyToList(f);
list | L |
|
polynomial | f |
See also: Poly
kash> f := Poly(Zx, [1, 2, 3, 4, 5, 6]); x^5 + 2*x^4 + 3*x^3 + 4*x^2 + 5*x + 6 kash> PolyToList(f); > [ 1, 2, 3, 4, 5, 6 ]
<- back[back] [prev] [next] [index] [root]