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

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

 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top