Files
matlab-learning/lab6/exercise6_10.m

3 lines
47 B
Mathematica

syms x;
eq1=x^4-4*x^3+12*x-9==0;
x=solve(eq1,x)