Feeds
已回答
Using fzero with syms or finding an alternative to syms
syms x; % Define the equation f(x) = 0 f = x^3 - 6*x^2 + 11*x - 6; % Find roots of f_sym using fzero S_guess = 0; % Init...
Using fzero with syms or finding an alternative to syms
syms x; % Define the equation f(x) = 0 f = x^3 - 6*x^2 + 11*x - 6; % Find roots of f_sym using fzero S_guess = 0; % Init...
2 years 前 | 0
