Linear Algebra - How to get matrix form Ax.

Click For Summary
SUMMARY

The discussion focuses on converting the expression involving trigonometric functions, specifically x1cosθ - x2sinθ and x1sinθ + x2cosθ, into matrix multiplication form. The matrix A is defined as A = [[cosθ, -sinθ], [sinθ, cosθ]] and the vector x as x = [[x1], [x2]]. The recommended method involves performing the matrix multiplication A * x and comparing the result to the desired expression, which is a standard approach in linear algebra for identifying the columns of a matrix representing a linear transformation.

PREREQUISITES
  • Understanding of matrix multiplication
  • Familiarity with trigonometric functions
  • Basic knowledge of linear transformations
  • Ability to manipulate matrices and vectors
NEXT STEPS
  • Study matrix multiplication techniques in linear algebra
  • Learn about linear transformations and their matrix representations
  • Explore the properties of trigonometric functions in matrix contexts
  • Practice deriving matrix forms from linear equations
USEFUL FOR

Students studying linear algebra, educators teaching matrix operations, and anyone interested in understanding linear transformations involving trigonometric functions.

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?
 
What's the usual way of finding the columns of the matrix representing a linear transformation? It should be mentioned in your book somewhere.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K