**matlab中 poly 用法**

版权声明:本文为博主原创文章,经博主允许可以转载,必须附上博主网址。 https://blog.csdn.net/Intangilble/article/details/84282047

1、poly 函数 :

具有指定根的多项式或特征多项式。

2、使用方法:

(1)p = poly( r )

(其中 r 是向量)返回多项式的系数,其中多项式的根是 r 的元素。

(2)p = poly(A)

(其中 A 是 n×n 矩阵)返回矩阵 det(λI – A) 的特征多项式的 n+1 个系数。

猜你喜欢

转载自blog.csdn.net/Intangilble/article/details/84282047
今日推荐