Express a as a linear combination of b and c

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 4K views
Gregg
Messages
452
Reaction score
0

Homework Statement



[itex]a=\left(<br /> \begin{array}{c}<br /> -1 \\<br /> 3 \\<br /> 13<br /> \end{array}<br /> \right)[/itex]

[itex]b=\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 2 \\<br /> 2<br /> \end{array}<br /> \right)[/itex]

[itex]c=\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 3 \\<br /> 5<br /> \end{array}<br /> \right)[/itex]


The Attempt at a Solution



Am I supposed to determine this from inspection or through a process?
 
Physics news on Phys.org
There is a process you can do to solve this (although some of these problems are easy enough to be solved through inspection). You want to write a as a linear combination of b and c, so write it like this:

x[tex]\vec{b}[/tex] + y[tex]\vec{c}[/tex] = [tex]\vec{a}[/tex]

Then you solve for x and y. This can be done easily by creating a matrix and putting it in RREF.

Your matrix should look like this:

1 1 : -1
2 3 : 3
2 5 : 13

So use Gaussian elimination, put it in RREF and you will have your answers for x and y. (Sorry about the sad looking matrix but I suck with latex lol)