Count the number of $n\times n$ invertible matrices modulo $26$.
So far I am aware that a matrix is invertible if and only if its columns are linearly independent. I am also aware that the number of choices for the first column of an $n\times n$ matrix modulo $13$ is $13^n$, the number of choices for the 2nd column (given the first) is $(13^n)-13$ etc etc.
Similarly I also know the number of $n\times n$ invertible matrices modulo $2$.
So my question is this:
Using the Chinese remainder theorem, how can I use the fact that I know the number of nxn invertible matrices modulo $13$, and the number of invertible matrices modulo $2$ to find the number of invertible matrices modulo $26$?
Apologies for the length of this, and thank you in advance.