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

What is the cube root of 729?

View Question

If the cost price of an item is Rs. 400 and the selling price is Rs. 500, what is the profit percentage?

View Question

What is the LCM of 15 and 20?

View Question

If a cylinder has a radius of 7 cm and height of 10 cm, what is its volume?

View Question

The perimeter of a rectangle is 40 cm, and its length is 12 cm. What is its width?

View Question

What is the value of x if log(x) + log(4) = log(32)?

View Question

If 2x - 3 = 7, what is the value of x?

View Question

If the sum of three consecutive integers is 72, what are the integers?

View Question

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

View Question

A number is increased by 20% and then decreased by 10%. What is the net change?

View Question