- get maths help on simultaneous equations
- have fun with quadratic equations
- input quadratic formula calculator ti 83
- maths-quadratic equations and graphs
- easy explanation for equations
- step by step simultaneous equation solver
- additional mathematic format
- conclusion of quadratic graphs
- the easiest way to solve any simultaneous equation
- how to solve an equation on a ti84
- how to calculate roots using a ti 89 calculator
- basics of quadratic equation
- step in solving quadratic
- sejarah perkembangan komputer di dunia
- writing quadratic equations in vertex form
- solver simultaneous equation
- solving a rubik2527s cube
- rules of simultaneous equation
- online math solver
- solving 4th order equations
|
Step By Step Solving Curve
Solving 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(" y is: " & y)response.write(" Click here to try another")end if%>
|