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

If the product of two numbers is 120 and their sum is 26, what are the numbers?

View Question

A train 120 meters long is moving at a speed of 54 km/h. How long will it take to pass a pole?

View Question

What is the sum of all even numbers between 1 and 100?

View Question

If 2x = 16, what is the value of x?

View Question

What is the sum of the interior angles of a hexagon?

View Question

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

View Question

How many diagonals does a pentagon have?

View Question

If the average of five consecutive odd numbers is 25, what is the largest number?

View Question

If x:y = 4:5 and y:z = 2:3, what is x:z?

View Question

What is the probability of drawing an ace from a standard deck of 52 cards?

View Question