【问题标题】:How to find the eigenvalues in Python with a matrix different to the identity matrix如何使用与单位矩阵不同的矩阵在 Python 中查找特征值
【发布时间】:2019-09-28 22:10:41
【问题描述】:

我试图在 Python 中找到特征方程的特征值,问题是在方程 |A-lambda I|=0 中,乘以 lambda 的矩阵不是单位矩阵,但我必须使清楚这个不同于单位矩阵的矩阵是对角矩阵。

【问题讨论】:

    标签: python numpy matrix linear-algebra eigenvalue


    【解决方案1】:

    您面临的问题称为广义特征值问题。 this 问题中给出了numpy 的示例解决方案。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-11
      • 1970-01-01
      • 2011-09-29
      • 1970-01-01
      • 2016-01-26
      • 2017-10-21
      相关资源
      最近更新 更多