AcademyLinear Maps

Academy

Special Matrices

Level 1 - Math I (Physics) topic page in Linear Maps.

Principle

Special matrices represent common linear maps with recognisable structure. Their patterns reveal geometry before any long calculation is needed.

Identity action
\[I\mathbf v=\mathbf v\]

In physics, special matrices describe symmetries, projections, coordinate changes, rotations, reflections, and independent scaling along axes.

Notation

\(I\)
identity matrix
\(0\)
zero matrix or zero vector, depending on context
\(D\)
diagonal matrix
\(A^T\)
transpose of A
\(Q\)
often used for an orthogonal matrix
\(\det A\)
determinant of a square matrix

The pattern should match the type of map. Identity, diagonal, symmetric, and orthogonal matrices are square; zero matrices can be rectangular.

Method

Step 1: Identify the pattern

Look for zeros, diagonal entries, symmetry across the main diagonal, or columns with simple geometric meaning.

Step 2: Translate the pattern into action

A diagonal matrix scales coordinate axes separately. A projection removes a component. An orthogonal matrix preserves length and angle.

Step 3: Use shortcuts only when their conditions hold

Do not use determinant or eigenvalue facts for non-square matrices. Do not assume every sparse matrix has a special geometric meaning.

Rules

Diagonal matrix
\[D=\operatorname{diag}(d_1,d_2,d_3)\]
Symmetric matrix
\[A^T=A\]
Orthogonal matrix
\[Q^TQ=I\]
Projection pattern
\[P^2=P\]

Identity matrices leave vectors unchanged. Zero matrices send every input to zero. Diagonal matrices scale coordinate directions independently.

Examples

Question
What does
\[D=\begin{pmatrix}2&0\\0&5\end{pmatrix}\]
do to
\[(x,y)\]
?
Answer
It sends
\[(x,y)\]
to
\[(2x,5y)\]
The coordinate axes are scaled independently.

Checks

  • Check whether the matrix is square before using determinant facts.
  • A diagonal matrix acts independently on chosen coordinate directions.
  • A projection satisfies applying it twice gives the same result.
  • Orthogonal matrices preserve dot products, not just visual shape.