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

The LCM of two numbers is 60, and their HCF is 5. If one of the numbers is 20, what is the other number?

View Question

If x^3 - 3x^2 + 4 = 0, what is one root of the equation?

View Question

If 5x - 2 = 13, what is the value of x?

View Question

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

View Question

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

View Question

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

View Question

What is the sum of all angles in a hexagon?

View Question

If log(100) = 2 and log(10) = 1, what is log(1000)?

View Question

What is the square root of 0.25?

View Question

If a:b = 3:4 and b:c = 5:6, what is a:c?

View Question