Vector Variable
Jump to navigation
Jump to search
A Vector Variable is a tuple of variables that can represent a vector.
- Context:
- It can range from being a Formula Vector Variable to being a Software Vector Variable (represented using a Vector Data Structure).
- It can be represented by a Vector Notation, such as
- [math]\displaystyle{ \vec{x} }[/math] for Euclidean vectors (math wikitext:
\vec{x}
) - [math]\displaystyle{ \mathbf{x} }[/math] (math wikitext:
\mathbf{x}
)
- [math]\displaystyle{ \vec{x} }[/math] for Euclidean vectors (math wikitext:
- Example(s):
- an Euclidean Vector from Euclidean space, [math]\displaystyle{ \vec{x} = [x_1, x_2] }[/math]
- … from Minkowski Space.
- …
- Counter-Example(s):
- See: Tuple Variable.