Since f(x) is a polynomial, you can find the same real zero, and a complex conjugate pair of zeros, using the roots command. roots([1 0 -2 -5]). ans = 2.0946 - ...
確定! 回上一頁