Change of basis matrix Updated 2025-07-16
Mnemonic is as follows: consider we have an initial basis . Now, we define the new basis in terms of the old basis, e.g.:which can be written in matrix form as:and so if we set:we have:
The usual question then is: given a vector in the new basis, how do we represent it in the old basis?
That is the matrix inverse.
Inverse of the transpose Updated 2025-07-16
The orthogonal group is the group of all invertible matrices where the inverse is equal to the transpose Updated 2025-07-16
Let's show that this definition is equivalent to the orthogonal group is the group of all matrices that preserve the dot product.
Note that:and for that to be true for all possible and then we must have:i.e. the matrix inverse is equal to the transpose.
These matricese are called the orthogonal matrices.
TODO is there any more intuitive way to think about this?