Find all the vectors so that...

22 Views Asked by At

"Given the linear transformation F: $R^2$ to $R^2$, $F((x;y))=(2x;x)$ find all the vectors $v$ from $R^2$ so that $F(v)=2v$"

Can you help me? If I think the vector $v$ as $(v1;v2)$, the linear transformation tells me that the resulting vector would be $(2v1;v1)$, but after that what should I do?

1

There are 1 best solutions below

0
On

$(2x,x)=(2x,2y)$ says that $x=2y$. So the answer is all vectors of the form $(2y,y)$ where $y$ is real number.