MATLAB: “eig” use which algorithm to find eigenvalues

algorithmeigeigenvalues

I am wondering what algorithm "eig", MATLAB build in finction, use to find the eigen values? I so much appreciate the time and responses. Thank you.

Best Answer

The algorithm is dependent on the properties of the input(s).
The algorithm section of the documentation for eig gives some info on this dependence.