LinearAlgebra.jl icon indicating copy to clipboard operation
LinearAlgebra.jl copied to clipboard

Function to return any eigenvector

Open ParadaCarleton opened this issue 2 years ago • 10 comments

Sometimes it's useful to compute just a single eigenvector (e.g. by the power method), and any eigenvector will do, e.g. I have an irreducible Markov chain, where the eigenvector is unique. I couldn't find any functions for this; should we add one to LinearAlgebra?

ParadaCarleton avatar May 18 '23 23:05 ParadaCarleton