Linear Algebra - How to get matrix form Ax.

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

Homework Statement


I know the title is misleading but what I am asking is how I can get this matrix
x1cosθ-x2sinθ
x1sinθ+x2cosθ

to the matrix multiplication form
cosθ -sinθ | x1
sinθ cosθ | x2


where
A=
cosθ -sinθ
sinθ cosθ
x=
x1
x2


Is there a good method to do this or do I have to find it by eye-balling it?
 
Physics news on Phys.org
have you tried perfoming the matrix multiplication:

[tex]\begin{bmatrix}\cos\theta&-\sin\theta\\ \sin\theta&\cos\theta\end{bmatrix}\begin{bmatrix}x_1\\x_2\end{bmatrix} = ?[/tex]

and comparing that to what you want?