- 
          
- 
        Couldn't load subscription status. 
- Fork 684
Closed
Milestone
Description
At http://groups.google.com/group/sage-support/browse_thread/thread/d8e22deb18d97253 Michael Friedman asked how to get the multiplicities when solving a set of nonlinear equations.
It turns out that actually even the multiplicities for a single and rather simple equation are wrong:
----------------------------------------------------------------------
| Sage Version 4.0, Release Date: 2009-05-29                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage: z = var('z')
sage: solve((z^3-1)^3,z,multiplicities=True)
([z == (sqrt(3)*I - 1)/2, z == (-sqrt(3)*I - 1)/2, z == 1], [1, 1, 3])
I am afraid that symbolics isn't my field of expertise. So, I don't know how to cure it.
Component: symbolics
Keywords: multiplicities solve
Author: Karl-Dieter Crisman
Reviewer: Mike Hansen
Merged: sage-4.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/6228