-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
graded modules : an example and new element methods #11688
Comments
This comment has been minimized.
This comment has been minimized.
comment:3
It would be nice to implement the Koszul sign convention for tensor products, also. |
Changed keywords from graded modules, graded algebras to graded module, graded algebra |
comment:6
See rather #9280 |
comment:7
ok, I have cut out and cleaned the relevant part of #9280 the present patch is independant of algebras and concerned only with modules needs review ! |
comment:9
Same comment here as at #9280: I should not be listed as an author of the file "sage/categories/examples/graded_modules_with_basis.py". Furthermore, I don't think my name should be at the top of the patch file. |
Attachment: trac_11688_graded_module.patch.gz |
comment:10
You are right. I have taken care of that here, as well as I could. I hope I have not broken the patch. |
This comment has been minimized.
This comment has been minimized.
Author: Frédéric Chapoton |
comment:13
Attachment: trac_11688-review-ts.patch.gz Hey Frederic, Here's a review patch which just tweaks the indentations. If you agree with my changes, you can set this to positive review. Best, Travis |
Reviewer: Travis Scrimshaw |
comment:14
ok, then positive review Thanks a lot, Travis |
Merged: sage-5.13.beta0 |
Currently some properties of graded modules are implemented in graded algebras. It is necessary to put them in their proper place.
One precise reason is that one can then use these properties for operads. One would like to have something like that:
For this, one needs the "homogeneous_component" method for elements and not for modules. Maybe "restrict_degree" would be more adequate, like for power series.
This ticket also provide a simple example of graded module (over partitions).
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: graded module, graded algebra
Author: Frédéric Chapoton
Reviewer: Travis Scrimshaw
Merged: sage-5.13.beta0
Issue created by migration from https://trac.sagemath.org/ticket/11688
The text was updated successfully, but these errors were encountered: