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

A car covers a distance of 150 km in 2.5 hours. What is its average speed?

View Question

What is the remainder when 5^100 is divided by 3?

View Question

What is the HCF of 72 and 120?

View Question

If a = 5 and b = 12, what is the length of the hypotenuse of a right triangle?

View Question

If the sum of the angles of a polygon is 1080°, how many sides does the polygon have?

View Question

If the perimeter of a square is 36 cm, what is the length of its diagonal?

View Question

What is the area of a circle with a diameter of 14 cm?

View Question

If 8x = 512, what is the value of x?

View Question

The sides of a triangle are 5 cm, 12 cm, and 13 cm. What type of triangle is it?

View Question

A sum of money doubles itself in 5 years at simple interest. What is the rate of interest?

View Question