✦ For everyone, free.

Practical knowledge for real and everyday life

Home

8.11 Tensor Explicit Summation Notation

Tensor Explicit Summation Notation expresses tensor operations via indexed summation, clarifying component interactions and computational steps.

Tensor Explicit Summation Notation is the traditional way of writing a sum over an index by including an explicit summation symbol, together with a stated lower bound, upper bound, and summand, in direct contrast to the compact Einstein summation convention, which achieves the same meaning through mere repetition of an index without any explicit symbol.


Structure of Explicit Summation Notation

The Three Required Components

Explicit summation notation requires three components to be stated directly: the summation symbol itself, the range of the index being summed, given by a lower and an upper bound, and the summand, the expression being added together for each value the index takes.

i = 1 n A i B i

Here the lower bound (i = 1) and the upper bound (n) are both stated explicitly beneath and above the summation symbol, leaving no ambiguity about how many terms the sum contains.

Complete Self-Containment

Because every component of the sum, the index, its range, and the summand, is written out explicitly, this notation can be interpreted correctly without any additional external context, in contrast to the Einstein convention, which relies on the surrounding context to supply the implied range.


Comparison with the Einstein Convention

Same Mathematical Content, Different Notation

Explicit summation notation and the Einstein summation convention express identical mathematical content; the compact convention is simply a notational shorthand that omits the summation symbol and range, relying instead on the pattern of repeated, opposite-variance indices to convey the same meaning.

A i B i = i = 1 n A i B i

When Explicit Notation Is Preferred

Explicit summation notation is generally preferred whenever the summation range does not match the standard implicit convention, such as a sum running over only a subset of values, a sum with a non-standard starting point, or a situation in which the same-variance repetition would otherwise fail to trigger the implicit rule.

i = 2 5 A i B i

Nested Explicit Summations

Multiple Summation Symbols for Multiple Indices

When more than one index requires summation, explicit summation notation stacks multiple summation symbols, one for each index, with each carrying its own independently stated range, clearly indicating the order and scope of each individual summation.

i = 1 n j = 1 n A i j B i j

Practical Trade-Offs

Clarity Versus Brevity

Explicit summation notation trades the brevity of the Einstein convention for unambiguous clarity, making it especially valuable in introductory contexts, in situations involving non-standard ranges, or whenever a reader unfamiliar with the implicit convention needs to follow a derivation without additional background.


Practical Illustration

Sum, i=1 to n, of A_i B^i symbol + lower bound + upper bound + summand fully self-contained, no external context needed

Explicit summation notation remains an indispensable tool whenever the summation being described falls outside the standard scope of the Einstein convention, or whenever complete self-containment and unambiguous clarity are more important than notational brevity.

Content in this section