Column Vectors¶
A column vector of size
The set of all such vectors is denoted by
The column vectors in
and multiplied by scalars
In Sage it is equally simple:
Press Evaluate to see the outcome of the code. You can modify the code yourself too. See what happens if the vectors are of different size. In section Vectors and Matrices in Sage we explain how to indicate the underlying field.
The addition and scalar multiplication of column vectors in
The addition of column vectors is an internal operation in The addition is associative and commutative: The neutral element for addition is the zero column vector For any there exists the opposite vector such that Namely, for the opposite is
Furthermore, since the scalar multiplication of column vectors is distributive, both over addition of scalars and over addition of vectors:
and satisfies the compatibility conditions
the set
Column vectors over the real field
The relation
if
then
A bijective correspondence between two vector spaces over the same field (geometric vectors also form a real vector space), which preserves space operations in the above sense, is called isomorphism, and the pertinent vector spaces are said to be isomorphic.
The notion of isomorphism generalized to other algebraic structures (e.g. to algebras) will be discussed in subsequent parts of this textbook.
Experiment with Sage:
For given values
- 1
The symbol
means “equal by definition”.