Coordinates and change of base

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
robertjford80
Messages
388
Reaction score
0

Homework Statement


Screenshot2012-05-12at100357PM.png




The Attempt at a Solution



I don't understand where 2v1 + 3v2
and
4v1 - 3v2

came from.
 
Physics news on Phys.org
I see that the vectors are raised to T which I'm pretty sure means they're transposed but that still doesn't get me anywhere.
 
Where's Figure 3.29a? You should post the whole example to help us get a clearer picture of the problem.
 
You are solving the equations
[tex]x= \begin{bmatrix}11 \\ 7\end{bmatrix}= a\begin{bmatrix}1 \\ 2\end{bmatrix}+ b\begin{bmatrix}3 \\ 1\end{bmatrix}[/tex]
which is the same as the two equations a+ 3b= 11 and 2a+ b= 7. Can you solve for a and b?
And
[tex]y= \begin{bmatrix}-5 \\ 5\end{bmatrix}= c\begin{bmatrix}1 \\ 2\end{bmatrix}+ d\begin{bmatrix}3 \\ 1\end{bmatrix}[/tex]
which is the same as the two equations c+ 3d= -5 and 2c+ d= 5. Can you solve for a and b?
 
Last edited by a moderator:
ok, thanks, I got it now.