I'm writing some code that does simulations of quantum field theory, and I came to the sudden realization that I hadn't yet written the part for the SU(n) Lie group. I know this group is a subgroup of U(n) and GL(n), but GL is already infinite and U is also infinite as far as I know. Computers don't deal well with infinite sets, so I was wondering if there was a way I could compute the generators of the n-th SU group without having to examine all of GL
Cheers!