Which of these transformations are linear?

mahrap
Messages
37
Reaction score
0
$$y_{1}=2x_{2}$$
$$y_{2}=x_{2}+2$$
$$y_{3}=2x_{2}$$

I know that in order for a transformation to be linear it has to satisfy:

I) $$T(v + w) = T(v) + T(w)$$
II) $$T(kv) = kT(v)$$

But what are v and w in this case?

note: v and w are vectors and are suppose to have arrows on top of them but I was too lazy to figure out how to type this out :P
 
Physics news on Phys.org
mahrap said:
$$y_{1}=2x_{2}$$
$$y_{2}=x_{2}+2$$
$$y_{3}=2x_{2}$$

I know that in order for a transformation to be linear it has to satisfy:

I) $$T(v + w) = T(v) + T(w)$$
II) $$T(kv) = kT(v)$$

But what are v and w in this case?
v and w are vectors in the domain of the transformation. Presumably they would look like this:
$$ v = \begin{bmatrix} v_1 \\ v_2\end{bmatrix}$$
$$ w = \begin{bmatrix} w_1 \\ w_2\end{bmatrix}$$

Is there information in the problem you haven't provided? When you post a problem, you need to provide the complete problem statement. Also, the three parts of the template are there for a reason - don't just delete them.
mahrap said:
note: v and w are vectors and are suppose to have arrows on top of them but I was too lazy to figure out how to type this out :P
 
Mark44 said:
v and w are vectors in the domain of the transformation. Presumably they would look like this:
$$ v = \begin{bmatrix} v_1 \\ v_2\end{bmatrix}$$
$$ w = \begin{bmatrix} w_1 \\ w_2\end{bmatrix}$$

Is there information in the problem you haven't provided? When you post a problem, you need to provide the complete problem statement. Also, the three parts of the template are there for a reason - don't just delete them.


Sorry about the formatting. I'll keep that in mind the next time I post. However, I did not leave out any parts of the problem. The problem simply asked which of these transformations are linear and then provided the 3 equations given.
 
Do you have enough information to start the problem now?
 
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