MatrixPower
Usage
• MatrixPower[mat, n] gives the n matrix power of mat.
Notes
• MatrixPower[mat, n] effectively evaluates the product of a matrix with itself n times. • When n is negative, MatrixPower finds powers of the inverse of mat. • MatrixPower works only on square matrices. • New in Version 2. • Advanced Documentation.
|