|
||||
|
- solving simultaneous equations quadratic - quadratic equation on excel - how to solve simultaneous with ti 83 - format for solving simultaneous equations in ti-89 - math 11 quadratic equation - 6x6 simultaneous equation solver - solve simulatenous equations ti-89 - how to solve quadratic functions - eaeeeceffcfef2e5f0eee2 - quadratic equations optimization - online solve for x - qudratic equations - quadratic equations online for solving - the problem of quadratic equation - solving simultaneous equations with trig - quadratic functions oxford fajar - how to solve simultaneous equation easy way - alphadoku - finding vertex of a quadratic equation - factorise 4y squared -1 |
How To Form Quadratic EquationsSolving 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(" |
|||
|
|
||||