Given $A\in \Bbb{R}^{3x3}$ and having $$A*e_1=e_3,\quad A*2e_3=e_1+e_3,\quad A(e_1+e_2)=e_2$$ solve: $Ax = e_1 + 2e_2 + 2e_3$
I fail to understand what the excercise expects, should I just get the $(x_1,x_2,x_3)$ in terms of those $"e"$ values? (that I assume those are vectors too because if not how that could be an equation?) My first try was just trying to get something to the right involving $A$ so I can write $$\begin{aligned} Ax &= e1+2e2+2e3 \\ Ax&=A*(\text{...})\\ A^{-1}Ax&=A^{-1}A*(\text{...}) \\ x&=(\text{...}) \end{aligned}$$ Is this the way to go? so I guess the solution after all is for any $e_1,e_2,e_3\in \Bbb{R}^3$
Supposing the $e_i$ denote the standard basis vectors, i. e. $e_1=(1,0,0)^T$, we get:
That way, you could solve $Ax=e_1+2e_2+2e_3$ for $x$.