Skip to main content

EIGVAL

Returns the dominant (largest-magnitude) eigenvalue of a square matrix, computed by power iteration.

CategoryMatrix
SyntaxEIGVAL(matrix)

Parameters

ParameterRequiredDescription
matrixRequiredA square matrix.

Example

EIGVAL([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.