powered by
%^% calculates x^p for the square matrix, x, by spectral decomposition.
%^%
x^p
x
x%^%p
A square matrix.
The power to which the matrix is to be raised.
%^% returns the power of a matrix.
# NOT RUN { 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