powered by
Matrix Power
pow(x, n, ...)# S3 method for default pow(x, n, ...)
# S3 method for default pow(x, n, ...)
If yac_symbol treat as such, else call pow.default().
yac_symbol
pow.default()
nth power of the square matrix.
n
further arguments passed to pow.default()
(x <- matrix(c(1, 2, 2, 3), ncol = 2)) pow(x, 2) pow(ysym(x), 2)
Run the code above in your browser using DataLab