3.6 Row Space and Column Space

If A is an m×n matrix, each row of A is an n-tuple of real numbers and hence can be considered as a vector in 1×n. The m vectors corresponding to the rows of A will be referred to as the row vectors of A. Similarly, each column of A can be considered as a vector in m, and we can associate n column vectors with the matrix A.

Example 1

Let

A=[100010]

The row space of A is the set of all 3-tuples of the form

α(1,0,0)+β(0,1,0)=(α,β,0)

The column space of A is the set of all vectors of the form

α[10]

Get Linear Algebra with Applications, 10th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.