031 Review Part 2, Problem 1

From Grad Wiki
Revision as of 16:23, 10 October 2017 by Kayla Murray (talk | contribs)
Jump to navigation Jump to search

Consider the matrix    and assume that it is row equivalent to the matrix

(a) List rank    and  

(b) Find bases for    and    Find an example of a nonzero vector that belongs to    as well as an example of a nonzero vector that belongs to  


Foundations:  
1. For a matrix    the rank of    is
2.    is the vector space spanned by the columns of  
3.    is the vector space containing all solutions to  


Solution:

(a)

Step 1:  
From the matrix    we see that    contains two pivots.
Therefore,

       

Step 2:  
By the Rank Theorem, we have

       

Hence,  

(b)

Step 1:  
From the matrix    we see that    contains pivots in Column 1 and 2.
So, to obtain a basis for    we select the corresponding columns from  
Hence, a basis for    is
Step 2:  
To find a basis for   we translate the matrix equation    back into a system of equations
and solve for the pivot variables.
Hence, we have

       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} \displaystyle{x_1-x_3+5x_4} & = & \displaystyle{0}\\ &&\\ \displaystyle{-2x_2+5x_3-6x_4} & = & \displaystyle{0.} \end{array}}

Solving for the pivot variables, we have

       Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} \displaystyle{x_1} & = & \displaystyle{x_3-5x_4}\\ &&\\ \displaystyle{x_2} & = & \displaystyle{\frac{5}{2}x_3-3x_4.} \end{array}}

Hence, the solutions to  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Ax=0}   are of the form
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x_3\begin{bmatrix} 1 \\ \frac{5}{2} \\ 1 \\ 0 \end{bmatrix}+x_4\begin{bmatrix} -5 \\ -3 \\ 0 \\ 1 \end{bmatrix}.}
Hence, a basis for  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{Nul }A}   is
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Bigg\{\begin{bmatrix} 1 \\ \frac{5}{2} \\ 1 \\ 0 \end{bmatrix}, \begin{bmatrix} -5 \\ -3 \\ 0 \\ 1 \end{bmatrix}\Bigg\}. }


Final Answer:  
   (a)     Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{rank }A=2}   and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{dim Nul }A=2.}
   (b)     A basis for  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{Col }A}   is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Bigg\{\begin{bmatrix} 1 \\ -1 \\ 5 \end{bmatrix}, \begin{bmatrix} -4 \\ 2 \\ -6 \end{bmatrix}\Bigg\}. }
        and a basis for  Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \text{Nul }A}   is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Bigg\{\begin{bmatrix} 1 \\ \frac{5}{2} \\ 1 \\ 0 \end{bmatrix}, \begin{bmatrix} -5 \\ -3 \\ 0 \\ 1 \end{bmatrix}\Bigg\}. }

Return to Sample Exam