RankLab
Back to Concepts
MathsMediumClass 12

Transpose — Properties

Matrices

6

JEE Qs

8%

Hard

40

min

Master the property (AB)' = B'A' as it is the most common source of errors and forms the basis for many matrix algebra problems.

🧮 Key Formulas

(A')' = A
(kA)' = kA'
(A + B)' = A' + B'
(A - B)' = A' - B'
(AB)' = B'A'
det(A') = det(A)
trace(A') = trace(A)
If A is symmetric, A' = A
If A is skew-symmetric, A' = -A
Any square matrix A can be expressed as P + Q, where P = (A + A')/2 (symmetric) and Q = (A - A')/2 (skew-symmetric)

✅ Key Points for JEE

  • 1The property (AB)' = B'A' is critical and frequently tested; remember to reverse the order of multiplication.
  • 2Transpose operation distributes over matrix addition/subtraction and commutes with scalar multiplication: (A+B)' = A'+B' and (kA)' = kA'.
  • 3Understanding the definitions and properties of symmetric (A'=A) and skew-symmetric (A'=-A) matrices is essential, especially for square matrices.
  • 4Any square matrix can be uniquely decomposed into the sum of a symmetric and a skew-symmetric matrix; this decomposition is a common problem type.
  • 5The determinant and trace of a matrix remain unchanged after transposition (det(A') = det(A) and trace(A') = trace(A)).

⚠️ Common Mistakes

  • Incorrectly applying (AB)' as A'B' instead of B'A'.
  • Confusing the conditions for symmetric and skew-symmetric matrices, or applying them to non-square matrices without careful consideration.
  • Errors in scalar multiplication within transpose operations, e.g., (kA)' = k'A' (k is a scalar, so k'=k).
  • Forgetting that the decomposition into symmetric and skew-symmetric components applies only to square matrices.

NCERT Chapters

  • Class 12 Maths Ch 3: Matrices