Part of ALG-01 — Matrices & Determinants

Matrix Types Comparison

by Notetube Officialcomparison summary280 words10 views
TypeDefinitionDeterminantEigenvaluesKey Property
SymmetricA = ATA^TAnyAll realAlways diagonalizable
Skew-SymmetricA = -ATA^T0 (odd n)0 or purely imaginaryDiagonal entries = 0
OrthogonalAATAA^T = I+1 or -1lambda
IdempotentA2A^2 = A0 or 10 or 1tr(A) = rank(A)
InvolutoryA2A^2 = I+1 or -1+1 or -1A^(-1) = A
NilpotentAkA^k = O0All zerotr(A) = 0

Key distinctions for JEE:

  • Orthogonal vs Involutory: Both have A appearing in their inverse formula, but orthogonal uses transpose (A^(-1) = ATA^T) while involutory is its own inverse (A^(-1) = A).
  • Idempotent vs Nilpotent: Idempotent "projects" (A2A^2 = A), nilpotent "annihilates" (AkA^k = O). Both can have det = 0, but for different structural reasons.
  • Symmetric + Skew-symmetric: Every matrix = unique sum of symmetric and skew-symmetric parts. This decomposition is tested regularly.
  • A skew-symmetric matrix of ODD order is always singular. Even order can be non-singular.

Want to generate AI summaries of your own documents? NoteTube turns PDFs, videos, and articles into study-ready summaries.

Sign up free to create your own