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 x^3 - 3x^2 + 4 = 0, what is one root of the equation?

View Question

What is the area of a circle with a diameter of 14 cm?

View Question

If sin(x) = 3/5 and x is in the first quadrant, what is cos(x)?

View Question

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

View Question

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

View Question

The sum of the reciprocals of two numbers is 1/4. If one number is 12, what is the other?

View Question

What is the probability of drawing a king from a standard deck of 52 playing cards?

View Question

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

View Question

If the probability of an event is 1/4, what is the probability of its complement?

View Question

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

View Question