Re: to solve the simple equation

2012-05-12 Thread Terry Reedy
On 5/12/2012 9:30 AM, contro opinion wrote: there is a simple equation, 50/((1+x)**0.9389)+50/((1+x)**1.9389)+1050/((1+x)**2.9389)-1045=0 i input : from sympy import * x=Symbol('x') solve(50/((1+x)**0.9389)+50/((1+x)**1.9389)+1050/((1+x)**2.9389)-1045, x) Traceback (most recent call last):

to solve the simple equation

2012-05-12 Thread contro opinion
there is a simple equation, 50/((1+x)**0.9389)+50/((1+x)**1.9389)+1050/((1+x)**2.9389)-1045=0 i input : >>> from sympy import * >>> x=Symbol('x') >>>solve(50/((1+x)**0.9389)+50/((1+x)**1.9389)+1050/((1+x)**2.9389)-1045, x) Traceback (most recent call last): File "", line 1, in File "/usr/lib/p