1

I am trying to understand the row space of a matrix. More specifically what does it mean? I mean what is its significance. For example, the column space of a matrix denotes space spanned by the columns of the matrix. And how null space is related to row space as there is a theorem about them which states, 'Space which is perpendicular to row space of A is equivalent to null space of A"

2 Answers2

0

If the column space is "the space spanned by the columns of the matrix", then the row space is the space spanned by the rows of the matrix. Regarding your second statement, there is indeed a theorem; see the "fundamental theorem" of linear algebra.

Ben Grossmann
  • 225,327
0

Say $R$ and $N$ are the row space and null space of $A$. It really is more or less obvious that $N=R^\perp$:

If the rows of $A$ are $R_1,\dots,R_n$ and $x$ is a column vector then $$Ax=\begin{pmatrix}R_1\cdot x\\ \vdots \\R_n\cdot x\end{pmatrix}.$$So $x\in N$ (ie $Ax=0$) if and only if $R_j\cdot x=0$ for every $j$, which says exactly $x\in R^\perp$.