- #1
akerman
- 27
- 0
Hello,
I have been asked to implement an algorithm which will find the smallest magnitude eigen value of the matrice. I have already seen many implementation of it. However, all of them are for the symmetric matrices.
My problem is that I need to do it for non-symmetric matrices which makes it completed for me as I don't really know how to do it.
So my problem should be testking it for normally distributed radnom martices. With this at the beggining what would be the best process to follow to find the smallest magnitude eigenvalue?
Can someone clearly ourline some steps which need to be satsfied in order to find the solution?
I have found thisView attachment 2116
I think it can only be used for symmetric matrices. Can anyone help?
I have been asked to implement an algorithm which will find the smallest magnitude eigen value of the matrice. I have already seen many implementation of it. However, all of them are for the symmetric matrices.
My problem is that I need to do it for non-symmetric matrices which makes it completed for me as I don't really know how to do it.
So my problem should be testking it for normally distributed radnom martices. With this at the beggining what would be the best process to follow to find the smallest magnitude eigenvalue?
Can someone clearly ourline some steps which need to be satsfied in order to find the solution?
I have found thisView attachment 2116
I think it can only be used for symmetric matrices. Can anyone help?