Description Usage Arguments Value Examples
Matrix Power
1 | matrix_power(x, pow)
|
x |
|
pow |
|
matrix()
1 2 3 | x <- matrix(c(1,2,3,4), nrow = 2)
pow <- 2
matrix_power(x, pow)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.