[R] How could I find the inverse of a matrix?

Moohwan Kim kmhlmj2 at gmail.com
Fri Dec 11 17:26:21 CET 2009


Dear R family

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

I want to have the inverse of the above matrix and then add some
exponent to it. That is, I want to calculate tau to the (-m). For
example, m=893.

Thanks in advance

Best regards
Moohwan Kim




More information about the R-help mailing list