Question #18458

look at the matrix
A =
1 2 -2 -1
0 1 2 -3
1 4 2 -7
1 3 0 -4

what is the dimension of the row space of the matrix A ?
what is the dimension of the column space of the matrix A ?
what is the dimension of the null space of the matrix A ?
Give the null space for matrix A ?

Expert's answer

Conditions

look at the matrix

A =



what is the dimension of the row space of the matrix A?

what is the dimension of the column space of the matrix A?

what is the dimension of the null space of the matrix A?

Give the null space for matrix A?

Solution

A=(1221012314271304)A = \left( \begin{array}{cccc} 1 & 2 & -2 & -1 \\ 0 & 1 & 2 & -3 \\ 1 & 4 & 2 & -7 \\ 1 & 3 & 0 & -4 \end{array} \right)


The dimension of the row space of a matrix is called row rank.

The row rank of a matrix AA is the maximum number of linearly independent row vectors of AA. Equivalently, the column rank of AA is the dimension of the column space of AA, while the row rank of AA is the dimension of the row space of AA.

A result of fundamental importance in linear algebra is that the column rank and the row rank are always equal. This number (i.e. the number of linearly independent rows or columns) is simply called the rank of AA.

It's obvious to notice, that the 4th4^{\text{th}} row is equal to a 3rd3^{\text{rd}} minus 2nd2^{\text{nd}}. Let's do this linear transformation:


(122101231041227(3)1304)(1221012313041304)\left( \begin{array}{cccc} 1 & 2 & -2 & -1 \\ 0 & 1 & 2 & -3 \\ 1 - 0 & 4 - 1 & 2 - 2 & -7 - (-3) \\ 1 & 3 & 0 & -4 \end{array} \right) \sim \left( \begin{array}{cccc} 1 & 2 & -2 & -1 \\ 0 & 1 & 2 & -3 \\ 1 & 3 & 0 & -4 \\ 1 & 3 & 0 & -4 \end{array} \right)


We have 3 rows left


(122101231304)\left( \begin{array}{cccc} 1 & 2 & -2 & -1 \\ 0 & 1 & 2 & -3 \\ 1 & 3 & 0 & -4 \end{array} \right)


Let's check, if other 3 rows are linear independent:


(122101231304)(3rd minus1st)(122101230123)\left( \begin{array}{cccc} 1 & 2 & -2 & -1 \\ 0 & 1 & 2 & -3 \\ 1 & 3 & 0 & -4 \end{array} \right) \sim (3rd \ minus 1st) \sim \left( \begin{array}{cccc} 1 & 2 & -2 & -1 \\ 0 & 1 & 2 & -3 \\ 0 & 1 & 2 & -3 \end{array} \right)


As we see, the 2nd2^{\text{nd}} row is the linear combination of 3rd3^{\text{rd}} minus 1st1^{\text{st}}.

So we have at least 2 rows, which were linear dependent.


(12210123)\left( \begin{array}{cccc} 1 & 2 & -2 & -1 \\ 0 & 1 & 2 & -3 \end{array} \right)


As we see, the 1st1^{\text{st}} element in 2nd2^{\text{nd}} row is 0, and the 1st1^{\text{st}} element in 1st1^{\text{st}} row is 1. This element couldn't be transform to each other by any linear transformation, so that means, that the rank of A is 2

The row space of A is equal to a column space of A and is equal to 2.

The null space of matrix AA is the set of all vectors x\mathbf{x} for which Ax=0A\mathbf{x} = \mathbf{0}. The product of the matrix AA and the vector x\mathbf{x} can be written in terms of the dot product of vectors:


Ax=[r1xr2xrmx],A \mathbf{x} = \left[ \begin{array}{c} \mathbf{r}_1 \cdot \mathbf{x} \\ \mathbf{r}_2 \cdot \mathbf{x} \\ \vdots \\ \mathbf{r}_m \cdot \mathbf{x} \end{array} \right],


where r1,,rm\mathbf{r}_1, \ldots, \mathbf{r}_m are the row vectors of AA. Thus Ax=0A\mathbf{x} = \mathbf{0} if and only if x\mathbf{x} is orthogonal (perpendicular) to each of the row vectors of AA.

The matrix equation Ax=0\mathbf{A}\mathbf{x} = \mathbf{0} is equivalent to a homogeneous system of linear equations:


Ax=0    \mathbf{A} \mathbf{x} = \mathbf{0} \iffa11x1+a12x2++a1nxn=0a_{11}x_1 + a_{12}x_2 + \cdots + a_{1n}x_n = 0a21x1+a22x2++a2nxn=0a_{21}x_1 + a_{22}x_2 + \cdots + a_{2n}x_n = 0\vdots \quad \vdots \quad \vdots \quad \vdotsam1x1+am2x2++amnxn=0.a_{m1}x_1 + a_{m2}x_2 + \cdots + a_{mn}x_n = 0.


It's obvious that our system has a form:


{x1+2x22x3x4=0x2+2x33x4=0\left\{ \begin{array}{c} x_1 + 2x_2 - 2x_3 - x_4 = 0 \\ x_2 + 2x_3 - 3x_4 = 0 \end{array} \right.


The dimension of null space is 2, because we have 2 free vectors, which is from R, and only 2 could be solved for fixed values of these 2. Really, let's x3Rx_3 \in R, x4Rx_4 \in R

Then


{x1=2x2+2x3+x4x2=2x3+3x4\left\{ \begin{array}{c} x_1 = -2x_2 + 2x_3 + x_4 \\ x_2 = -2x_3 + 3x_4 \end{array} \right.


For x3=1x_3 = 1, x4=0x_4 = 0:


x2=2x_2 = -2x1=4+2=6x_1 = 4 + 2 = 6


For x3=0x_3 = 0, x4=1x_4 = 1:


x2=3x_2 = 3x1=6+1=5x_1 = -6 + 1 = -5


The basis of null space is:

(5,3,0,1),(6,2,1,0)(-5,3,0,1),(6,-2,1,0)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS