- how do you graph quadratic equations
- show some examples of quadratic equations
- how to solve quadratic equation in mathematics
- what are the pros and cons of graphing a quadratic formula3f
- easy understand quadratic equation
- easy way solving addmath
- sejarah processor komputer
- quadratic equation greek
- math b solving quadratics
- pulse ignition model dhlg-4
- solve simultanious equations online
- easy way to solve equations5d
- solve equation curve
- solving an equation when x and y are squared
- online cubic equation solver
- rules in solving quadratic equation
- steps to solving quadratic equations
- pros and cons of solving quadratic equations
- quadratic equation hotel room
- quadratic
|
Simultaneous Equations Solver
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%>
|