One of the basic operations that can be performed on matrices is the addition operation. Just as we add two or more integers, two or more matrices can also be added in a similar fashion. This is known as Addition of Matrices. Let’s learn about it in more detail.
Suggested Videos
Addition of Matrices
Matrix addition is the operation of adding two or matrices by adding the corresponding entry of each matrix together.
The most important rule to know is that when adding two or more matrices, first make sure the matrices have the same dimensions. In order words, you can add a 2 x 3 with a 2 x 3 or a 2 x 2 with a 2 x 2. However, you cannot add a 3 x 2 with a 2 x 3 or a 2 x 2 with a 3 x 3. For example, the addition of two given matrices with dimension 2 × 2,Browse more Topics under Matrices
- Matrix
- Types of Matrices
- Scalar Multiplication of Matrices
- Symmetric and Skew-Symmetric Matrices
- Multiplication of Matrices
- Elementary Operation of a Matrix
- Transpose of a Matrix
- Invertible Matrices
Properties of Matrix Addition
1. Commutative Law
If A = [aij], B = [bij] are matrices of the same order, say m × n, then A + B = B + A.
2. Associative Law
For any three matrices A = [aij], B = [bij], C = [cij] of the same order, say m × n, (A + B) + C = A + (B + C).
3. Existence of Additive Identity
Let A = [aij] be an m × n matrix and O be an m × n zero matrix, then A + O = O + A = A. In other words, O is the additive identity for matrix addition.
4. Existence of Additive Inverse
Let A = [aij]m×n be any matrix, then we have another matrix as – A = [–aij]m×n such that A + (–A) = (–A) + A= O. So – A is the additive inverse of A or negative of A.
You can download Matrices Cheat Sheet by clicking on the download button below
Solved Examples on Addition of Matrices
Question: Assume X, Y, Z, W and P are matrices of order 2 × n, 3 × k, 2 × p, n × 3, and p × k respectively. The restriction on n, k and p so that PY + WY will be defined are:
- k = 3, p = n
- k is arbitrary, p = 2
- p is arbitrary, k = 3
- k = 2, p = 3
Solution: In this, the order of P = p × k, Order of W = n × 3, Order of Y = 3 × k. Thus, the order of PY = p×k, when k = 3. And the order of WY = p × k, where p = n Thus option (A) is correct.
Question: If the sum of the matrices [x, x, y], [y, y, z] and [z, 0, 0] is the matrix [10, 5, 5], then what is the value of y?
- -5
- 0
- 5
- 10
Solution: [x, x, y] + [y, y, z] + [z, 0, 0] = [10, 5, 5]. Therefore x + y + z = 10, x +y = 5, y + z = 5 replacing x +y = 5 in x + y + z = 10. We have, z = 5, Also y + z = 5, Therefore y = 5 – z = 0. Thus option B is correct.
MATHEMATICS WAS TOO DIFFICULT FOR ME BUT WHEN I LEARN FROM TOPPR I FEEL MATHEMATICS IS TOO EASY I LIKE IT