Calculates the dominant eigenvalue of a matrix.
The matrix
Optional
The number of iterations the algorithm runs
const result = Chalkboard.matr.eigenvalue([[2, 1], [1, 2]]); // Returns the dominant eigenvalue Copy
const result = Chalkboard.matr.eigenvalue([[2, 1], [1, 2]]); // Returns the dominant eigenvalue
Calculates the dominant eigenvalue of a matrix.