|
MatrixPower
MatrixPower[mat, n] gives the n matrix power of mat.
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.
See The Mathematica Book: Section 3.7.7.
See also: Dot, MatrixExp.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |