How can I make a list of a matrix group generated by matrices over the symbolic ring?
I have used the MatrixGroup(L) with L been a list of matrices over SR (the symbolic ring) and I need to consider the action of all the elements of this group, but I can not take elements of this groups if I do not write them explicetly. What can I do?
Can you provide an actual code example?
If you are using SR because of square roots of integers, consider using AA or QQbar instead.