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 3x = 81, what is the value of x?

View Question

If a number is divisible by 9, it is also divisible by which of the following?

View Question

If the radius of a circle is 7 cm, what is its circumference?

View Question

What is the sum of the first 10 positive even numbers?

View Question

If x + 1/x = 5, what is the value of x^2 + 1/x^2?

View Question

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

View Question

The sum of the squares of two consecutive integers is 145. What are the integers?

View Question

If the length of a rectangle is doubled and the width is halved, what is the change in area?

View Question

What is the value of x if 3x + 7 = 16?

View Question