Linear Algebra and Its Applications (5th Edition)

Published by Pearson
ISBN 10: 032198238X
ISBN 13: 978-0-32198-238-4

Chapter 1 - Linear Equations in Linear Algebra - 1.9 Exercises - Page 80: 39

Answer

No

Work Step by Step

Put matrix $A$ in Matlab. $A=[4,-7,3,7,5 ; 6,-8,5,12,-8 ;-7,10,-8,-9,14 ; 3,-5,4,2,-6 ;-5,6,-6,-7,3]$ Use command $\operatorname{rref}(A)$ It returns reduced row echelon form of $A$. $\operatorname{rref}(A)=\left[\begin{array}{ccccc}1 & 0 & 0 & 5 & 0 \\ 0 & 1 & 0 & 1 & 0 \\ 0 & 0 & 1 & -2 & 0 \\ 0 & 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 0 & 0\end{array}\right]$ $A$ has 4 pivot columns so $T$ does not map $\mathbb{R}^{5}$ onto $\mathbb{R}^{5}$.
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.