|
||||
|
- solving equations by c++ - online web simultaneous equation solver - teachertube.com maths - mathematic for ax5e2+bx+c - simple solution to third order quadratic equation - solving quad equations - quadratic equation cubed - quadratic equation for the bottom of the eiffel tower - how solve simultaneous equation - methods of mayhem-get naked mp3 - "exponential equations" solver - solving linear equations online calculator - quadratic equations solve for me - solver x cubed - graphing quadratic equations worksheet easy - how to solve quadratic equation using routes - "factoring calculator" - vertex 2x squared - online simultanious equation solve - what is a quadratic equation in vertex form |
How To Use Simult On CalculatorSolving Quadratic Equations<%dim a,b,c,d,e,f,x,ya=request.form("a")b=request.form("b")c=request.form("c")d=request.form("d")e=request.form("e")f=request.form("f")if a=d and b=e and c=f thenresponse.write("Your two equations were the same, they must be different!")ElseResponse.write("Your two equations were:")response.write(a & "x + " & b & "y = " & c & " ")response.write(d & "x + " & e & "y = " & f & " ")b=b/ac=c/ae=e/df=f/dy=(c-f)/(b-e)x=(c-b*y)response.write(" x is: " & x)response.write(" |
|||
|
|
||||