Updates:
        Status: Invalid

Comment #1 on issue 3264 by [email protected]: can not solve the equation
http://code.google.com/p/sympy/issues/detail?id=3264

To solve things numerically, use nsolve:

eq = 1050*(x + 1)**(-2.9389) + 50*(x + 1)**(-1.9389) + 50*(x + 1)**(-0.9389) - 1045
nsolve(eq, x, 0)
mpf('0.034723147885626335')
Float(_)
0.0347231478856263

(You also might download the most recent version of sympy -- google for "bleeding edge sympy" -- but it doesn't give a closed form solution for this either.)


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