2.6.10 · D1Matrices & Determinants — Introduction

Foundations — Inverse of 2×2 matrix

1,822 words8 min readBack to topic

This page builds every symbol used by the parent note starting from a blank page. If a symbol appears there, it is defined here first, anchored to a picture, and justified.


1. Numbers in a box: what a matrix is

The letters are placeholders for actual numbers. Their positions have names you must never forget:

  • = top-left, = bottom-right → together these are the main diagonal (the corner-to-corner line going ↘).
  • = top-right, = bottom-left → these are the off-diagonal (the other corners).
Figure — Inverse of 2×2 matrix

2. Vectors: the arrows a matrix eats

The picture: a vector is an arrow from the origin to the point . The first number says how far right, the second how far up.

Figure — Inverse of 2×2 matrix

The symbol (read "maps to") means "the machine sends this input to that output." So reads: "the arrow is sent to the new arrow ."


3. The two special starter arrows

Every vector in 2D is built from two basic arrows:


4. Matrix multiplication: how the machine runs


5. The identity matrix: the do-nothing machine

The picture: sends to (itself) and to (itself). Nothing moves.


6. The determinant: measuring the squash

But what is it? The picture: draw the two columns of as arrows from the origin. They span a parallelogram. The determinant is the signed area of that parallelogram.

Figure — Inverse of 2×2 matrix

7. The inverse symbol and singular vs non-singular


8. Reading a linear system as

Two ordinary equations, pack into one matrix sentence:

Check with the row rule: row 1 gives ✓, row 2 gives ✓.


Prerequisite map

Plain numbers and arithmetic

Matrix as a box of numbers

Vector as an arrow

Matrix multiplication row meets column

Identity matrix do nothing

Determinant as signed area

Inverse undoes the machine

Solving A x equals b

Singular when det is zero


Equipment checklist

Read each question, answer in your head, then reveal.

Where are the main-diagonal entries of ?
The top-left and bottom-right (the ↘ corners).
Where are the off-diagonal entries?
The top-right and bottom-left (the ↙ corners).
What does the arrow on tell you?
That is a vector (an arrow), not a single number.
What do the two columns of a matrix represent geometrically?
Where the basic arrows and land after the transformation.
Multiply .
— each row meets the vector, multiply and add.
What is the identity matrix and what does it do?
; it leaves every vector unchanged.
What does measure?
The signed area of the parallelogram spanned by the columns of .
What does mean geometrically?
The two columns are parallel; area is squashed to zero, so the machine cannot be undone.
What does the notation mean?
The machine with — it undoes .
What is the adjugate of ?
(swap diagonal, negate off-diagonal).
Rewrite as a matrix equation.
, i.e. .

Connections