031 Review Part 2, Problem 4

From Grad Wiki
Revision as of 20:25, 11 October 2017 by Kayla Murray (talk | contribs)
Jump to navigation Jump to search

Suppose    is a linear transformation given by the formula

(a) Find the standard matrix for  

(b) Let    Find  

(c) Is    in the range of    Explain.


Foundations:  
1. The standard matrix of a linear transformation    is given by
where    is the standard basis of  
2. A vector    is in the image of    if there exists    such that


Solution:

(a)

Step 1:  
Notice, we have
Step 2:  
So, the standard matrix of    is

(b)

Step 1:  
Since    is a linear transformation, we know

       

Step 2:  
Now, 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{T(\vec{u})} & = & \displaystyle{7\begin{bmatrix} 5 \\ -1 \end{bmatrix}-4\begin{bmatrix} -2.5 \\ 0.5 \end{bmatrix}}\\ &&\\ & = & \displaystyle{\begin{bmatrix} 35 \\ -7 \end{bmatrix}+\begin{bmatrix} 10 \\ -2 \end{bmatrix}}\\ &&\\ & = & \displaystyle{\begin{bmatrix} 45 \\ -9 \end{bmatrix}.} \end{array}}

(c)

Step 1:  
To answer this question, we augment the standard matrix of  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 T}   with this vector and row reduce this matrix.
So, we have the matrix
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 \left[\begin{array}{ccc|c} 5 & -2.5 & 10 & -1\\ -1 & 0.5 & -2 & 3 \end{array}\right].}
Step 2:  

Now, row reducing this matrix, 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{\left[\begin{array}{ccc|c} 5 & -2.5 & 10 & -1\\ -1 & 0.5 & -2 & 3 \end{array}\right]} & \sim & \displaystyle{\left[\begin{array}{ccc|c} 5 & -2.5 & 10 & -1\\ -5 & 2.5 & -10 & 15 \end{array}\right]}\\ &&\\ & \sim & \displaystyle{\left[\begin{array}{ccc|c} 5 & -2.5 & 10 & -1\\ 0 & 0 & 0 & 14 \end{array}\right].} \end{array}}

From here, we can tell that the corresponding system is inconsistent.
Hence, this vector is not in the range of  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 T.}  


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 [T]=\begin{bmatrix} 5 & -2.5 &10 \\ -1 & 0.5 & -2 \end{bmatrix}}
   (b)     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{bmatrix} 45 \\ -9 \end{bmatrix}}
   (c)     See above

Return to Sample Exam