Matpower | R Documentation |
Implementation of efficient algorithm to compute the pth power of a matrix.
Matpower(X, p)
X |
numeric square matrix |
p |
integer: nonnegative exponent. |
a matrix containing the pth power of X.
Golub and Van Loan (1983) Matrix Computations. Algorithm 11.2-1. p. 393.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.