A matrix is a rectangular arrangement/array of numbers, symbols, or expressions, structured in rows and columns. It is a powerful mathematical tool used in various fields such as algebra, statistics, physics, and engineering to represent and manipulate data.
Matrix addition involves combining two or more matrices by adding their corresponding elements. Unlike the arithmetic addition of numbers, matrix addition requires that the matrices have the same dimensions.
A matrix is a rectangular array of numbers, expressions, or symbols organized in rows and columns. Horizontal rows are denoted by “m” and vertical columns by “n,” so a matrix of size m × n has m rows and n columns.
Matrix addition is a fundamental operation where corresponding elements of two matrices are added together to form a new matrix of the same dimensions.
To add or subtract matrices, ensure they have the same dimensions. For example, given matrices A and B:
Their sum is:
Similarly, their difference is:
Matrix addition and subtraction are foundational operations that obey specific rules and properties, facilitating more complex matrix manipulations.
To add two 3 × 3 matrices, add each element from one matrix to the corresponding element in the other matrix:
Matrix addition has several important properties that make it a fundamental operation in linear algebra. Here are the key properties:
Matrix addition is commutative, which means that the order of addition does not affect the result. If A and B are matrices of the same dimension, then:
A + B = B + A
Matrix addition is associative, which means that when adding three or more matrices, the way in which the matrices are grouped does not affect the result. If A, B, and C are matrices of the same dimension, then:
(A + B) + C = A + (B + C)
There exists an additive identity matrix (also called the zero matrix) that, when added to any matrix A, results in the matrix A itself. The zero matrix 0 has all its elements equal to zero. For any matrix A:
A + 0 = A
For every matrix A, there exists an additive inverse matrix –A, such that:
A + (–A) = 0
Here, –A is the matrix where each element is the negation(negative) of the corresponding element in A.
When a matrix is multiplied by a scalar, the resulting matrix can still be added to another matrix of the same dimension. If A and B are matrices and k represent a scalar, then:
Let
then,
A+B=
This demonstrates that A + B = B + A.
Let
This demonstrates that (A + B) + C = A + (B + C).
These properties ensure that matrix addition behaves in a predictable and consistent manner, allowing for various applications in mathematical operations and transformations.
Matrix addition is possible only when the matrices have the same dimensions. The rule is to add corresponding elements from each matrix.
No, you cannot add a 3 × 2 matrix and a 2 × 3 matrix because they do not have the same dimensions.
When matrices contain variables, you still add corresponding elements, treating the variables as algebraic terms. For example:
Matrix addition involves combining two or more matrices by adding their corresponding elements. Unlike arithmetic addition of numbers, matrix addition follows specific rules. The matrices must have the same dimensions to be added.
Example 1: Let and . Find A(x) + B(x) and evaluate at x =2.
Solution:
At x = 2,
Example 2: Let and . Then find A +B.
Solution:
and
Clearly, each one of A and B is a 2 × 3 matrix.
So, A and B are comparable matrices.
∴ A + B is defined.
Now,
Example 3: If , find (–A) and verify that A + (–A) = (–A) + A = 0
Solution:
Clearly, we have :
And,
Hence, A + (–A) = (–A) + A = O.
Example 4: Let and . Verify that A + B = B + A.
Solution:
Here, A is a 2 × 3 matrix and B is a 2 × 3 matrix. So, A and B are comparable.
Therefore, (A + B) and (B + A) both exist and each is a 2 × 3 matrix.
Now,
.
And,
Hence, A + B = B + A.
Example 5: If , then find the value of (a – 2b).
Solution:
Comparing the corresponding elements the given equal matrices, we have a + 4 = 2a + 2, 3b = b + 2 and a – 8b = –6.
From these equations, we get a = 2 and b = 1.
∴ (a – 2b) = (2 – 2 × 1) = (2 – 2) = 0.
Example 6: If , then find the matrix A.
Solution:
Clearly, we have
(Session 2025 - 26)