First time here? Check out the FAQ!
asked 10 years ago
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?