Roots of a quadratic function: Difference between revisions

Content added Content deleted
Line 1,609: Line 1,609:
1.000000000 10 , 1.000000000 10 </pre>
1.000000000 10 , 1.000000000 10 </pre>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
Possible ways to do this are (symbolic and numeric examples):
Possible ways to do this are (symbolic and numeric examples):
<lang Mathematica>Solve[a x^2 + b x + c == 0, x]
<lang Mathematica>Solve[a x^2 + b x + c == 0, x]