Wiki

Clone wiki

symja_android_library / Symbols / MatrixPower

MatrixPower

MatrixPower(matrix, n)
compute matrix ^n.

Examples

>>> MatrixPower({{1,2},{3,4}}, 3)
{{37,45},{81,118}}

Related terms

CharacteristicPolynomial, ConjugateTranspose, Det, DiagonalMatrix, Dot, Eigenvalues, Eigenvectors, HilbertMatrix, IdentityMatrix, Inverse, JacobiMatrix, LinearSolve, LUDecomposition, MatrixQ,MatrixRank, NullSpace, SingularValueDecomposition, Tr, Transpose, VandermondeMatrix, VectorQ

Updated