2.6.6 · D3Matrices & Determinants — Introduction

Worked examples — Transpose — definition, properties

2,369 words11 min readBack to topic

This page is the "hands dirty" companion to Transpose — definition, properties. We take the rules from the parent note and throw every kind of matrix at them — rectangular, square, zero, degenerate, symmetric, and an exam-style trap — so that no shape ever surprises you.

Before we compute anything, one reminder of the single rule everything rests on:

The scenario matrix

Here is the full landscape of cases a transpose problem can hand you. Every cell is covered by at least one worked example below.

Cell Case class What makes it tricky Example
A Rectangular , shape changes Ex 1
B Square, general shape same, entries reflect over diagonal Ex 2
C Row/column vector (degenerate: ) a "flat" matrix becomes a "tall" one Ex 3
D Product with reversal order flips, non-commutative Ex 4
E Chained product reversal cascades Ex 5
F Symmetric / skew split (sign cases) vs , zero diagonal Ex 6
G Zero matrix & identity (degenerate/limit) fixed points of transpose Ex 7
H Inverse + transpose together , real numbers Ex 8
I Word problem (real-world table flip) reading rows-vs-columns correctly Ex 9
J Exam twist ( / trace / trap) scalar output, dimension trap Ex 10

Prerequisites we lean on: Matrix Operations, Symmetric Matrices, Orthogonal Matrices, Matrix Inverse, Inner Product Spaces.


Cell A — Rectangular, shape changes

The negative sign in rode along untouched — transpose never changes a value, only its address.


Cell B — Square, general


Cell C — Degenerate: a vector


Cell D — Product with reversal


Cell E — Chained reversal


Cell F — Sign cases: symmetric vs skew


Cell G — Degenerate fixed points: zero and identity


Cell H — Inverse and transpose together (real numbers)


Cell I — Real-world table flip


Cell J — Exam twist: scalar output & a dimension trap

The classic exam object is the quadratic form , which turns a vector and a matrix into a single number. It shows up in Eigenvalues and Eigenvectors and geometry.

Figure — Transpose — definition, properties

Recall check

Recall Every cell in one breath

Rectangular flips shape ::: (Ex 1, 3) Diagonal entries under transpose ::: stay fixed, since (Ex 2, 7) equals ::: — order reverses (Ex 4) equals ::: (Ex 5) Skew-symmetric diagonal must be ::: all zeros (Ex 6) equals ::: (Ex 8) Shape of ::: a single number (Ex 10)