Linear Algebra: Is this a linear transformation?

Click For Summary

Homework Help Overview

The discussion revolves around determining whether a given transformation T from M22 to M22 is a linear transformation. The transformation is defined with specific matrix outputs based on the inputs provided.

Discussion Character

  • Conceptual clarification, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants explore the conditions for linearity, specifically closure under addition and scalar multiplication. Some suggest finding counter-examples to demonstrate non-linearity, while others discuss the implications of specific entries in the transformed matrices.

Discussion Status

The discussion is active, with multiple participants providing insights and suggestions on how to approach the problem. There is an exploration of the implications of the transformation's structure on its linearity, and some participants express uncertainty about the definitions involved.

Contextual Notes

Participants mention the importance of the zero vector in determining linearity and discuss the implications of T(0) in the context of the transformation. There is also a note about the need for a clear understanding of the definitions related to linear transformations.

war485
Messages
90
Reaction score
0

Homework Statement



Is T a linear transformation?

T: M22 --> M22 defined as:

T [ a b ] = [ 1 (a-d) ]
, [ c d ] ,,, [ (b-c) 1 ]


Homework Equations



none.

The Attempt at a Solution



I need to show that it is closed under addition and scalar multiplication. This is as far as I could get it to:

T [ a b ] + [a' b' ] = T [ (a+a') (b+b') ] = [ 1 (a+a')-(d+d') ]
, [ c d ] ,,, [c' d' ],,,, [ (c+c') (d+d') ] ,,,, [ (b+b')-(c+c') 1 ]

and now I'm kind of stuck. I don't see how that last one could be turned back into its original transformation.

(please ignore the commas because I was trying to make the matrices readable)
 
Last edited:
Physics news on Phys.org
Well the question asks if it is a linear transformation. Try to find a counter-example and you will see why you can't prove it. Notice the transformation always turns (1,1) and (2,2) into 1.
 
isn't T a tranformation on a matrix?

so i think you have taken T.(A+A') where a is the matrix

to show closure under addition & mult you need show.. or not

T.k(A+A') = k(T.A) + k(T.A')
 
The key is that for matrices A and A', T(A+A') will have ones in the upper left and lower right entries by the nature of the transformation. T(A), and T(A') will also have that. So look at these entries and compare them on T(A+A') and T(A)+T(A').
 
might be a lot easier to try multiplication first

ie see if T.(kA) = k(T.A) for some scalar k
 
Even more specifically, compare
T\left[\begin{array}{cc} 2 & 0 \\ 0 & 2\end{array}\right]
and
2T\left[\begin{array}{cc} 1 & 0 \\ 0 & 1\end{array}\right]
 
Wow didn't expect so many responses.

lanedance said:
might be a lot easier to try multiplication first

ie see if T.(kA) = k(T.A) for some scalar k

I can see that it won't work for scalar multiplication because of those ones in (1,1) and (2,2)

J$C said:
The key is that for matrices A and A', T(A+A') will have ones in the upper left and lower right entries by the nature of the transformation. T(A), and T(A') will also have that. So look at these entries and compare them on T(A+A') and T(A)+T(A').

Those are all referring to 1, so then T(A+A') and T(A)+T(A') are not equal in the (1,1) and the (2,2) positions. Since they're not equal, that must mean that they're not closed right?
 
war485 said:
Since they're not equal, that must mean that they're not closed right?

Yes.

I need to show that it is closed under addition and scalar multiplication.

Just concerning the terminology: If you want to show that some subset of a vector space is a vector subspace you have to show it is closed under addition and scalar multiplication. On the other hand, a map is linear if it commutes with addition and scalar multiplication. A function which commutes with addition is also called "additive".
 
Awesome thanks everyone.

Just one more question, someone else also told me that if the zero vector is not included in the vector space during a transformation, then it is not a linear transformation. That would be a really quick way to find out if it's linear, but I just don't see how or why that is. I thought anything could be "moved" to make it go through the zero vector?
 
  • #10
I don't know what you mean by "zero vector is not included in the vector space during a transformation". It is certainly true that T(0)= 0 for every linear transformation so the 0 vector must be in the range (image) of any linear transformation. Was that what you mean?
 
  • #11
What they probably meant is since T(0)=0, if you can quickly see that 0 is not in the range then certainly it's not going to be a linear transformation because T(0)=something else. If T(0)=a and a,b are nonzero then b*T(0)=b*a, but if T is linear then b*T(0)=T(b*0)=T(0)=a \neqa*b.

Or a more compact way to think about it, T(0)=T(a*0)=0*T(a)=0.

So, considering it a linear transformation would fall apart unless T(0)=0, or even more generally it won't work it 0 is not in the range, because then clearly T(0) cannot be equal to 0.
 
Last edited:
  • #12
HallsofIvy said:
It is certainly true that T(0)= 0 for every linear transformation so the 0 vector must be in the range (image) of any linear transformation. Was that what you mean?

That's exactly what I wanted to know! :)

J$C said:
What they probably meant is since T(0)=0, if you can quickly see that 0 is not in the range then certainly it's not going to be a linear transformation because T(0)=something else. If T(0)=a and a,b are nonzero then b*T(0)=b*a, but if T is linear then b*T(0)=T(b*0)=T(0)=a \neqa*b.

Or a more compact way to think about it, T(0)=T(a*0)=0*T(a)=0.

So, considering it a linear transformation would fall apart unless T(0)=0, or even more generally it won't work it 0 is not in the range, because then clearly T(0) cannot be equal to 0.

and this helps clear it up! I was trying to look for little things to speed through some questions.
happy happy mood. :smile:
Thank you!
 
Last edited:
  • #13
Hi ! My name is Jennifer. I'm new to Physics Forum. I was using google to help me solve an algebra question and I came across this site. I'm not sure how to post a question so I'm putting it here...so sorry. But this is the question:-

Let L : Rn --> Rm and M : Rm --> Rp be linear mappings.
a) Prore that rank( M o L) <= rank(M).
b) Prove that rank( M o L) <= rank(L).

Thank you~
Jennifer
 
  • #14
Hi Jennifer1990 - welcome to PF

you will probably have more luck getting a response by posting the the "Homework & Coursework Questions > Calculus & Beyond" as a fresh topic... people are also usually more helpful if you provide some attempt or idea to start at the problem - any ideas?

as a starting point, one definition of rank of a linear map is the dimension of the image of the map ...
 

Similar threads

Replies
0
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K