Description Usage Arguments Value Examples
View source: R/ray.quot.seceig.tri.R
Rayleigh quotient iteration algorithm to computing the next to maximal eigenpair of tridiagonal matrix Q.
1  | ray.quot.seceig.tri(Q, mu, v0_tilde, zstart, digit.thresh = 6)
 | 
Q | 
 The input matrix to find the maximal eigenpair.  | 
mu | 
 A vector.  | 
v0_tilde | 
 The unnormalized initial vector \tilde{v0}.  | 
zstart | 
 The initial z_0 as an approximation of ρ(Q).  | 
digit.thresh | 
 The precise level of output results.  | 
A list of eigenpair object are returned, with components z, v and iter.
z | 
 The approximating sequence of the maximal eigenvalue.  | 
v | 
 The approximating eigenfunction of the corresponding eigenvector.  | 
iter | 
 The number of iterations.  | 
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.