ithkomponenten
The ithkomponenten, or i-th component, denotes the element in position i of a finite sequence, vector, or array. For a vector x = (x_1, x_2, ..., x_n) in R^n, the i-th component is denoted x_i and is the coordinate along the i-th dimension of the chosen coordinate system.
In mathematics the index i ranges from 1 to n. In computer science and programming, arrays are
The concept is used to describe coordinates of a point, coefficients in linear combinations, and components
Extensions to tensors and multi-dimensional data: the notion generalizes to higher-order arrays; the i-th component of
See also: vector component, coordinate, basis, Cartesian coordinates, indexing.