|
||||
|
- solving simultaneous equations on ti-89 - example of simultaneous equation - solve for y with quadratic - pros and cons "completing the square" - silmutaneous equation - solving two equations on ti-89 - rules for quadratic equations - additonal mathematic - quadrativ equations easy solve - an easy way to solve an equation - song of quadratic formula - what is the use of the quadratic equation3f - sejarah perkembangan mesin fax - fx3650p program - free online linear equation solver - simultaneus equstions - perkembangan sejarah komputer - quadtratic calulater - solve equations online step by step - +guadratic expression and equation |
Simultaneous Equations Solve OnlineSolving 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(" |
|||
|
|
||||