How to Find the maximum eigenvalue of the matrix

The eigen () function is going to compute all the eigen values of the matrix, and that takes a long time, so I just want the biggest eigen value ,so how to do that?

Check this post please ( eigs moved to Arpack.jl).

1 Like