mat_pow | R Documentation |
Matrix power
mat_pow(x, pow = "1")
x |
A |
pow |
Power to raise matrix |
if (has_sympy() && sympy_version() >= "1.6") {
M <- matrix_(c("1", "a", "a", 1), 2, 2)
M
mat_pow(M, 1/2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.