Eigenvalue

Types

Functions

LUSE_ENGR701_704_NumericalMethods.Eigenvalues.qr_algorithmMethod
qr_algorithm(EV)

Systematically find all the eigenvalues of matrix, EV.A.

Matrix must be symmetric and tridiagonal!

This method is preferred over power_method and inverse_power_method by keeping round-off error to a minimum [burdenNumericalAnalysis2016]_. Refer to this example for an explanation and demonstration.

source

Index