Description Usage Arguments Value Author(s) See Also Examples
raise.matrix
raises a square matrix to a power by using
spectral decomposition.
1 | 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>
1 2 3 4 5 | 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.