2
$\begingroup$

Let $a=\pmatrix{1\\1}, b=\pmatrix{1\\2}, c=\pmatrix{2\\1}$. Solve $xa + yb = c$ for $x, y \in \mathbb{C}$.

Does this mean I do $$1x+1y=2$$ $$1x+2y=1$$ and would be the final answer?

  • 2
    For some reason you have switched from $1x+1y=2$ to $1x+2y=1$. Why?2012-01-30
  • 0
    It's just basic algebra. If $xa+yb=c$, then $yb=c-xa$, then $y=\dfrac{c-xa}{b}$. So you have a straight line assuming b isn't zero.2012-01-30
  • 0
    I have changed the tag of Linear Algebra to Algebra-Precalculus. I don't see how this applies to Linear Algebra given the little information.2012-01-30
  • 0
    Its a matrix. That is why.2012-01-30
  • 0
    It is linear algebra but I dont know how to put it in matrix form form in the post I put2012-01-30
  • 0
    @KjX: I assume that the way I've rewritten your question is what you intended?2012-01-30
  • 0
    *and would be the final answer?* No. The answer would be the set of solutions. Here, there is exactly one solution (x,y) and your task is to compute it.2012-01-30

2 Answers 2