columnvector
A column vector is a matrix with a single column, i.e., an n × 1 object. It represents a point or direction in n-dimensional space and its entries are the coordinates with respect to a chosen basis. An example is v = [3; 4; 5], a 3 × 1 column vector. In many texts, a column vector is denoted by a bold face letter such as v, or by v with a superscript T to indicate transpose, for example v^T is a 1 × n row vector.
Operations involving column vectors include scalar multiplication, componentwise addition, and matrix multiplication. If c is a
Related concepts include the row vector, which is the transpose of a column vector; v^T is a
Column vectors are fundamental in expressing systems of linear equations, linear transformations, and vector coordinates in