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 two complementary angles differ by 30°, what are the angles?

View Question

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

View Question

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

View Question

A cone has a base radius of 7 cm and height of 24 cm. What is its volume?

View Question

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

View Question

The perimeter of a rectangle is 40 cm, and its length is 12 cm. What is its width?

View Question

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

View Question

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

View Question

What is the HCF of 48 and 180?

View Question

What is the sum of the first 50 positive integers?

View Question