Files
matlab-learning/lab6/exercise6_c_3.m

3 lines
37 B
Mathematica

syms a b c x;
s=a*x^2+b*x+c;
solve(s)