Dear R family

 I have a following question.
 Suppose I have a matrix as follows, for instance:
 tau=
 0 1 0 0 0
 0 0 1 0 0
 0 0 0 1 0
 0 0 0 0 1
 1 0 0 0 0

 I want to calculate (-m) power of tau, for example, m=893.

When I run tau^2, the outcome is just tau.
Any help would be appreciated.

thanks in advance.

best
moohwan

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to