[sage-support] Re: solve error

2009-09-17 Thread x x
I am trying to solve the following equation: sage: f(x)=((1-0.15)/(1-0.15+(0.15/(1-x*0.15)^22)))^3-x Hi, When writing 15/100 instead 0.15 it outputs: [x == 0.302350301169, x == (0.67362336338 + 0.678659962463*I), x == (0.67362336338 - 0.678659962463*I)] Although solve only accepts from

[sage-support] Re: solve error

2009-09-17 Thread kcrisman
On Sep 17, 8:47 am, x x niels.lub...@gmail.com wrote: I am trying to solve the following equation: sage: f(x)=((1-0.15)/(1-0.15+(0.15/(1-x*0.15)^22)))^3-x Hi, When writing 15/100 instead 0.15 it outputs: [x == 0.302350301169,  x == (0.67362336338 + 0.678659962463*I),  x ==