How expensive is it to compute the eigenvalues of a matrix?

后端 未结 8 948
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 22:51

How expensive is it to compute the eigenvalues of a matrix?

What is the complexity of the best algorithms?

How long might it take in practice if I have a 1

8条回答
  •  失恋的感觉
    2020-12-07 23:15

    I would take a look at Eigenvalue algorithms, which link to a number of different methods. They'll all have different characteristics, and hopefully one will be suitable for your purposes.

提交回复
热议问题