2.6.9 · D1Matrices & Determinants — Introduction

Foundations — Properties of determinants

1,815 words8 min readBack to topic

This page is the ground floor. The parent note fires off symbols like , , , , , — and quietly assumes you already picture what each one means. Here we build every one of them from nothing, in the order that each depends on the last.


0. What a "matrix" even is

Look at the figure: the matrix is a grid. The horizontal strip highlighted in blue is a row; the vertical strip in orange is a column. Nothing more mysterious than a seating chart.

Figure — Properties of determinants

We call a matrix square when it has the same number of rows as columns (, , ...). Determinants are only defined for square matrices — you need equal rows and columns for the "area" idea to make sense, and we'll see exactly why in section 5.


1. The entry symbol

In the figure below, we point an arrow at : walk down to row 2, then across to column 3. The topic needs this because the determinant formula picks entries one at a time by address, and if you read the address backwards every property comes out wrong.

Figure — Properties of determinants

2. The row symbol (and why the topic loves rows)

The parent note writes the determinant as a function . Read that as: "feed in the rows one bundle at a time, get a number out." Why bundle rows? Because every property (swap rows, scale a row, add rows) is a story about moving these strips around — and it's far easier to picture three strips than nine loose numbers.


3. The determinant symbol: and the vertical bars

For a matrix the recipe is:

What does look like? It is exactly the area of the parallelogram made by the two row-arrows and — with a sign for orientation. The figure builds it: the big rectangle has area ... more simply, the shaded blue region is the parallelogram, and is its signed area.

Figure — Properties of determinants

This is the foundation of Determinant — Definition and Expansion by Minors and Area of a Triangle using Determinants.


4. Summation — a machine that adds a list

You don't need to fear yet. It just says: make a big sum, where each piece grabs one entry per row and per column, and stick a on it. The next two sections define and so that sum stops looking like hieroglyphics.


5. Permutation — a way to rearrange, pictured as arrows

The figure shows two shuffles for a : the identity (every arrow goes straight across — this picks the diagonal) and a swap (two arrows cross). Each set of non-crossing/crossing arrows is one , and it selects exactly one entry from every row and column.

Figure — Properties of determinants

Why does the topic need permutations? Because the determinant is the only natural way to combine "one entry per row and column" — and permutations are the exhaustive list of ways to do that.


6. The sign — even or odd number of swaps

This underpins P2 and P3 on the parent page.


7. Transpose — flip across the diagonal

Picture a mirror line running down the diagonal; every entry hops to its reflection. The parent's P1 says — meaning "whatever is true for rows is equally true for columns." That's why the note can prove things about rows and get columns for free.


8. Product and inverse (just enough to read P9)


Prerequisite map

Numbers in a rectangle = matrix

Entry address a i j

Row bundle R i

Row as an arrow vector

Parallelogram area

Summation sigma sign

Permutation shuffle

Sign even or odd swaps

Determinant single number

Transpose flip

Product and inverse

Properties of Determinants


Equipment checklist

Read the address out loud
Row 3, column 2 — the number where the 3rd horizontal strip meets the 2nd vertical strip.
What does stand for?
The whole 2nd row bundled as one object (a vector/arrow).
What do the vertical bars mean, and can the result be negative?
Determinant; yes, negative is allowed — it records a mirror-flip, not "make positive."
Compute
.
What shape's area does a determinant measure?
The parallelogram spanned by its two row-arrows (signed).
What does instruct you to do?
Loop over every permutation and add the pieces up.
What is a permutation in this context?
A way to pick exactly one entry per row and per column — i.e. a shuffle of the column labels.
What does equal for an even vs odd number of swaps?
for even, for odd.
What does the transpose do to entry ?
Sends it to position — reflects the matrix across its main diagonal.
Why is believable geometrically?
If scales area by , its undo-map must scale by the reciprocal.

Connections