代数方程求解和其他符号工具

d=x^2+sqrt(5)*x-pi;
solve(d);
ezplot(d,[2,4,0,1])
simplify(tan(x)^2-sec(x)^2)
s=taylor(tan(x));
T10 = taylor(y, x, 'Order', 10)

你可能感兴趣的:(matlab)