4.10.9 · D3Advanced Topics (Elite Level)

Worked examples — Einstein summation convention

2,811 words13 min readBack to topic

This page is a gym. The parent note built the rules; here we exercise them against every kind of case the notation can throw at you — different index counts, the delta's substitution, the epsilon's signs, degenerate/zero inputs, a limiting case, a word problem, and an exam-style trap. Every symbol used here was defined in the parent; if you need a refresher, the links at the bottom point to it.


The scenario matrix

Every problem in index notation falls into one of these cells. The examples below are labelled with the cell they hit, and together they cover the whole table.

# Case class What makes it tricky Example
A 0 free indices (scalar out) make sure nothing survives Ex 1
B 1 free index (vector out) one letter must match both sides Ex 2
C 2 free indices (matrix out) two survivors, order matters Ex 3
D Kronecker substitution delta "eats" a repeated index Ex 4
E Levi-Civita signs, all cases even/odd/repeated permutations Ex 5
F Degenerate / zero input repeated vector, parallel vectors → Ex 6
G epsilon–delta master identity collapse a double cross product Ex 7
H Real-world word problem translate physics → indices → number Ex 8
I Exam-style trap illegal 3-times index / free-index mismatch Ex 9
J Limiting / dimension case , behaviour as grows Ex 10

Range of every index is (so ) unless a problem says otherwise.


Ex 1 — Cell A: a pure scalar


Ex 2 — Cell B: a vector out (matrix × vector)


Ex 3 — Cell C: a matrix out (two survivors)


Ex 4 — Cell D: the delta as a renamer


Ex 5 — Cell E: every Levi-Civita sign

Figure — Einstein summation convention

Ex 6 — Cell F: degenerate / zero input


Ex 7 — Cell G: the master identity in action


Ex 8 — Cell H: real-world word problem


Ex 9 — Cell I: the exam trap


Ex 10 — Cell J: dimension / limiting case


Recall Quick self-test across all cells

Count free indices of ::: 1 (it's a vector). Simplify ::: . Why is from indices? ::: symmetric against antisymmetric ⇒ 0. Value of in 3D ::: 6. Why is illegal? ::: index appears three times — no unique pairing.


Connections