Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use lazy q-commuting formal power series ? #10

Open
fchapoton opened this issue Sep 18, 2023 · 2 comments
Open

use lazy q-commuting formal power series ? #10

fchapoton opened this issue Sep 18, 2023 · 2 comments

Comments

@fchapoton
Copy link
Contributor

One could maybe make good use of

sage: B = matrix([[0,1,2],[-1,0,3],[-2,-3,0]])
sage: q = ZZ['q'].gen()
sage: R.<x,y,z> = algebras.qCommutingPolynomials(q, B)
sage: R.formal_series_ring()
Lazy completion of q-commuting polynomial ring in x, y, z over Univariate Polynomial Ring in q over Integer Ring with matrix:
[ 0  1  2]
[-1  0  3]
[-2 -3  0]

?

@smzg
Copy link
Owner

smzg commented Sep 19, 2023

This structure is indeed very similar to the quantum torus implemented in TMPolynomialRing, but most of the methods will have to be rewritten, so I am not sure about any advantage of using it.

@fchapoton
Copy link
Contributor Author

There may be an advantage in terms of speed and code concision. There is also an interest in leaving to sagemath developers the burden to maintain the code in a working state. This also applies for instance to your poset code, that may be integrated inside sage without too much effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants