Difference between revisions of "031 Review Part 1, Problem 2"

From Grad Wiki
Jump to navigation Jump to search
(Created page with "<span class="exam">True or false: If all the entries of a  <math style="vertical-align: 0px">7\times 7</math>  matrix  <math style="vertical-align: 0px">A</math...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="exam">True or false: If all the entries of a &nbsp;<math style="vertical-align: 0px">7\times 7</math>&nbsp; matrix &nbsp;<math style="vertical-align: 0px">A</math>&nbsp; are &nbsp;<math style="vertical-align: -4px">7,</math>&nbsp; then &nbsp;<math style="vertical-align: 0px">\text{det }A</math>&nbsp; must be &nbsp;<math style="vertical-align: 0px">7^7.</math>
+
<span class="exam"> True or false: If a matrix &nbsp;<math style="vertical-align: 0px">A^2</math>&nbsp; is diagonalizable, then the matrix &nbsp;<math style="vertical-align: 0px">A</math>&nbsp; must be diagonalizable as well.
  
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Solution: &nbsp;  
 
!Solution: &nbsp;  
 
|-
 
|-
|First, we switch to the limit to <math style="vertical-align: 0px">x</math> so that we can use L'Hopital's rule.
+
|Let &nbsp;<math style="vertical-align: -20px">A=   
 +
    \begin{bmatrix}
 +
          0 & 1  \\
 +
          0 & 0
 +
        \end{bmatrix}.</math>&nbsp;
 
|-
 
|-
|So, we have
+
|First, notice that
 
|-
 
|-
 
|
 
|
&nbsp; &nbsp; &nbsp; &nbsp;<math>\begin{array}{rcl}
+
::<math style="vertical-align: -20px">A^2=   
\displaystyle{\lim_{x \rightarrow \infty}\frac{3-2x^2}{5x^2 + x +1}} & \overset{L'H}{=} & \displaystyle{\lim_{x \rightarrow \infty}\frac{-4x}{10x+1}}\\
+
    \begin{bmatrix}
&&\\
+
          0 & 0  \\
& \overset{L'H}{=} & \displaystyle{\frac{-4}{10}}\\
+
          0 & 0
&&\\
+
        \end{bmatrix},</math>&nbsp;
& = & \displaystyle{-\frac{2}{5}}.
+
|-
\end{array}</math>
+
|which is diagonalizable.
 +
|-
 +
|Since &nbsp;<math style="vertical-align: 0px">A</math>&nbsp; is a triangular matrix, the eigenvalues of &nbsp;<math style="vertical-align: 0px">A</math>&nbsp; are the entries on the diagonal.
 +
|-
 +
|Therefore, the only eigenvalue of &nbsp;<math style="vertical-align: 0px">A</math>&nbsp; is &nbsp;<math style="vertical-align: -1px">0.</math>&nbsp; Additionally, there is only one linearly independent eigenvector.
 +
|-
 +
|Hence, &nbsp;<math style="vertical-align: 0px">A</math>&nbsp; is not diagonalizable and the statement is false.
 
|}
 
|}
 +
  
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
{| class="mw-collapsible mw-collapsed" style = "text-align:left;"
 
!Final Answer: &nbsp;  
 
!Final Answer: &nbsp;  
 
|-
 
|-
|&nbsp;&nbsp; &nbsp; &nbsp; False
+
|&nbsp;&nbsp; &nbsp; &nbsp; FALSE
 
|}
 
|}
[[031_Review_Part_1|'''<u>Return to Sample Exam</u>''']]
+
[[031_Review_Part_1|'''<u>Return to Review Problems</u>''']]

Latest revision as of 11:17, 15 October 2017

True or false: If a 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 A^2}   is diagonalizable, then 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 A}   must be diagonalizable as well.

Solution:  
Let  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 A= \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}.}  
First, notice that
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 A^2= \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix},}  
which is diagonalizable.
Since  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 A}   is a triangular matrix, the eigenvalues 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 A}   are the entries on the diagonal.
Therefore, the only eigenvalue 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 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 0.}   Additionally, there is only one linearly independent eigenvector.
Hence,  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 A}   is not diagonalizable and the statement is false.


Final Answer:  
       FALSE

Return to Review Problems