Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add free resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Jun 11, 2022
1 parent 9f12e32 commit 59226b1
Show file tree
Hide file tree
Showing 13 changed files with 1,308 additions and 123 deletions.
12 changes: 8 additions & 4 deletions src/doc/en/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,22 @@ Discrete Mathematics
* :doc:`Symbolic Logic <logic/index>`
* :doc:`SAT solvers <sat/index>`

Geometry, Topology, and Homological Algebra
-------------------------------------------
Geometry and Topology
---------------------

* :doc:`Euclidean Spaces and Vector Calculus <euclidean_spaces/index>`
* :doc:`Combinatorial and Discrete Geometry <discrete_geometry/index>`
* :doc:`Cell Complexes, Simplicial Complexes, and
Simplicial Sets <topology/index>`
* :doc:`Cell Complexes, Simplicial Complexes, and Simplicial Sets <topology/index>`
* :doc:`Manifolds and Differential Geometry <manifolds/index>`
* :doc:`Hyperbolic Geometry <hyperbolic_geometry/index>`
* :doc:`Parametrized Surfaces <riemannian_geometry/index>`
* :doc:`Knot Theory <knots/index>`

Homological Algebra
-------------------

* :doc:`Chain Complexes and their Homology <homology/index>`
* :doc:`Resolutions <resolutions/index>`

Number Fields, Function Fields, and Valuations
----------------------------------------------
Expand Down
7 changes: 5 additions & 2 deletions src/doc/en/reference/references/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ REFERENCES:
graphs and isoperimetric inequalities*, The Annals of Probability
32 (2004), no. 3A, 1727-1745.
.. [ASV2020] Federico Ardila, Mariel Supina, and Andrés R. Vindas-Meléndez,
.. [ASV2020] Federico Ardila, Mariel Supina, and Andrés R. Vindas-Meléndez,
*The Equivariant Ehrhart Theory of the Permutahedron*,
Proc. Amer. Math. Soc. Volume 148, Number 12, 2020, pp. 5091--5107.
Expand Down Expand Up @@ -4296,6 +4296,9 @@ REFERENCES:
polynomials*. Trans. Amer. Math. Soc., 245 (1978),
89-118.
.. [MilStu2005] Ezra Miller and Bernd Sturmfels, *Combinatorial Commutative Algebra*,
GTM Vol. 227, Springer Science & Business Media, 2005.
.. [Mil2004] Victor S. Miller, "The Weil pairing, and its
efficient calculation", J. Cryptol., 17(4):235-261, 2004
Expand Down Expand Up @@ -5370,7 +5373,7 @@ REFERENCES:
.. [St1986] Richard Stanley. *Two poset polytopes*,
Discrete Comput. Geom. (1986), :doi:`10.1007/BF02187680`
.. [Stap2011] Alan Stapledon. *Equivariant Ehrhart Theory*.
.. [Stap2011] Alan Stapledon. *Equivariant Ehrhart Theory*.
Advances in Mathematics 226 (2011), no. 4, 3622-3654
.. [Sta1973] \H. M. Stark, Class-Numbers of Complex Quadratic
Expand Down
1 change: 1 addition & 0 deletions src/doc/en/reference/resolutions/conf.py
13 changes: 13 additions & 0 deletions src/doc/en/reference/resolutions/index.rst
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
3 changes: 3 additions & 0 deletions src/sage/homology/free_resolution.pxd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from sage.libs.singular.decl cimport *

cdef singular_monomial_exponents(poly *p, ring *r)
Loading

0 comments on commit 59226b1

Please sign in to comment.