Matrix Power Calculator

Enter a square matrix and an exponent to compute its power.

How to use

  1. Enter your values in the fields above.
  2. Press Calculate to see your result instantly.
  3. Use the Share button to copy a link to your result.

About this calculator

Raising a square matrix to a power means multiplying the matrix by itself n times: Aⁿ = A × A × ... × A. Unlike scalar exponentiation, matrix multiplication isn't commutative in general, so the operation must preserve the exact left-to-right order of multiplication, and the matrix must be square (same number of rows and columns) for the result to remain a valid matrix of the same size.

Matrix powers come up constantly in linear algebra, computer graphics, and applied mathematics — repeatedly applying a transformation matrix, computing terms of a linear recurrence like the Fibonacci sequence via matrix exponentiation, or analyzing multi-step transitions in a Markov chain, where the entries of the transition matrix raised to the nth power give the probabilities of moving between states after n steps. Students use it to verify hand calculations, while programmers and data scientists use it to check results from linear algebra libraries.

Was this helpful?

Comments (0)

  • Be the first to comment.

Popular calculators

All Calculators