Eigenpair with the Largest Eigenvalue

Given an n×nn \times n matrix AA, find the eigenpair (eigenvalue and associated eigenvector) of AA with the largest eigenvalue.

Parameters

  • nn: dimension of matrix

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 1 of 1 algorithms

See more
Power Iteration1929O(n2)O(n^2)O(n)O(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table