|
SOLUTIONS
|
Mathematica
>
Mathematics and Algorithms
>
Matrices and Linear Algebra
>
Matrix Operations
>
MatrixPower
BUILT-IN MATHEMATICA SYMBOL
MatrixPower
MatrixPower[m, n]
gives the ![]()
matrix power of the matrix m.
MatrixPower[m, n, v]
gives the n
matrix power of the matrix m applied to the vector v.
DetailsDetails
- MatrixPower[m, n] effectively evaluates the product of a matrix with itself n times.
- When n is negative, MatrixPower finds powers of the inverse of the matrix m. »
- MatrixPower works only on square matrices.
- MatrixPower can be used on SparseArray objects. »
New in 2 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
