Hi, this is my first time here, and I am trying to use Sagemath to generate some matrix group.
The group I want to generate is the BLTA(Block Lower Triangular Group). For some background, the BLTA group has a parameter, called the profile, written as s=(s1,s2,⋯sl). The BLTA(s) group is a binary matrix group of size n by n where n=s1+s2+⋯+sl. We can consider this matrix as a block matrix with blocks divided by s1×s1,s2×s2,⋯sl×sl, and the lower trianglar part can be either 0 or 1, and the upper triangular part(excluding the main block diagonal) must be all zero. This forms a matrix group under ordinary matrix multiplication over the binary field F2. But I don't think I can find the generators of this group. How can I make this group in Sagemath?