Matrix Operations
Matrix operations include addition, subtraction, scalar multiplication, and multiplication of matrices, each governed by order conditions.
Practice This ConceptLearn the concept
Student-friendly explanation
Matrices of the same order can be added or subtracted by combining corresponding entries. A scalar multiplies every entry of a matrix. For product AB, if A has order m x n and B has order n x p, then AB exists and has order m x p. Each entry is found by row-column multiplication.
How to write this in exams
- 1
Start with the exact idea
Matrix operations include addition, subtraction, scalar multiplication, and multiplication of matrices, each governed by order conditions.
- 2
Then show how to use it
Write the order of each matrix. For addition or subtraction, confirm same order and combine corresponding entries. For scalar multiplication, multiply every entry. For product, confirm columns of first equal rows of second, then compute each entry by row-column dot product.
- 3
Add one concrete example
If A = [[1, 2], [3, 4]] and B = [[5, 0], [-1, 2]], then A + B = [[6, 2], [2, 6]] and 2A = [[2, 4], [6, 8]].
- 4
Avoid this incomplete answer
Forgetting to multiply the scalar with every entry, especially negative or zero entries.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
If A is of order 2 x 3 and B is of order 3 x 4, what is the order of AB?
AB exists because the inner dimensions 3 and 3 match. Its order is 2 x 4.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?