Difference between revisions of "031 Review Part 2, Problem 7"
Jump to navigation
Jump to search
Kayla Murray (talk | contribs) |
Kayla Murray (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 24: | Line 24: | ||
-1 & 1 | -1 & 1 | ||
\end{bmatrix}.</math> Find <math style="vertical-align: -4px">AB,~BA^T</math> and <math style="vertical-align: 0px">A-B^T.</math> | \end{bmatrix}.</math> Find <math style="vertical-align: -4px">AB,~BA^T</math> and <math style="vertical-align: 0px">A-B^T.</math> | ||
− | |||
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
Line 52: | Line 51: | ||
!Step 1: | !Step 1: | ||
|- | |- | ||
− | |We claim that <math>T</math> is not a linear transformation. | + | |We claim that <math style="vertical-align: 0px">T</math> is not a linear transformation. |
|- | |- | ||
− | |Consider the vectors <math>\begin{bmatrix} | + | |Consider the vectors <math style="vertical-align: -20px">\begin{bmatrix} |
1\\ | 1\\ | ||
0 | 0 | ||
− | \end{bmatrix}</math> and <math>\begin{bmatrix} | + | \end{bmatrix}</math> and <math style="vertical-align: -20px">\begin{bmatrix} |
0\\ | 0\\ | ||
1 | 1 | ||
Line 94: | Line 93: | ||
1\\ | 1\\ | ||
0 | 0 | ||
− | \end{bmatrix}+\begin{bmatrix} | + | \end{bmatrix}\bigg)+T\bigg(\begin{bmatrix} |
0\\ | 0\\ | ||
1 | 1 | ||
− | \end{bmatrix}\bigg)} & = & \displaystyle{ | + | \end{bmatrix}\bigg)} & = & \displaystyle{\begin{bmatrix} |
+ | 1\\ | ||
+ | 1 | ||
+ | \end{bmatrix}+\begin{bmatrix} | ||
1\\ | 1\\ | ||
1 | 1 | ||
− | \end{bmatrix} | + | \end{bmatrix}}\\ |
&&\\ | &&\\ | ||
& = & \displaystyle{\begin{bmatrix} | & = & \displaystyle{\begin{bmatrix} | ||
− | + | 2\\ | |
2 | 2 | ||
\end{bmatrix}.} | \end{bmatrix}.} | ||
\end{array}</math> | \end{array}</math> | ||
+ | |- | ||
+ | |So, now we know | ||
+ | |- | ||
+ | | | ||
+ | ::<math>T\bigg(\begin{bmatrix} | ||
+ | 1\\ | ||
+ | 0 | ||
+ | \end{bmatrix}+\begin{bmatrix} | ||
+ | 0\\ | ||
+ | 1 | ||
+ | \end{bmatrix}\bigg)\neq T\bigg(\begin{bmatrix} | ||
+ | 1\\ | ||
+ | 0 | ||
+ | \end{bmatrix}\bigg)+T\bigg(\begin{bmatrix} | ||
+ | 0\\ | ||
+ | 1 | ||
+ | \end{bmatrix}\bigg).</math> | ||
+ | |- | ||
+ | |Therefore, <math style="vertical-align: 0px">T</math> is not a linear transformation. | ||
|} | |} | ||
Line 113: | Line 134: | ||
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
!Step 1: | !Step 1: | ||
+ | |- | ||
+ | |Using the row-column rule for multiplication, we have | ||
|- | |- | ||
| | | | ||
+ | <math>\begin{array}{rcl} | ||
+ | \displaystyle{AB} & = & \displaystyle{\begin{bmatrix} | ||
+ | 1 & -3 & 0 \\ | ||
+ | -4 & 1 &1 | ||
+ | \end{bmatrix}\begin{bmatrix} | ||
+ | 2 & 1\\ | ||
+ | 1 & 0 \\ | ||
+ | -1 & 1 | ||
+ | \end{bmatrix}}\\ | ||
+ | &&\\ | ||
+ | & = & \displaystyle{\begin{bmatrix} | ||
+ | 1(2)+-3(1)+0(-1) & 1(1)+-3(0)+0(1)\\ | ||
+ | -4(2)+1(1)+1(-1) & -4(1)+1(0)+1(1) | ||
+ | \end{bmatrix}}\\ | ||
+ | &&\\ | ||
+ | & = & \displaystyle{\begin{bmatrix} | ||
+ | -1 & 1\\ | ||
+ | -8 & -3 | ||
+ | \end{bmatrix}.} | ||
+ | \end{array}</math> | ||
|} | |} | ||
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
!Step 2: | !Step 2: | ||
+ | |- | ||
+ | |Now, <math style="vertical-align: 0px">B</math> and <math style="vertical-align: 0px">A^T</math> are both <math style="vertical-align: 0px">3\times 2</math> matrices. | ||
+ | |- | ||
+ | |Hence, <math style="vertical-align: 0px">BA^T</math> is undefined. | ||
+ | |} | ||
+ | |||
+ | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Step 3: | ||
+ | |- | ||
+ | |For <math style="vertical-align: -5px">A-B^T,</math> we have | ||
|- | |- | ||
| | | | ||
+ | <math>\begin{array}{rcl} | ||
+ | \displaystyle{A-B^T} & = & \displaystyle{\begin{bmatrix} | ||
+ | 1 & -3 & 0 \\ | ||
+ | -4 & 1 &1 | ||
+ | \end{bmatrix}-\begin{bmatrix} | ||
+ | 2 & 1 & -1\\ | ||
+ | 1 & 0 & 1\\ | ||
+ | \end{bmatrix}}\\ | ||
+ | &&\\ | ||
+ | & = & \displaystyle{\begin{bmatrix} | ||
+ | -1 & -4 & 1\\ | ||
+ | -5 & 1 & 0 | ||
+ | \end{bmatrix}.} | ||
+ | \end{array}</math> | ||
|} | |} | ||
Line 127: | Line 194: | ||
!Final Answer: | !Final Answer: | ||
|- | |- | ||
− | | '''(a)''' | + | | '''(a)''' <math style="vertical-align: 0px">T</math> is not a linear transformation |
|- | |- | ||
− | | '''(b)''' | + | | '''(b)''' <math style="vertical-align: -20px">AB=\begin{bmatrix} |
+ | -1 & 1\\ | ||
+ | -8 & -3 | ||
+ | \end{bmatrix},</math> <math style="vertical-align: -1px">BA^T</math> is undefined and <math style="vertical-align: -20px">A-B^T=\begin{bmatrix} | ||
+ | -1 & -4 & 1\\ | ||
+ | -5 & 1 & 0 | ||
+ | \end{bmatrix}</math> | ||
|} | |} | ||
− | [[031_Review_Part_2|'''<u>Return to | + | [[031_Review_Part_2|'''<u>Return to Review Problems</u>''']] |
Latest revision as of 13:36, 15 October 2017
(a) Let be a transformation given by
Determine whether is a linear transformation. Explain.
(b) Let and Find and
Foundations: |
---|
A map is a linear transformation if |
|
|
|
|
Solution:
(a)
Step 1: |
---|
We claim that is not a linear transformation. |
Consider the vectors and |
Then, we have |
|
Step 2: |
---|
On the other hand, notice |
|
So, now we know |
|
Therefore, is not a linear transformation. |
(b)
Step 1: |
---|
Using the row-column rule for multiplication, we have |
|
Step 2: |
---|
Now, and are both matrices. |
Hence, is undefined. |
Step 3: |
---|
For we have |
|
Final Answer: |
---|
(a) is not a linear transformation |
(b) is undefined and |