Updates:
        Status: Fixed

Comment #6 on issue 1275 by [email protected]: tsolve errors on exponentials
http://code.google.com/p/sympy/issues/detail?id=1275

All appears well:

    >>> solve(1.0 + 2.0*x + 3.0*sqrt(1-x**2))
    [-0.953254218877943]
>>> solve(-1 + x**2 + 0.111111111111111*(1.00000000000000 + 2.00000000000000*x)*
    *2,x)
    [0.645561911185636, -0.953254218877943]



--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
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/sympy-issues?hl=en.

Reply via email to