Variable-precision numerical solution of the equation e for variable x using initial guess of x0 . Example: syms x eqn = exp(x) == x + 2; vpasolve(eqn, x, 0.1) ...
確定! 回上一頁