powered by
Matrix power
mat_pow(x, pow = "1")
A caracas_symbol, a matrix.
caracas_symbol
Power to raise matrix x to
x
if (has_sympy() && sympy_version() >= "1.6") { M <- matrix_(c("1", "a", "a", 1), 2, 2) M mat_pow(M, 1/2) }
Run the code above in your browser using DataLab