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 value of x if log(x) + log(4) = log(32)?

View Question

The ratio of two numbers is 3:5, and their sum is 64. What are the numbers?

View Question

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

View Question

If sin(θ) = 3/5 and θ is an acute angle, what is tan(θ)?

View Question

If a+b = 10 and ab = 21, what is the value of a^3 + b^3?

View Question

What is the square root of 0.25?

View Question

If a = 4 and b = 5, what is the value of (a+b)^2?

View Question

The base of a triangle is 10 cm and its height is 6 cm. What is its area?

View Question

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

View Question

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

View Question