- #1
- 87
- 1
I'm tinkering with a code snippet where a part finds eigenvalues.
The thing is, I tried to do it not using eig() to grasp this and got stuck. Could anyone shed some light on this..? How do I find the smallest eigenvalue?
Code:
eig(A);