Solving $Ax = \lambda x$ for $A$

204 Views Asked by At

Is it possible to solve $Ax = \lambda x$ for the matrix $A$? Im having a problem where i have a vector $v = (-2, 1)$ and i would need to find $A$ from $Av = 2v$. All help would be appreciated.