- In your linear algebra classes, you are introduced to matrices for the first time, but you may not be away of some of these cool properties that can occur with simple matrices.
Rank 5) The Identity Matrix
- Its the identity matrix. not much to say. its everywhere, and given any vector it will always give you back the same vector
Rank 4 (and Rank 3) Quaternion Matrices (Specifically, the group of order 8)
- Quaternions are one of the coolest small order group who elements have their own unique representation. You can construct every element in the group with only three matrices!
Rank 2) Fibonacci Matix!
- When we examine this matrix and transform the vector , you return to get vector . It doesn’t look all too impressive until we repeatedly compose this linear transformation with itself. lets see what happens to the following :
putting these vectors side by side, we notice something intersting:
- We have constructed the Fibonacci sequence by only using matrices! Using this fact, we can compute any nth fibbocanni term using the various techniques in linear algebra!
- Our general formula becomes :
- Here are more links if you are interested in learning more!
Rank 1) Rotation Matrices and giving us easy trig identities
Using the rotation matrix
We can easily derive Trig identities instead of trying to rely on rote memorization. Here is the process on why it works:
- Rotation + Rotation = Rotation , Hence you can conceptualize composition of these items as adding the rotation between the two angels. You apply rotation by angle 1st, then by angle second. This gives us that:
This naturally gives us the following identity:
Giving us this beautiful result that
What does this tell us? It gives us a quick way to compute cos(a + b) and sin(a + b) as
Using the matrix multiplication techniques, we can easily see that
- Using this same process, one could even find a triple angle formula by composing a third matrix with a third angle