Primitive

ARRANGEMENT

The recognition that the same elements, differently ordered, constitute different things.

Some things are not just collections. They have order.

The sequence ABC differs from CBA. The configuration of a stereocenter determines whether a molecule is drug or poison. The layout of atoms in a crystal determines whether carbon is graphite or diamond.

ARRANGEMENT is the recognition that order matters.

PART I

The Cognitive Basis

1.1 Sequence vs. Set

COLLECTION recognizes multiplicity: there are many.

ARRANGEMENT adds structure: the many are ordered.

A set is defined by its members. {A, B, C} = {C, B, A} = {B, A, C}. Order is irrelevant.

A sequence is defined by its members and their positions. (A, B, C) ≠ (C, B, A). Order is constitutive.

Sequence vs. Set
Drag to reorder:
A
B
C
As set: {A, B, C} = {A, B, C} ✓ Equal
As sequence: (A, B, C) vs (A, B, C) ✓ Equal

Sets ignore order. Sequences encode it.

This distinction emerges early in development. Infants distinguish between sequences of events: A-then-B differs from B-then-A. The capacity for serial order processing is fundamental to language, music, motor planning, and causal reasoning.

1.2 Configuration vs. Composition

Chemistry makes the ARRANGEMENT primitive vivid.

Isomers share the same molecular formula (composition) but differ in structure (arrangement):

TypeSameDifferentExample
StructuralFormulaConnectivityn-butane vs. isobutane
GeometricConnectivitySpatial arrangementcis- vs. trans-2-butene
StereoisomersConnectivity3D configurationD- vs. L-alanine

The extreme case: enantiomers. Mirror-image molecules with identical physical properties but opposite biological activity.

Enantiomers: Same Atoms, Different Fate
(S)-thalidomide
Sedative
(R)-thalidomide
Teratogen

Same atoms. Same bonds. Different arrangement. Opposite effects.

1.3 The Asymmetry of Order

ARRANGEMENT involves asymmetry in two senses:

Temporal asymmetry: First vs. second vs. third. The positions are not interchangeable.

Spatial asymmetry: Left vs. right, up vs. down. Chirality requires that space itself lack mirror symmetry in its physical laws — which it does, via the weak force.

Where SAMENESS (symmetry) asks "what remains unchanged?", ARRANGEMENT asks "what differs when we permute?"

PART II

From Sequences to Grids

2.1 One Dimension: Sequences

A sequence of n objects is an ordered n-tuple: (a₁, a₂, ..., aₙ).

Vectors are sequences of numbers: v = (v₁, v₂, v₃).

The components have meaning tied to their position: first component = x-direction, second = y, third = z.

2.2 Two Dimensions: Arrays

When data has two independent orderings — rows and columns — we get a rectangular array:

col 1 col 2 col 3 row 1 a₁₁ a₁₂ a₁₃ row 2 a₂₁ a₂₂ a₂₃

This is a matrix.

Matrices arise whenever we track quantities across two categorical dimensions:

2.3 Higher Dimensions: Tensors

Three indices: a cube of numbers (3-tensor). Four indices: a hypercube (4-tensor).

Quantum mechanics uses tensors extensively: the two-electron integral ⟨ij|kl⟩ has four indices.

For this course, we focus on matrices (two indices). The principles generalize.

PART III

What Matrices Represent

3.1 Data Tables

The simplest interpretation: a matrix stores data.

Rows = observations, Columns = variables. This is the standard format for statistical analysis.

CarbonsHydrogensMW (g/mol)BP (°C)
Methane1416.04-161
Ethane2630.07-89
Propane3844.10-42
Butane41058.12-1

This is a 4 × 4 matrix of data.

3.2 Linear Transformations

Deeper interpretation: a matrix represents a function that transforms vectors.

If A is an m × n matrix and v is an n-component vector, the product Av is an m-component vector.

v → Av
The matrix acts on the vector. It stretches, rotates, reflects, or projects.
Matrix as Transformation
10
01

Each matrix encodes a specific spatial transformation.

Example: Rotation in 2D by angle θ

R(θ) =
cos θ-sin θ
sin θcos θ

This matrix, multiplying any vector v, rotates v by angle θ counterclockwise.

3.3 Systems of Equations

A system of m linear equations in n unknowns can be written as:

Ax = b
A = coefficient matrix, x = vector of unknowns, b = vector of constants

Solving the system = finding x such that Ax = b.

PART IV

ARRANGEMENT in Chemistry

4.1 Stoichiometry Matrices

A chemical reaction: 2 H₂ + O₂ → 2 H₂O

can be encoded in a stoichiometry matrix. Rows = species, Columns = elements:

H O H₂ 2 0 O₂ 0 2 H₂O 2 1

Conservation of mass becomes a linear algebra problem: the coefficient vector must lie in the null space of a certain matrix.

4.2 Hückel Theory

The Hückel method for π-electron systems constructs a matrix where:

Hückel Matrix — Connectivity Encoded
The matrix structure encodes molecular connectivity

The eigenvalues of this matrix give the π-orbital energies. The eigenvectors give the orbital coefficients.

The ARRANGEMENT of ones and zeros in the matrix encodes the connectivity of the molecule.

4.3 Symmetry Operations

Molecular symmetry operations (rotations, reflections, inversions) are linear transformations of 3D space. Each can be represented by a 3 × 3 matrix.

For the C₂ rotation (180° around z-axis):

C₂(z) =
-100
0-10
001

This matrix, applied to any position vector (x, y, z), gives (−x, −y, z).

Group theory in chemistry = the algebra of these transformation matrices.

4.4 Transition Matrices

Kinetics of interconverting species: A ⇌ B ⇌ C

The rate equations form a system of ODEs whose coefficient matrix encodes the rate constants. The eigenvalues give the time constants for approach to equilibrium.

PART V

Formal Definitions

Core Concepts

Sequence
An ordered n-tuple (a₁, a₂, ..., aₙ). Order matters: (a, b) ≠ (b, a) unless a = b.
Matrix
A rectangular array of numbers with m rows and n columns. Denoted A ∈ ℝᵐˣⁿ.
Entry
The element in row i, column j is denoted aᵢⱼ or [A]ᵢⱼ.
Square matrix
A matrix with m = n.
Transpose
The transpose Aᵀ has rows and columns swapped: [Aᵀ]ᵢⱼ = [A]ⱼᵢ.
Symmetric matrix
A matrix satisfying A = Aᵀ.
Identity matrix
I with 1s on diagonal, 0s elsewhere. AI = IA = A for all A.
Linear transformation
A function T: ℝⁿ → ℝᵐ satisfying T(au + bv) = aT(u) + bT(v). Every linear transformation corresponds to a matrix.
PART VI

Forward

What ARRANGEMENT Establishes

ARRANGEMENT is the recognition that order constitutes identity. The same elements, differently arranged, are not the same thing.

Formalization:

Chemistry applications:

Connection to SAMENESS

ARRANGEMENT asks: what changes when we reorder?

SAMENESS will ask the complementary question: what doesn't change under transformation?

The eigenvalue problem — finding vectors that a matrix merely scales, not rotates — bridges these primitives. Eigenvectors are the "sameness within transformation."

Continue to the Tools

Explore stereochemistry, crystal structures, symmetry operations, and matrix transformations.

Lecture 05: ARRANGEMENT Tools →

Endnotes

[1] Lashley, K. S. (1951), "The problem of serial order in behavior," in Cerebral Mechanisms in Behavior, Wiley. For modern treatment: Hurlstone, M. J., Hitch, G. J., & Baddeley, A. D. (2014), "Memory for serial order across domains," Psychological Bulletin 140:339-373.
[2] Wu, C. S., et al. (1957), "Experimental test of parity conservation in beta decay," Physical Review 105:1413-1415. The weak force violates parity symmetry, explaining the predominance of L-amino acids in biology.
[3] For matrix formulation of stoichiometry: Alberty, R. A. (1991), "Equilibrium compositions of solutions of biochemical species," PNAS 88:3268-3271.