In order to verify if a given matrix is a Linear Transformation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
number0
Messages
102
Reaction score
0

Homework Statement



I know I am suppose to show that the matrix is closed under addition and multiplication properties, but is it POSSIBLE for me to show that the vector columns can be spanned in the given R^m (assume that the Linear Transformation happens from R^n -> R^m) ?

For example,

[x + y]
[ x ].

This is a linear transformation becausex[1] + y[1]
[1] [0] =span([1] [1])
[1], [0]Can I do this?

Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
What you showed was difficult to comprehend, so I added code tags to preserve your formatting.
number0 said:

Homework Statement



I know I am suppose to show that the matrix is closed under addition and multiplication properties, but is it POSSIBLE for me to show that the vector columns can be spanned in the given R^m (assume that the Linear Transformation happens from R^n -> R^m) ?
To clarify your question, yes it's possible to show that the vector columns span Rm, but why do you want to do this?

If you're supposed to show that the matrix represents a linear transformation, show that L(x + y) = L(x) + L(y), and that L(cx) = cL(x), where L is the linear transformation that represents your matrix, x and y are arbitrary vectors in Rn, and c is a scalar.
number0 said:
For example,
Code:
[x + y]
[  x   ].

This is a linear transformation because

Code:
x[1]   + y[1]
  [1]       [0]   =

Code:
span([1]  [1])
       [1], [0]

Can I do this?

Homework Equations





The Attempt at a Solution