Elementary Linear Algebra (matrix)

dazedoutpinoy
Messages
5
Reaction score
0

Homework Statement


Determine the reduced row echolon form of

| cos(x) sin(x) |
| -sin(x) cos(x) |

Homework Equations


you can interchange any two rows or columns, multiply a row or column by a nonzero number, add a multiple of one row or column to another


The Attempt at a Solution


|1 0|
|0 1|

is the solution but i couldn't figure out how to apply trig functions to equal 1 on the matrix
 
Physics news on Phys.org
Ok, first off: I don't know what a "row echolon form" is. But using your calculation rules it is possible to obtain the identity.
What you first need to do (more specifically: What I had to do for my solution) is a case branching:

Case 1: sin(x) = 0:
Ok, I don't have to comment on this one, do I?

Case 2: cos(x) =0:
Your matrix is ((0,-1),(1,0)) (where I noted the two column-vectors in the inner parentheses). Using your modification rules you should easily get to the identity from there.

Case 3: Neither the sine nor the cosine term equal zero:
It's a few more steps but not too many. Two hints:
- cos(x) and sin(x) are non-zero numbers now, meaning you can (and actually must) multiply and divide by these terms.
- cos²(x) + sin²(x) = 1.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top