Non-Negative Integer Powers of Matrices
Just like with scalars, non-negative integer powers of matrices are defined in terms of multiplication.
That is
Just like any scalar to the power of is defined to be the multiplicative identity (), that is also the case with matrices. A matrix to the th power always equals the identity matrix of that size.
That is
It is important to note that powers of non-square matrices are not defined, since conformability would not be satisfied. If you wanted to multiply a matrix of size with itself, this would only be defined when . Therefore, must be a square matrix.
Example
To illustrate, here is a concrete numerical example. Take the matrix
We compute
Properties of Powers of Matrices
The common rules for powers and exponents known from scalar algebra also hold for matrix powers.
Grouping of Exponents
Because matrix multiplication is associative, you can group the powers however you want:
Multiplication of Powers
Just like with scalars, multiplying to powers with the same basis is the same as adding the exponents:
Powers of Powers
Similarly, the power of a power of a matrix is the same as multiplying the exponents:
An Important Warning
Keep in mind that, since matrix multiplication is not commutative, when expanding
this is not the same as
In fact, generally speaking
because in general , since .
A Final Remark
Fractional and negative exponents can also be defined for matrices. However, with the content covered so far, we arenβt yet equipped to explore them in detail.