Questions
4 questions per board paper
Difficulty
Medium
Importance
Core — never skip
Overview
Matrices form the backbone of linear algebra, providing a systematic way to represent and solve systems of linear equations. In the board exam context, mastering matrix operations and properties is essential for scoring in the algebra section. The core idea is understanding transformation through numerical arrays and applying row/column manipulations effectively.
Matrix Operations
Matrix operations include addition, subtraction, and multiplication, governed by specific dimensional constraints. Multiplication is non-commutative, making it a critical area for board exams where sequence matters significantly.
- Addition/Subtraction require identical dimensions
- Multiplication (AB) defined only if column count of A equals row count of B
- Multiplication is associative: (AB)C = A(BC)
- Multiplication is distributive over addition
- Identity matrix I satisfies AI = IA = A
Transpose and Symmetric Matrices
Transpose involves swapping rows with columns, which leads to the definition of symmetric and skew-symmetric matrices. Examiners frequently test these properties to verify conceptual clarity on matrix classifications.
- (A')' = A
- (A+B)' = A' + B'
- (AB)' = B'A'
- Symmetric if A = A'
- Skew-symmetric if A = -A'
- Every square matrix is the sum of symmetric and skew-symmetric matrices
Inverse by Elementary Operations
The inverse of a matrix can be found using elementary row or column operations, usually presented as A = IA. This is a high-weightage topic, often appearing as a long-answer question in board papers requiring systematic execution.
- Inverse exists only if the determinant is non-zero
- Elementary row operations: Interchange rows, multiply by scalar, add multiples
- Transform A to I using operations; apply same to I to get A inverse
- If a zero row occurs, the inverse does not exist
- AA⁻¹ = I = A⁻¹A
Formula Sheet
(A+B)' = A' + B'
(AB)' = B'A'
A = 1/2(A + A') + 1/2(A - A')
AA⁻¹ = I
Exam Tip
When calculating the inverse via elementary operations, always perform a quick mental check of the determinant first; if it is zero, you can immediately conclude the inverse does not exist, saving precious exam time.
Common Mistakes
- Assuming matrix multiplication is commutative (AB = BA), which is rarely true.
- Applying elementary row operations and column operations simultaneously on the same matrix.
- Neglecting the transpose property (AB)' = B'A' and applying it as A'B' instead.
More Revision Notes
Ready to test yourself?
Play topic-wise Matrices questions in Aspirant Arcade — gamified MCQ practice.
Download Free