示例: syms x y z; f1= x+y+z; f2= x^2+y^2+z^2; f3= x+y+z; system=[f1;f2;f3]; solve(system) vpasolve(system) ...
確定! 回上一頁