pow {Ryacas} | R Documentation |
Matrix Power
Description
Matrix Power
Usage
pow(x, n, ...)
## Default S3 method:
pow(x, n, ...)
Arguments
x |
If |
n |
|
... |
further arguments passed to |
Examples
(x <- matrix(c(1, 2, 2, 3), ncol = 2))
pow(x, 2)
pow(ysym(x), 2)
[Package Ryacas version 1.1.5 Index]