Matrices encode systems of equations; determinants unlock their solutions. One of the most formula-heavy chapters β 4β5 questions guaranteed every EAPCET year.
From matrix types to Cramer's Rule β structured for exam speed.
| Type | Definition | Example |
|---|---|---|
| Row matrix | 1 Γ n matrix | [1 2 3] |
| Column matrix | n Γ 1 matrix | Single column |
| Square matrix | n Γ n | 2Γ2, 3Γ3 |
| Diagonal | Off-diagonal elements = 0 | diag(a,b,c) |
| Identity (I) | Diagonal = 1, rest = 0 | AI = IA = A |
| Symmetric | A = Aα΅ | aα΅’β±Ό = aβ±Όα΅’ |
| Skew-symmetric | A = βAα΅ | aα΅’β±Ό = βaβ±Όα΅’; diagonal = 0 |
| Orthogonal | AAα΅ = I β Aβ»ΒΉ = Aα΅ | Rotation matrices |
Addition: Same order only. Add element-by-element. Commutative.
Multiplication: (mΓn)(nΓp) = (mΓp). NOT commutative: AB β BA in general.
Transpose: (Aα΅)α΅’β±Ό = Aβ±Όα΅’. (AB)α΅ = Bα΅Aα΅
Trace: tr(A) = sum of diagonal elements = sum of eigenvalues
2Γ2:
3Γ3 (cofactor expansion along row 1):
where Cα΅’β±Ό = (β1)^(i+j) Γ Mα΅’β±Ό (Mα΅’β±Ό = minor)
1. |Aα΅| = |A| β transposing doesn't change determinant
2. Swapping two rows/cols: sign of det changes
3. Row of zeros β det = 0
4. Two identical rows/cols β det = 0
5. |kA| = kβΏ|A| for nΓn matrix
6. |AB| = |A|Β·|B|
Aβ»ΒΉ exists only when |A| β 0 (A is non-singular).
adj(A) = transpose of cofactor matrix
Properties: AAβ»ΒΉ = I | (AB)β»ΒΉ = Bβ»ΒΉAβ»ΒΉ | (Aβ»ΒΉ)α΅ = (Aα΅)β»ΒΉ
For AX = B where A is nΓn, solution: xα΅’ = Dα΅’/D
where D = |A| and Dα΅’ = |A with i-th column replaced by B|
Consistency:
D β 0: unique solution
D = 0, all Dα΅’ = 0: infinitely many solutions
D = 0, any Dα΅’ β 0: no solution (inconsistent)
Eigenvalues Ξ» satisfy: det(A β Ξ»I) = 0 (characteristic equation)
For 2Γ2 matrix: λ² β (tr A)Ξ» + |A| = 0
Cayley-Hamilton Theorem: every matrix satisfies its own characteristic equation. Use to find powers of A.
All matrix and determinant formulas in one place.
5 problems covering the full EAPCET spectrum.
5 common errors that cost marks in EAPCET matrix questions.
Matrices is one of the highest-scoring chapters if you know exactly what to practise.
We read every message
To keep feedback accountable, we verify your email before accepting messages.
Already a student? Log in to skip this step.