Hi,
Is it possible to convert a SymbolicEquation into a MaximaElement
easily? The opposite to: -
maxima('x^2 + y^2 = 0').sage()
Something like this: -
x, y = var('x y')
b = x^2 + y^2 == 0
b.maxima()
I would like to do some manipulations on an equation by breaking it
down into terms and parts.
Thanks
Blair
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---