Part of ALG-01 — Matrices & Determinants

Matrix Types and Their Fingerprints

by Notetube Official118 words6 views

Every special matrix type has a "fingerprint" property that helps identify it quickly:

  • Symmetric (A = ATA^T): All eigenvalues real. Can always be diagonalized.
  • Skew-symmetric (A = -ATA^T): Diagonal = 0. Odd order => det = 0. Eigenvalues are 0 or purely imaginary.
  • Orthogonal (AATAA^T = I): Columns are orthonormal. det(A) = +/-1. Preserves distances.
  • Idempotent (A2A^2 = A): Eigenvalues are only 0 or 1. trace(A) = rank(A).
  • Involutory (A2A^2 = I): Self-inverse. Eigenvalues are +/-1.
  • Nilpotent (AkA^k = 0): All eigenvalues = 0. det = 0. trace = 0.

Quick test: If a JEE problem mentions any of these properties, immediately recall the fingerprint -- it usually eliminates 2-3 options instantly.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes