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

asked 2023-02-21 11:20:03 +0200

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?

edit retag flag offensive close merge delete

Comments

Can you provide an actual code example?

Max Alekseyev gravatar imageMax Alekseyev ( 2023-02-22 14:27:45 +0200 )edit

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

slelievre gravatar imageslelievre ( 2023-02-22 14:47:48 +0200 )edit