Skip to content

use lazy q-commuting formal power series ? #10

Description

@fchapoton

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]

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions