> sage: solve([x==sin(x)], x, solution_dict=True)
> ------------------------------------------------------------
> Traceback (most recent call last):
>    File "<ipython console>", line 1, in <module>
>    File "/Users/robert/sage/sage-4.0/local/lib/python2.6/site-
> packages/sage/symbolic/relation.py", line 509, in solve
>      sol_dict=[dict([[eq.left(),eq.right()] for eq in solution]) for  
> solution in sol_list]
> TypeError: 'sage.symbolic.expression.Expression' object is not iterable

See if #4786 fixes this.  (In the sense that [{sin(x): cos(x)}] would
be better than an error.)

- kcrisman
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to