# Nakafa Framework: LLM URL: /en/subject/high-school/10/mathematics/vector-operations/column-row-vector Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/10/mathematics/vector-operations/column-row-vector/en.mdx Output docs content for large language models. --- export const metadata = { title: "Column and Row Vectors", description: "Learn column and row vector notation, transpose operations, unit vectors in Cartesian systems, and their applications in linear algebra calculations.", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "04/12/2025", subject: "Vector and Operations", }; ## 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: 1. For two-dimensional vectors: - Row vector: or - Column vector: or 2. 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: 1. Notation with regular parentheses: 2. Notation with square brackets: 3. 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 1. Unit vector in the horizontal direction (x-axis): - Row vector: - Column vector: 2. Unit vector in the vertical direction (y-axis): - Row vector: - Column vector: ### Unit Vectors in Three-Dimensional Cartesian Coordinate System 1. Unit vector in the x-axis direction: - Row vector: - Column vector: 2. Unit vector in the y-axis direction: - Row vector: - Column vector: 3. 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.