Show that special orthogonal matrix from $SO(n, \mathbb{R})$ has $\frac{(n-1)n}{2}$ independent real parameters.
I assume that this will be related to Euler angles somehow or specifically to its generalization. But how do we find degrees of freedom of such matrices? How do they look like?
Any hints would be helpful.
An $n\times n$ real matrix contains $n^2$ real parameters. The column matrices of a real orthogonal matrix are normal and orthogonal to each other. There exist $n$ real matrix constraints for the normalization and $n(n-1)/2$ real constraints for the orthogonality. Thus, the number of independent real parameters for characterizing the elements of the groups $SO(N)$ is equal to $$ n^2-(n+n(n-1)/2)) = n(n-1)/2. $$
For the dimension as a Lie group, we can also just determine the dimension of its Lie algebra $\mathfrak{so}(n)$, consisting of skew-symmetric matrices, i.e., $n(n-1)/2$.
Edit: As remarked in the comments, this is not meant to be a proof. A correct proof requires much more theory.