sage: var('z'); var('a');var('b'); sage: F = a*z + i*b*z^2 sage: Now F.norm() or something should give me (a*z)^2 + (b*z^2)^2, but I can't find a command to do that. I want to do this when F is a polynomial of degree 6 with complex rational coefficients to eliminate i and produce a polynomial of degree 12 with rational coefficients.
-- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org