GraphMath

Row view of a matrix

Rows as normal vectors and the null space as their intersection

What geometric object does each row of a matrix define?

In the homogeneous system Ax = 0, each row rᵢ imposes the condition rᵢ · x = 0. In ℝ² this defines a line through the origin, and in ℝ³ it defines a plane through the origin. The null space of A is the common intersection of all these row-normal subspaces.

Key ideas

The row view turns matrix equations into geometric constraints.

  • Each equation rᵢ · x = 0 defines the subspace perpendicular to row r
  • For a 2×2 full-rank matrix, the two row-normal lines are distinct and intersect only at 0
  • For a rank-one 2×2 matrix, the rows are dependent, so the two row-normal lines coincide and form the null space
  • The column view shows where basis vectors are sent; the row view shows the homogeneous constraints imposed on input vectors
  • For an orthonormal matrix, both its columns and its rows form orthonormal sets
  • For a symmetric matrix, corresponding row and column vectors have the same directions
  • In ℝ³, each independent row defines a plane through the origin, and three independent row planes intersect only at the origin

The chapter ends by distinguishing subspaces, complementary subspaces and orthogonal subspaces—three ideas needed to describe how row constraints divide a vector space.

Why is the null space the intersection of the row-normal subspaces?

A vector x belongs to null(A) exactly when every row of A maps it to zero. Therefore x must satisfy every equation rᵢ · x = 0 at the same time. Geometrically, it must lie in every row-normal line or plane, so null(A) is their common intersection.

Related chapters

Chapter contents

The PDF is a single document. The page links below are best-effort: most browsers support them, but some viewers may ignore the page hint.

Topic Pages
Row view of a matrix 1
Images of row vs column views 2–5
3D images of rows 6
Summary of definitions 6–7

How do rank and the row picture fit together?

Independent rows impose independent constraints. In a full-rank 2×2 matrix, two distinct row-normal lines leave only the origin in their intersection. When the rows are dependent, the constraints repeat the same geometric condition, so the intersection remains a line. The same idea extends to three row planes in ℝ³.

Was this chapter helpful?

Quick feedback helps us improve the site.