執行以下程式碼. syms x eqn = 4*x*x*x-2*x-4==0; solx = solve(eqn,x). 得到: solx = root(z^3 - z/2 - 1, z, 1) root(z^3 - z/2 - 1, z, ...
確定! 回上一頁