-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33950: Add free and multigraded free resolutions with libSingul…
…ar backend Sage lacks free resolution computation. We add free and multigraded free resolutions pulling libSingular's resolutions. This will be a ground work for further commutative algebra and algebraic geometry computations. URL: https://trac.sagemath.org/33950 Reported by: klee Ticket author(s): Kwankyu Lee, Travis Scrimshaw Reviewer(s): Travis Scrimshaw, Kwankyu Lee
- Loading branch information
Showing
14 changed files
with
1,418 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../conf_sub.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Resolutions | ||
=========== | ||
|
||
Free and graded resolutions are tools for commutative algebra and algebraic | ||
geometry. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sage/homology/free_resolution | ||
sage/homology/graded_resolution | ||
|
||
.. include:: ../footer.txt |
Oops, something went wrong.