On Sat, Dec 5, 2009 at 11:01 PM, Rolandb <[email protected]> wrote: > Hi, > > gg=4*A^3 > gg.factor() > (4) * A^3 > > How to separate the number 4? Nor gg.dict() nor list(gg.factor()) has > the number 4.
gg.factor().unit() should give it to you. --Mike -- 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
