9.10 Tensor Coordinate Tuple Representation
Tensor Coordinate Tuple Representation expresses tensors as ordered coordinate sets, enabling algebraic and geometric analysis in multi-dimensional spaces.
Tensor Coordinate Tuple Representation is the practice of standing for a point of a space, or a vector attached to that point, by an ordered list of real numbers produced through a coordinate system, so that geometric or algebraic objects that are not themselves numbers can nonetheless be recorded, communicated, and manipulated as finite lists of numerical values; it is the general representational scheme from which the entry order convention and the dimension relation between tuple length and space dimension both follow as necessary supporting rules.
What a Tuple Representation Provides
A Numerical Stand-In for a Geometric Object
Given a coordinate system defined on some region, the tuple representation of a point p is the ordered list of values obtained by applying each coordinate function to p in turn, producing a tuple that stands in for the point within any calculation carried out using that coordinate system.
A Parallel Representation for Vectors and Tensors
The same representational scheme extends to vectors and higher-order tensors: once a coordinate basis has been induced, a vector or tensor can be represented by the tuple, or multi-dimensional array, of its components relative to that basis, following the identical principle of standing for a non-numerical object using a finite list of numbers.
Supporting Conventions the Representation Depends On
An Order Attached to the Tuple's Entries
Because a tuple is an ordered list, the tuple coordinate representation depends on a fixed entry order, matching each position in the tuple to a specific coordinate function, so that the numbers within the tuple can be correctly attributed to the coordinate directions they measure.
A Length Matching the Dimension of the Space
The tuple coordinate representation also depends on the dimension relation, requiring the tuple to have exactly as many entries as the space has independent coordinate directions, ensuring that the representation neither omits necessary information nor includes redundant entries.
Reversibility of the Representation
Recovering the Point From Its Tuple
Because the coordinate map underlying the tuple representation is required to be invertible on its domain, any admissible tuple of numbers can be converted back into the point it represents, so the tuple representation loses no information about the point, provided the point lies within the coordinate system's domain.
Different Coordinate Systems Give Different Tuples for the Same Point
A single point admits different tuple representations depending on which coordinate system is used to produce them, related to one another through the transition data connecting the coordinate systems; the tuple itself is therefore not an intrinsic property of the point but a representation relative to a specific coordinate choice.
Diagram of Tuple Representation
Consequences of Using Tuple Representation
It Makes Symbolic and Numerical Manipulation Possible
By reducing points, vectors, and tensors to ordered lists of numbers, tuple representation allows algebraic operations — addition, comparison, scaling — to be performed directly on the tuples, standing in for operations that would otherwise need to be defined abstractly on the geometric objects themselves.
It Requires Care When Objects From Different Systems Are Combined
Because a tuple representation is tied to the specific coordinate system used to produce it, combining tuples obtained from different coordinate systems requires first converting them to a common system using the appropriate transition data, since combining mismatched tuples directly would not correspond to any meaningful operation on the original objects.