polynomial = array of coefficients in matlab: >> p = [1 0 0 0 5 7]; % p(x) = x^5 + 5*x + 7 >> format long; % print double-precision >> roots(p) % print out ...
確定! 回上一頁