For given group G, by G.subgroups(), we can list all subgroups. now my question is :
Is there something for subgroups() for finding all left ideals of a given ring. For instance, k = GF(5); M = MatrixSpace(k,2,2) How can I have all left ideals?
1 | initial version |
For given group G, by G.subgroups(), we can list all subgroups. now my question is :
Is there something for subgroups() for finding all left ideals of a given ring. For instance, k = GF(5); M = MatrixSpace(k,2,2) How can I have all left ideals?