After The School
Class 12MathematicsChapter 3: Matrices

3.4 Transpose of a Matrix

Transpose properties, symmetric and skew-symmetric matrices, and decomposition theorem.

3.4 Transpose of a Matrix

The transpose of a matrix AA, denoted ATA^T or AA', is obtained by interchanging rows and columns:

(AT)ij=aji(A^T)_{ij} = a_{ji}

Properties

  • (AT)T=A(A^T)^T = A
  • (A+B)T=AT+BT(A + B)^T = A^T + B^T
  • (kA)T=kAT(kA)^T = kA^T
  • (AB)T=BTAT(AB)^T = B^T A^T

Symmetric and Skew-Symmetric Matrices

  • Symmetric: AT=AA^T = A (i.e., aij=ajia_{ij} = a_{ji})
  • Skew-symmetric: AT=AA^T = -A (i.e., aij=ajia_{ij} = -a_{ji}, diagonal elements are 00)

Theorem: Every square matrix AA can be uniquely expressed as:

A=12(A+AT)+12(AAT)A = \frac{1}{2}(A + A^T) + \frac{1}{2}(A - A^T)

where the first term is symmetric and the second is skew-symmetric.