Mathwords logoMathwords

Column — Definition, Formula & Examples

A column is a vertical line of numbers running from top to bottom in a matrix or table. Each column holds one value from every row.

In an m×nm \times n matrix AA, a column is the ordered list of mm entries sharing the same position index jj, written as a1j,a2j,,amja_{1j}, a_{2j}, \ldots, a_{mj} for a fixed jj between 11 and nn.

How It Works

To find a column, look at the entries that line up vertically. The first column contains every entry in position 1 of each row, the second column contains every entry in position 2, and so on. An m×nm \times n matrix has exactly nn columns, each containing mm entries.

Worked Example

Problem: Identify the columns of the matrix below.
The matrix: Consider this 2 × 3 matrix:
A=[471358]A = \begin{bmatrix} 4 & 7 & 1 \\ 3 & 5 & 8 \end{bmatrix}
Column 1: Read the first entry from each row going top to bottom.
[43]\begin{bmatrix} 4 \\ 3 \end{bmatrix}
Column 2: Read the second entry from each row.
[75]\begin{bmatrix} 7 \\ 5 \end{bmatrix}
Column 3: Read the third entry from each row.
[18]\begin{bmatrix} 1 \\ 8 \end{bmatrix}
Answer: Matrix A has 3 columns: [4, 3], [7, 5], and [1, 8].

Why It Matters

Knowing which entries form a column is essential when you multiply matrices, since each result comes from pairing a row of one matrix with a column of another. Columns also appear in data tables and spreadsheets, where each column represents a different category or variable.

Common Mistakes

Mistake: Confusing columns with rows.
Correction: Columns go top to bottom (vertical), while rows go left to right (horizontal). Think of the columns that hold up a building — they stand upright.