power_method_test


power_method_test, a C code which calls power_method(), which carries out the power method to determine the eigenvalue of maximum modulus, and a corresponding eigenvector.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

power_method, a C code which carries out the power method for finding a dominant eigenvalue and its eigenvector.

Source Code:


Last modified on 27 July 2019.