ah found why got that missed brqacket on end of g.unit() now by using g.factor how do i express the factors of a polynomial in a list eg g=x^2+x g.factor= x(x+1) so want something that does list(g) giving output [x,x+1]
> > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
