|
||||
|
- simultaneous equations easy explanation - simultaneous quadratic - quadratic solver, ti 89 - quadratic equation cheating - +quadric equations formula, power of 3 - poems of quadratic formula - how to solve quadratic equations by graphing - quadratic word problems/ projectile motion - quadratic formula for age - quadratic equations, pros and cons - online y solver - simultaneous equation- one linear and one quadratic - how can you know if an equation is quadratic? - sejarah komputer - online logarithmic equation solver - similtaneous equations with vba - the quadratic solver that shows one step - algebrator for iphone - beryllium equation solving prolem - real-life example quadriatic equations |
Solve Simultaneous Quadratic EquationSolving 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(" |
|||
|
|
||||