Matrix multiplication doesn’t have commutative property (δΊ€ζ’εΎ). But some square matrices satisfy ππ=ππ
Matrix multiplication has Associative property (η»εεΎ)
(ππ)π = π(ππ)
Compund linear mapping
Transpose and multiplication
(ππ)α΅ β πα΅πα΅
(ππ)α΅ = πα΅πα΅
Square matrix multiplication
The number of rows = the number of columns
π = $[^{1\ 2} _{1\ 4}]$ ; π = $[^{4\ -2} _{-1\ 1}]$
There is ππ = ππ.
So these two matrices π, π are commutative 1. π,π must be the square matrices with the same size, and the result also has the identical-size square matrix.
Power of square matrix
πα΅ = πβ πα΅β»ΒΉ = πα΅β»ΒΉβ π, where π and πα΅β»ΒΉ are commutative because of the commutative property of matrix multiplication.
Therefore, the two positive integar powers of matrix π are always commutative.
Power of the matrix only applicable to square matrices. Otherwise, the mismatched dimensions prevent performing matrices multiplication.
πΒΉ=π ; πβ° = π
Thus, the range of power k is the set of natural numbers kβ β
Power of diagonal matrix
$$ π = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{bmatrix} = diag\{1, 2, 3\} $$
Each elements on the main diagonal is multiplied with itself many times.
Scalar matrix
$$ π = \begin{bmatrix} Ξ» & 0 & 0 \\ 0 & Ξ» & 0 \\ 0 & 0 & Ξ» \end{bmatrix} = diag\{Ξ», Ξ», Ξ»\} $$
If Ξ» = 1, then π = π. So πα΅=π, and this is also applicable to zero matrix πα΅= π (kβ 0)