|
||||
|
- quadratic type equations ti-89 download - ti 89 non-linear solver - solving quadratics simultaneous - how to solve quadratic equation in ti83 - ti-83 lu decomposition - how to solve molecular formula - "jericho demo walkthrough" - solvingsimultaneousmathsquestion - how can real life quadratic equations have imaginary solutions - quadratic equation solving review - solving demand function step by step - quad 3 for ti 84 - enfr - poem about quadratic equation - solve simultaneous equation program - "factorise quadratic equations online" - simultaneous equation solver step by step explanation - how to solve a cubed math problem - example of simultaneous equation - how do you show a quadratic equation equals 0 |
Quadtatic FormulaSolving Quadratic Equations<%dim a, b,c,xa, xba=request.form("a")b=request.form("b")c=request.form("c")if a="" or b="" or c="" thenresponse.write "You must enter values into the equation solver before find the answers! Please click here to be directed to the form"elseif ( ( b*b)-(4*a*c))>=0 thenxa=((-b+ ( (b*b) - (4*a*c) )^(1/2) ))/(2*a)response.write "The first solution is: " & xaxb=((-b- ( (b*b) - (4*a*c) )^(1/2) ))/(2*a)response.write " |
|||
|
|
||||