powered by
%^% calculates x^p for the square matrix, x, by spectral decomposition.
%^%
x^p
x
x%^%p
%^% returns the power of a matrix.
A square matrix.
The power to which the matrix is to be raised.
J.K. Lindsey
if (FALSE) { x <- matrix(c(0.4,0.6,0.6,0.4),nrow=2) x%^%2 x%^%10 x%^%20 }
Run the code above in your browser using DataLab