If I type (x+1)^2 the output is (x+1)^2 If I type z=ComplexField(50)['z'].0; (z+1)^2 the output is z^2 + 2.0000000000000*z + 1.0000000000000
1) Why the difference (keeping it factored vs multiplying it out)? 2) I would like to be able to keep arbitrary-precision complex polynomials in their factored form. How do I do this? -- 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
