Topic Details (Notes format)

How to Add and Subtract Matrices

Subject: Mathematics

Book: Maths Mastery

Matrix addition and subtraction require identical dimensions. You add or subtract corresponding elements: if A=[[a₁, a₂],[a₃, a₄]] and B=[[b₁, b₂],[b₃, b₄]], then A+B=[[a₁+b₁, a₂+b₂],[a₃+b₃, a₄+b₄]]. For instance, [[1,2],[3,4]]+[[2,0],[–1,5]]= [[3,2],[2,9]]. These operations appear in transformations, image processing, or combining data sets. Mastering matrix addition/subtraction is a stepping stone to advanced matrix operations (multiplication, inverses) that power linear algebra in engineering, physics, and computer science.

Practice Questions

How many ways can 4 people sit in a row?

View Question

A triangle has angles 60°, 60°, and 60°. What type of triangle is it?

View Question

If x = 2 and y = 3, what is the value of (x^2 + y^2)?

View Question

What is the sum of all angles in a hexagon?

View Question

A man invests Rs. 5000 at 5% per annum simple interest. What is the total amount after 3 years?

View Question

If a number is divisible by 9, it is also divisible by which of the following?

View Question

If x^2 - 5x + 6 = 0, what are the roots?

View Question

If the sides of a triangle are 6 cm, 8 cm, and 10 cm, what is the area of the triangle?

View Question

If x + y = 10 and xy = 21, what is the value of x³ + y³?

View Question

If a cone has a base radius of 3 cm and height of 4 cm, what is its slant height?

View Question