Using this function in a Python script

def MSolveSys(syss):
   eqns=eval(syss)
   solns=maxima.solve(eqns)
   return solns

I am getting "Malformed expression".

When I use it the notebook no problem

Thanx
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to