Symmetric and Skew-Symmetric Matrices
A square matrix A is symmetric if A' = A. It is skew-symmetric if A' = -A.
Practice This ConceptLearn the concept
Student-friendly explanation
Only square matrices can be tested for symmetry or skew-symmetry. In a skew-symmetric matrix, every diagonal entry must be 0 because a_ii = -a_ii gives 2a_ii = 0. Every square matrix A can be written as the sum of a symmetric matrix and a skew-symmetric matrix: A = (A + A')/2 + (A - A')/2.
How to write this in exams
- 1
Start with the exact idea
A square matrix A is symmetric if A' = A. It is skew-symmetric if A' = -A.
- 2
Then show how to use it
Confirm the matrix is square. Find A'. Compare A' with A for symmetry. Compare A' with -A for skew-symmetry. For decomposition, compute A + A' and A - A', then multiply each by 1/2.
- 3
Add one concrete example
[[2, 5], [5, 3]] is symmetric. [[0, 4], [-4, 0]] is skew-symmetric.
- 4
Avoid this incomplete answer
Testing only off-diagonal entries for skew-symmetry and ignoring non-zero diagonal entries.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
Can [[1, 2], [-2, 0]] be skew-symmetric?
No. Its off-diagonal entries fit the pattern, but the first diagonal entry is 1, not 0.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?