Eigensystem

 Reference: http://reference.wolfram.com/legacy/v4-zh/Built-inFunctions/ListsAndMatrices/MatrixOperations/Eigenvectors.html


 

Usage

Eigensystem[ m ] 给出由方阵的特征值和特征向量构成的列表  values , vectors


Notes

• 如果 m 包含了近似实复数, Eigensystem会找出数值的特征值和特征向量.
• 所有给出的非零特征值都是线性无关的. 如果特征向量的个数等于非零特征值的个数, 则相应特征值和特征向量在相应位置分别用它们的列 表给出. • 如果特征值比无关的特征向量多,则每个特定的特征值会跟上一个零向量. • Eigensystem[ m , ZeroTest -> test ] 使用 test 来确定表达式是否被假设为0 .缺省设置为 ZeroTest -> Automatic.
• 特征值和特征向量满足矩阵方程 m.Transpose[ vectors ] Equal Transpose[ vectors ].DiagonalMatrix[ values ].
• 参见 Mathematica 全书: 3.7.9节.
Further Examples

These are the eigenvalues of a 2 x 2 matrix.

In[1]:=  

Out[1]=

These are the eigenvectors of the matrix.

In[2]:=  

Out[2]=

This lists the eigenvalues and the eigenvectors for the matrix. The eigenvalues are listed first.

In[3]:=  

Out[3]=

This verifies the result for the first eigenvalue and its corresponding eigenvector.

In[4]:=  

Out[4]=

Using Eigensystem to diagonalize a matrix 使用来对角化一个矩阵.

Matrices with non-repeated eigenvalues can be diagonalized using Eigensystem. The eigenvalues give the diagonalized form. The columns of the change of basis matrix b are the eigenvectors.

In[5]:=  

Out[5]//MatrixForm=

We check the diagonalization.

In[6]:=  

Out[6]=

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值