Let $ f : ℝ^2 \rightarrow ℝ^2$ be a linear map. I am told (1,1) is the eigenvector associated with the eigenvalue 2, and that (2,0) is the eigenvector associated with the eigenvalue -1. How do I find f(5,3)?
I apologize for any miscommunication, I am not at all used to debating maths in English since it's not my native language. Also, I understand that this might be very easy, it's just that I've been stuck on it for too long and want to understand. Thank you in advance.
Note that $(5,3)=3(1,1)+(2,0)$. By linearity of $f$, $f(5,3)=f(3(1,1)+(2,0)) = 3f(1,1)+f(2,0) = 3\cdot 2 (1,1)+(-1)(2,0) = (4,6)$.