Step wise Equation Solving
|
07-05-2015, 08:56 PM
Post: #1
|
|||
|
|||
Step wise Equation Solving
I was writing a program to obtain the results of a linear quadratic equation and i used the jhplot.math.Numeric class to compute the results. I was wondering if i could
a) solve quadratic equation in a step by step fashion storing intermediate results. for example : x2-4x+3=0 x2-3x-x+3=0 x(x-3)-1(x-3)=0 (x-1)(x-3)=0 x=1 and x=3 b) plot the quadratic equation as a graph in 2d space. I am using the data melt one jar file to write the program in java and am a newbie. Any help in this regard would be much appreciated. thanks. |
|||
07-13-2015, 11:47 AM
Post: #2
|
|||
|
|||
RE: Step wise Equation Solving
Hello,
I'm not sure about intermediate steps, but to solve and [/code][/php]plot quadratic equations are easy: Code: from jhplot.math.Numeric import * Also, check Apache common math included into the package best, Sergei (07-05-2015 08:56 PM)mathemagic12 Wrote: I was writing a program to obtain the results of a linear quadratic equation and i used the jhplot.math.Numeric class to compute the results. I was wondering if i could |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)