why is solution_dict not recognized in this case?
sage: a
494000*(1.44468576e-24*s + 1.214292456e-15) + 2.4078096e-11
sage: type(a)
<class 'sage.calculus.calculus.SymbolicArithmetic'>
sage: solve(a,s, solution_dict = True)
Traceback (click to the left for traceback)
...
TypeError: solve() got an unexpected keyword argument 'solution_dict'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/notebook/sage_notebook/worksheets/admin/50/code/80.py",
line 6, in <module>
solve(a,s, solution_dict = True)
File "/usr/local/sage/local/lib/python2.5/site-packages/
zope.interface-3.3.0-py2.5-linux-i686.egg/", line 1, in <module>
File "/usr/local/sage/local/lib/python2.5/site-packages/sage/
calculus/equations.py", line 1408, in solve
return f.solve(*args,**kwds)
TypeError: solve() got an unexpected keyword argument 'solution_dict'
thanks
regards
Maurizio
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---