Dear all,
I am trying to implement the ring of coordinates of a Lie group in the perspective of Peter-Weyl theorem.

Concretely I would like to define a polynomial ring with infinitely many generators each depending on two points on a lattice. These generators satisfy many relations but, for the moment, I am happy to forget this fact. Is this possible in the current sage framework? Which are the classes I should inherit from?

From a quick look at available classes it looks like InfinitePolynomialRing
and InfinitePolynomial might be the one I am after but I do not see how to change the indexing sets as I need apart from brute force: I could keep a dictionary and hack _repr_ accordingly. Any better idea?

In a second moment I would like to be able to evaluate the element of this ring at point on the group; is there a way to make them callable?
Thanks
S.


--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to