Understanding Column and Row Vectors
A vector is a quantity that has both magnitude and direction. In its representation, vectors can be written in two forms: column vectors and row vectors.
Column vectors are vectors whose components are written vertically (downward). While row vectors are vectors whose components are written horizontally (sideways).
Notation of Column and Row Vectors
Here are the notations for column and row vectors:
-
For two-dimensional vectors:
- Row vector: or
- Column vector: or
-
For three-dimensional vectors:
- Row vector: or
- Column vector: or
Types of Column Vector Notation
In mathematics, column vectors can be written using various notations:
-
Notation with regular parentheses:
-
Notation with square brackets:
-
Notation with vertical bars:
All three notations represent the same column vector, only using different delimiters/brackets.
Unit Vectors in Cartesian Coordinate System
Unit vectors are vectors that have a length of 1 unit with a specific direction. In the Cartesian coordinate system, we recognize several unit vectors:
Unit Vectors in Two-Dimensional Cartesian Coordinate System
-
Unit vector in the horizontal direction (x-axis):
- Row vector:
- Column vector:
-
Unit vector in the vertical direction (y-axis):
- Row vector:
- Column vector:
Unit Vectors in Three-Dimensional Cartesian Coordinate System
-
Unit vector in the x-axis direction:
- Row vector:
- Column vector:
-
Unit vector in the y-axis direction:
- Row vector:
- Column vector:
-
Unit vector in the z-axis direction:
- Row vector:
- Column vector:
Relationship Between Column and Row Vectors
Column and row vectors are related through the transpose operation. Transpose is an operation that changes rows into columns or vice versa.
If is a row vector, then its transpose is a column vector:
Conversely, if is a column vector, then its transpose is a row vector:
Applications of Column and Row Vectors
The distinction between column and row vector notation is very important in linear algebra operations such as matrix multiplication. In vector calculus, physics, and various scientific applications, the form of vector used must be consistent to ensure correct calculations.
In computing, column and row vectors are used to represent data and variables in numerical programming, image processing, artificial intelligence, and many other fields.