Exercises — Types of matrices — row, column, square, diagonal, identity, zero, symmetric, skew-symmetric
This page is a self-test ladder. Each problem has a fully worked solution hidden inside a collapsible callout — read the problem, try it on paper, then reveal. Every symbol we use (, "diagonal", "order", , ) was built in the parent note Types of Matrices; when in doubt, revisit it. We also lean on Matrix Transpose and Matrix Operations.
A quick reminder of the two symmetry words, because half the exercises hinge on them:
The picture below is the mental model for "mirror across the diagonal" that we will use again and again.

Level 1 — Recognition
Problem 1.1
Name the type of each matrix (give the most specific correct name):
Recall Solution 1.1
WHAT we check: shape first, then the zero-pattern.
- has one row, three columns (order ) → row matrix.
- is square and every entry is → zero matrix (also technically diagonal, but "zero" is more specific).
- is square, all off-diagonal entries are , and the diagonal entries are not all → diagonal matrix (not identity).
- is diagonal with all diagonal entries → identity matrix . WHY "most specific": identity is a special diagonal, and zero is a special everything — always name the tightest pattern.
Problem 1.2
Which of these are square? Give the order of each.
Recall Solution 1.2
A matrix is square when rows columns.
- : order (2 rows, 1 column) → column matrix, not square.
- : order → square (and symmetric, since ).
- : order → not square. Only is square.
Level 2 — Application
Problem 2.1
Compute and state whether is symmetric, skew-symmetric, or neither.
Recall Solution 2.1
WHAT: flip rows↔columns. Row of is ; it becomes column of . WHY compare to : . This equals exactly, so . Also the diagonal is all zeros — consistent with the skew rule. is skew-symmetric.
Problem 2.2
Fill in so that the matrix is symmetric:
Recall Solution 2.2
Rule used: symmetric means (mirror across the diagonal — see the figure).
- Mirror of is , so .
- Mirror of is , so .
- and already match ✓.
- is on the diagonal, so it mirrors to itself; symmetry places no constraint on it — any value works. Take free (e.g. ). Answer: arbitrary.
Problem 2.3
Given , compute and .
Recall Solution 2.3
WHY diagonal powers are easy: multiplying diagonal matrices just multiplies matching diagonal entries (off-diagonals stay ). So . And because the identity is the multiplicative "1": .
Level 3 — Analysis
Problem 3.1
Can a matrix be both symmetric and skew-symmetric? If so, describe every such matrix.
Recall Solution 3.1
Set up both conditions at once. Symmetric gives ; skew gives . Combine: , so , hence for all . Conclusion: the only matrix that is both is the zero matrix . (This is why the zero matrix quietly satisfies almost every symmetry definition.)
Problem 3.2
A matrix is skew-symmetric and . Its entries above the diagonal are . Write out all entries, then count how many independent numbers a skew-symmetric matrix has.
Recall Solution 3.2
Diagonal entries are forced to . Below-diagonal entries are the negatives of the mirror above: Counting freedom: only the three above-diagonal entries are free; everything else is determined by them. So a skew-symmetric matrix has independent entries. (General rule: ; for that is ✓.)
Problem 3.3
Is diagonal? Is it symmetric? Explain the relationship your answer reveals.
Recall Solution 3.3
- Diagonal? No — the off-diagonal entry .
- Symmetric? Yes — . Relationship revealed: every diagonal matrix is symmetric, but not every symmetric matrix is diagonal. Diagonal is a strict subset of symmetric (see the parent's mistake callout).
Level 4 — Synthesis
Problem 4.1
Split into a symmetric part and a skew part . Verify .
Recall Solution 4.1
WHY this works: is always symmetric (adding a matrix to its transpose mirrors it), and is always skew (subtracting cancels the diagonal). Their sum telescopes back to . First . Check: ✓. Note is symmetric, is skew (zero diagonal).
Problem 4.2
Let be any square matrix. Prove is symmetric.
Recall Solution 4.1... (4.2)
Tool: two transpose rules — and . Let . Then Since , the matrix is symmetric.
Level 5 — Mastery
Problem 5.1
Prove that every square matrix can be written uniquely as symmetric skew-symmetric.
Recall Solution 5.1
Existence. Set and . By Problem 4.2's argument, (symmetric) and (skew). And . So a decomposition exists. Uniqueness. Suppose with symmetric, skew. Transpose: . Add and subtract the two equations: So the pieces are forced — the decomposition is unique.
Problem 5.2
Prove that for any skew-symmetric matrix with odd, the trace (sum of diagonal entries) is , and state why this is immediate.
Recall Solution 5.2
Immediate reason: skew-symmetry forces for every (from ). The trace is . This holds for all , odd or even — the "odd" hint is a distractor. The trace of any skew-symmetric matrix is .
Problem 5.3
Let . Using the easy-power rule, compute the diagonal of .
Recall Solution 5.3
. This is why methods like Diagonalization are prized: once a matrix is put in diagonal form, powers (and hence eigenvalue-based analysis) become one-line computations.
Recall Self-test summary
One-line takeaway per level ::: L1 name the tightest pattern; L2 transpose = ; L3 skew diagonals are ; L4 halve each part; L5 every square matrix = unique symmetric + skew. Only matrix that is both symmetric and skew-symmetric ::: the zero matrix . Independent entries in a skew matrix ::: (i.e. ).