Row — Definition, Formula & Examples
A row is a horizontal line of entries in a matrix, read from left to right. Rows are counted from top to bottom, so the first row is at the top of the matrix.
In an matrix , the -th row is the ordered -tuple for , consisting of all entries whose first subscript index is .
Worked Example
Problem: Identify the rows of the matrix and state how many rows it has.
The matrix: Consider the following matrix:
Row 1: The first (top) row contains the entries reading left to right:
Row 2: The second (bottom) row contains:
Answer: Matrix has 2 rows. It is a matrix (2 rows, 3 columns).
Why It Matters
Rows are essential for describing matrix dimensions, performing row operations in systems of equations, and computing determinants. When you solve a system using Gaussian elimination or Cramer's Rule, every step involves working with individual rows.
Common Mistakes
Mistake: Confusing rows with columns. Some students read down instead of across when identifying a row.
Correction: Rows go horizontally (left to right). Columns go vertically (top to bottom). In the notation , the first number always tells you the number of rows.
