How can I make a list of a matrix group generated by matrices over the symbolic ring?

asked 2 years ago

JosePepillo gravatar image

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?

Preview: (hide)

Comments

Can you provide an actual code example?

Max Alekseyev gravatar imageMax Alekseyev ( 2 years ago )

If you are using SR because of square roots of integers, consider using AA or QQbar instead.

slelievre gravatar imageslelievre ( 2 years ago )