raise.matrix | R Documentation |
raise.matrix
raises a square matrix to a power by using
spectral decomposition.
raise.matrix(x, power = 1)
x |
a square matrix. |
power |
numeric; default is 1. |
An object of class "matrix".
Anderson Rodrigo da Silva <anderson.agro@hotmail.com>
eigen
, svd
m <- matrix(c(1, -2, -2, 4), 2, 2)
raise.matrix(m)
raise.matrix(m, 2)
# End (not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.