Hello. I'm trying to solve a quadratic function. I enter it in the Solver of EasyCalc 1.22 as x=(-b+sqrt(b^2-(4)(a)(c)))/2(a). I give a, b, and c thier respective values. x stays undifined. My praoblem is that I get an "error while computing", which isn't very helpful. :( Any suggestions?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. I'm trying to solve a quadratic function. I enter it in the Solver of EasyCalc 1.22 as x=(-b+sqrt(b^2-(4)(a)(c)))/2(a). I give a, b, and c thier respective values. x stays undifined. My praoblem is that I get an "error while computing", which isn't very helpful. :( Any suggestions?
Thanks!
I get the same message every single time I'm trying to use the solver, even with the simplest equations.
Any advice would be great.
x=(-b+sqrt(b^2-(4)(a)(c)))/2(a)
no
try:
x=(-b+sqrt(b^2-(4*a*c)))/(2*a)
but that don´t solve when x is complex
Lo anterior esta resuelto en:
http://sourceforge.net/forum/forum.php?thread_id=880023&forum_id=101536