• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Addition of Matrices

Addition of Matrices

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.

1.0Introduction to Matrices

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.

2.0Addition of Matrices

Matrix addition is a fundamental operation where corresponding elements of two matrices are added together to form a new matrix of the same dimensions. 

Matrix Addition and Subtraction

To add or subtract matrices, ensure they have the same dimensions. For example, given matrices A and B:

A=[a11​a21​​a12​a22​​],B=[b11​b21​​b12​b22​​]

Their sum is:

A+B=[a11​+b11​a21​+b21​​a12​+b12​a22​+b22​​]

Similarly, their difference is:

A−B=[a11​−b11​a21​−b21​​a12​−b12​a22​−b22​​]

Matrix addition and subtraction are foundational operations that obey specific rules and properties, facilitating more complex matrix manipulations.

Addition of 3 × 3 Matrices

To add two 3 × 3 matrices, add each element from one matrix to the corresponding element in the other matrix:

​a11​a21​a31​​a12​a22​a32​​a13​a23​a33​​​+​b11​b21​b31​​b12​b22​b32​​b13​b23​b33​​​=​a11​+b11​a21​+b21​a31​+b31​​a12​+b12​a22​+b22​a32​+b32​​a13​+b13​a23​+b23​a33​+b33​​​

3.0Properties of Matrix Addition with Examples

Matrix addition has several important properties that make it a fundamental operation in linear algebra. Here are the key properties:

  1. Commutative Property

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 

  1. Associative Property

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) 

  1. Additive Identity

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

  1. Additive Inverse

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.

  1. Compatibility with Scalar Multiplication

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:

k⋅(A+B)=k⋅A+k⋅B

Commutative Property Example

Let A=[13​24​],B=[57​68​]

then, 

A+B= [13​24​]+[57​68​]=[610​812​]

B+A=[57​68​]+[13​24​]=[610​812​]

This demonstrates that A + B = B + A.

Associative Property Example

Let A=[13​24​],B=[57​68​],andC=[911​1012​].

(A+B)+C=[610​812​]+[911​1012​]=[1521​1824​]

A+(B+C)=[13​24​]+[1418​1620​]=[1521​1824​]

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.

4.0Rule for Matrix Addition

Matrix addition is possible only when the matrices have the same dimensions. The rule is to add corresponding elements from each matrix.

Can You Add a 3 × 2 and a 2 × 3 Matrix?

No, you cannot add a 3 × 2 matrix and a 2 × 3 matrix because they do not have the same dimensions.

Addition of Matrices with Variables

When matrices contain variables, you still add corresponding elements, treating the variables as algebraic terms. For example:

[xz​yw​]+[ac​bd​]=[x+az+c​y+bw+d​]

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.

5.0Addition of Matrix Solved Example

Example 1: Let A(x)=[x3x​2x4x​] and B(x)=[5x7x​6x8x​]. Find A(x) + B(x) and evaluate at x =2.

Solution:

A(x)=[x3x​2x4x​],B(x)=[5x7x​6x8x​]

A(x)=[x3x​2x4x​],B(x)=[5x7x​6x8x​]

A(x)+B(x)=[x+5x3x+7x​2x+6x4x+8x​]=[6x10x​8x12x​]

At x = 2, A(x)+B(x)=[6(2)10(2)​8(2)12(2)​]=[1220​1624​]

Example 2: Let A=[53​02​−2−7​]and B=[4−1​−30​−64​]. Then find A +B.

Solution:

A=[53​02​−2−7​] and B=[4−1​−30​−64​].

Clearly, each one of A and B is a 2 × 3 matrix.

So, A and B are comparable matrices.

∴ A + B is defined.

Now, A+B=[5+43+(−1)​0+(−3)2+0​−2+(−6)−7+4​]=[92​−32​−8)−3​]

Example 3: If A=[3−5​−27​02​​], find (–A) and verify that A + (–A) = (–A) + A = 0

Solution:

Clearly, we have :

(−A)=[−35​2−7​0−2​​]

A+(−A)=[3−5​−27​02​​]+[−35​2−7​0−2​​]

=[3+(−3)−5+5​−2+27+(−7)​0+02​+(−2​)​]=[00​00​00​]=0

And, (−A)+A=[−35​2−7​0−2​​]+[3−5​−27​02​​]

=[−3+35+(−5)​2+(−2)−7+7​0+0−2​+2​​]=[00​00​00​]

Hence, A + (–A) = (–A) + A = O.

Example 4: Let A=[2−1​30​54​] and B=[42​−26​3−1​]. 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, A+B=[2−1​30​54​]+[42​−26​3−1​]

=[2+4−1+2​3+(−2)0+6​5+34+(−1)​]=[61​16​83​] .

And, B+A=[42​−26​3−1​]+[2−1​30​54​]

=[4+22+(−1)​−2+36+0​3+5(−1)+4​]=[61​16​83​]

Hence, A + B = B + A.

Example 5: If [a+48​3b−6​]=[2a+28​b+2a−8b​], 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 [9−2​−11​43​]=A+[10​24​−19​], then find the matrix A.

Solution:

Clearly, we have 

A=[9−2​−11​43​]−[10​24​−19​]

=[9−1−2−0​−1−21−4​4+13−9​]=[8−2​−3−3​5−6​]

6.0Addition of Matrix Practice Questions

  1. Given matrices A=[ac​bd​]and B=[eg​fh​], find A + B and 2A + 3B.
  2. For matrices A and B of dimensions 3 × 3, where A=​147​258​369​​ and B=​963​852​741​​, compute A + B.
  3. Given matrices A and B and a polynomial P(x) = A + xB, find P(x) and evaluate P(x) at x = 1 and x = –1.
  4. If A=​3−26​50−1​​,B=​−14−2​−323​​ and C=​031​2−46​​. Then verify that (A + B) + C = A + (B + C).
  5. Let A=[23​42​],B=[1−2​35​] and C=[−23​54​]. Find: 
  • A + 2B
  • 2C + A

Table of Contents


  • 1.0Introduction to Matrices
  • 2.0Addition of Matrices
  • 2.1Matrix Addition and Subtraction
  • 2.2Addition of 3 × 3 Matrices
  • 3.0Properties of Matrix Addition with Examples
  • 3.1Commutative Property Example
  • 3.2Associative Property Example
  • 4.0Rule for Matrix Addition
  • 4.1Can You Add a 3 × 2 and a 2 × 3 Matrix?
  • 4.2Addition of Matrices with Variables
  • 5.0Addition of Matrix Solved Example
  • 6.0Addition of Matrix Practice Questions

Frequently Asked Questions

Matrix addition is the process of adding two matrices by adding their corresponding elements. The matrices must have the same dimensions for the addition to be defined.

To add two matrices, they must have identical dimensions, which means they have same number of rows and columns. For example, you can add two 2 × 3 matrices but not a 2 × 3 matrix with a 3 × 2 matrix.

The commutative property states that the order of addition does not matter. For matrices A and B of the same/ identical dimensions: A + B = B + A

The associative property states that the grouping of matrices does not affect their sum. For matrices A, B, and C of the same dimensions: (A + B) + C = A + (B + C)

The additive inverse of a matrix A is the matrix –A, where each element is the negation of the corresponding element in A. Adding A and –A results in the zero matrix: A + (–A) = 0

No, you cannot add a 3 × 2 matrix with a 2 × 3 matrix because their dimensions do not match.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Matrices: Types, Sample Questions

A Matrix is an organized rectangular array comprising numbers, symbols, or expressions that are systematically arranged in rows and columns.

Determinant of a Matrix

The determinant of a matrix is a single numerical value that provides important insights into the properties and behavior of the matrix and the linear transformation it represents.

Determinants and Matrices

Matrices are grids of numbers organized in rows and columns. They're used to solve equations and describe transformations in math.

Find Inverse of Matrix

The inverse of a matrix is a crucial concept in linear algebra and is defined such that when matrix A is multiplied by its inverse A^(−1)...

Rank of Matrix

The rank of a matrix is a core concept in linear algebra, particularly in engineering mathematics. It serves as a measure of the non-degeneracy of a system of linear equations.

Integrating Factor

Integrating Factor is particularly useful for first-order linear differential equations, but it can also be applied to certain second-order equations.

Additive Inverse: Properties and Solved Questions

The additive inverse of a number a is another number that, when added to a, yields zero. Mathematically, if a is a real number,

  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO