Summarize this article:
106 LearnersLast updated on October 24, 2025

Matrices have special properties that simplify operations. These properties help in adding, subtracting, multiplying, and finding the inverse of matrices. We'll also look at identity matrices, which act like the number 1 in multiplication, and inverse matrices, which reverse the effect of another matrix.
Matrices have properties that help us compute inverses and perform operations like addition, subtraction, and multiplication. Here are 5 properties mentioned below.
1. Properties of Matrix Addition
2. Properties of Scalar Multiplication of a Matrix
3. Properties of Matrix Multiplication
4. Properties of the Transpose of a Matrix
5. Properties of Inverse Matrices.
1. Commutative Law
For any two matrices A and B of the same size (m×n), adding them works either way:
A + B = B + A because addition happens entry-wise, as each pair of corresponding elements is added. Since addition is commutative (aij+bij = bij+aij), the order doesn’t matter.
2. Associative Law
For any three matrices A, B, C of the same size:
A + (B + C) = (A + B) + C — how you group the addition doesn’t matter.
3. Additive Identity
There exists a special zero matrix O (all entries are 0) such that for any matrix A of the same size:
A + 0 = 0 + A = A.
4. Additive Inverse
Every matrix A has a negative version, –A, (obtained by changing every entry’s sign). If you add them, you get zero:
A + (–A) = (–A) + A = 0.
Scalar multiplication scales a matrix by multiplying each entry by a real number. Its properties include compatibility with scalar operations.
The product of a constant and a sum of matrices means multiplying each matrix by the same number and adding them.
A and B are the same size matrices, and k, l are scalars.
When A and B are the same size (m×n) and k is any number, the transpose has these key rules: Transposing twice returns the original. Transposition distributes over addition and scalars (A+B)T = AT + BT, (kA)T = kAT. It also reverses multiplication order (AB)T = BTAT.
Properties of a Square Matrix
A square matrix has the same number of rows and columns. Its trace and the sum of its diagonal entries provides insight into transformations. Square matrices have a determinant, which indicates invertibility if non-zero. The transpose of a square matrix simply flips rows and columns. The identity matrix is a square matrix with 1s on the diagonal and 0s elsewhere.
Students often make mistakes like mismatching dimensions, losing negative signs, misapplying rules, or forgetting that matrix multiplication isn’t commutative. Recognizing these errors early ensures correct answers.
Matrices help us solve real-life problems, such as recommend shows on Netflix, predict weather with numerical models, edit images, plan routes for GPS navigation, and analyze social media networks.
If (A+B)2 = A2 + 2AB + B2, what can you conclude about matrices A and B?
A and B commute, which is AB = BA.
Combine by summing coefficients of matching terms:
For (A+B)2 = A2+2AB+B2 = A2 + 2AB + B2, expanding gives A2+AB+BA+B2. Equality holds only if AB=BA.
Prove (A′)′ = A using a specific matrix.
For example, A = . It's transpose A′ = , and transposing again returns the original A.
Transposing twice reverses row–column swaps, restoring the original matrix.
For example, if A = then (A′)′ = A.
Under what condition does Under what condition does A2 − B2 = (A−B)(A+B) hold?A2 − B2 = (A−B)(A+B) hold?
When AB = BA.
Expanding (A−B)(A+B) yields A2+AB−BA−B2. Equality to A2−B2 demands AB−BA = 0, meaning A and B commute.
When A and B are idempotent and AB = BA = 0, is A + B idempotent?
Yes—(A+B)2 = A+B.
Since A2 = A, B2 = B, and AB = BA = 0, (A+B)2 = A2 + AB + BA + B² = A + B, so A + B is idempotent.
What is the transpose of a matrix?
The transpose of a matrix A, denoted AT, is obtained by swapping its rows and columns.
If A = [aij], then AT = [aji]. Transposing a matrix twice returns the original matrix (AT)T=A.
Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.
: He loves to play the quiz with kids through algebra to make kids love it.






