The trace method is a numerical method for solving the partial problem of eigenvalues, which means that for given real or complex matrix, it calculates only one eigenvalue (the one with greatest value of its euclidian norm) and its corresponding eigenvector. The method is iterative and it has three variations. The approximation of the eigenvalue calculated in k-th iteration, eigenvaluek, is calculated as follows (M is input matrix):
The methods stop when desired accuracy is achieved or maximal allowed number of iterations is exceeded. Be sure to read the help page for the result panel of the applet for information on how to interpret the error graph with regard to success/failure of the methods.