✦ For everyone, free.

Practical knowledge for real and everyday life

Home

9.10.4 Tensor Coordinate Tuple Component Reading

Understanding how tensor components are read within coordinate tuples in algebraic contexts.

Tensor Coordinate Tuple Component Reading is the general operation of extracting the single numerical value located at a specific position within a coordinate tuple, identified by that position's fixed correspondence to a particular coordinate direction, and applicable to any coordinate system whatsoever rather than being a shortcut available only in especially simple bases; it is the basic act of retrieval that makes a coordinate tuple useful once it has been produced, independent of any further computation.


What Component Reading Consists Of

Selecting an Entry by Its Fixed Position

Given a coordinate tuple (x^1, …, x^n) produced under a fixed entry order, component reading is the act of selecting the entry at position i, understood by the entry order convention to correspond to the i-th coordinate direction.

read ( ( x1 , , xn ) , i ) = xi

A Purely Positional Operation, Independent of the Coordinate System's Complexity

Unlike the standard basis's special property of allowing component values to be read directly as an object's own numerical entries, general coordinate tuple component reading requires nothing more than knowing which position within the tuple corresponds to the desired coordinate; it applies identically whether the coordinate system is a simple standard basis or an elaborate curvilinear system.


Distinguishing General Reading From Standard Basis Reading

Standard Basis Reading Is a Special Case

Tensor standard basis component reading, which allows a vector's Cartesian entries to be identified directly with its coordinate components, is a special instance of the broader reading operation, made unusually simple by the self-duality and directness of the standard basis rather than by any feature of reading itself.

General Reading Requires No Assumption About the Basis

Component reading, taken in its general form, makes no assumption that the basis is self-dual, orthonormal, or coordinate-induced; it is defined purely by the entry order convention of the tuple, so it applies just as well to a tuple produced by a highly curved or nonstandard coordinate system.


Using Component Reading in Larger Calculations

Isolating a Single Value for Further Computation

Component reading is typically the first step in any calculation that requires operating on one specific coordinate or component in isolation, such as evaluating a partial derivative with respect to one coordinate, or checking whether one particular component of a tensor satisfies some condition.

Reading Precedes, but Does Not Replace, Interpretation

Reading an entry from a tuple returns only a bare number; interpreting what that number represents — a position along a coordinate direction, a component of a vector — requires additionally knowing the coordinate system and basis under which the tuple was produced, information that reading alone does not supply.


Diagram of Component Reading

Reading position 2 returns x²

Consequences of Component Reading

It Provides the Elementary Access Operation Underlying All Tuple Manipulation

Every more elaborate manipulation of coordinate tuples — comparing entries, transforming them under a change of coordinates, or assembling them into higher-order component arrays — ultimately relies on the elementary act of reading specific entries by position, making component reading the most basic operation the tuple representation supports.

It Remains Valid Even When the Tuple Basis Dependence Complicates Interpretation

Because component reading depends only on position and not on the coordinate system's particular properties, it continues to function correctly even where tuple basis dependence means the extracted number carries meaning only relative to the originating coordinate system, with reading itself unaffected by that relativity.