Oops.
On 5 Jun., 21:32, [email protected] wrote:
> sage: E=(z^3-1)^3
> sage: e = E==0
> sage: m=e._maxima_()
> sage: m.solve(z).str()
> '[z=(sqrt(3)*%i-1)/2,z=-(sqrt(3)*%i+1)/2,z=1]'
Here I forgot to copy-and-paste the line
sage: P = m.parent()
> sage: P.get('multiplicities')
> '[1,1,3]'
Sorry, it seems that I am a bit distracted today.
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---