3 lines
37 B
Mathematica
3 lines
37 B
Mathematica
syms a b c x;
|
|
s=a*x^2+b*x+c;
|
|
solve(s) |
syms a b c x;
|
|
s=a*x^2+b*x+c;
|
|
solve(s) |