| Version 2 (modified by bruce, 20 months ago) (diff) |
|---|
The QuantumDividedPowerAlgebra is a graded algebra over a ring R[q]. The component in degree n is the free R[q]-module with basis xn. The multiplication is defined on basis elements by xr.xs = [r+s,r]_q xr+s where [r+s,r]_q is the quantum binomial coefficient.
The DividedPowerAlgebra is a graded algebra over a ring R. The component in degree n is the free R-module with basis xn. The multiplication is defined on basis elements by xr.xs = [r+s,r]_q xr+s where [r+s,r] is the binomial coefficient.
Attachments
-
dividedpower.py
(1.8 KB) -
added by bruce 20 months ago.
This file is my attempt at a minimal implementation of the divided power algebra. This does not work. It appears to confuse integers (the basis) with using integers as coefficients.
