Skip to content

Commit

Permalink
src/sage/rings/polynomial: Link to spkg page by label
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Feb 17, 2024
1 parent 30b3d78 commit 61d7745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/msolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This module provide implementations of some operations on polynomial ideals
based on msolve.
Note that the `optional package msolve <../../../../spkg/msolve.html>`_ must be installed.
Note that the :ref:`optional package msolve <spkg_msolve>` must be installed.
.. SEEALSO::
Expand Down
8 changes: 4 additions & 4 deletions src/sage/rings/polynomial/multi_polynomial_ideal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@ def variety(self, ring=None, *, algorithm="triangular_decomposition", proof=True
{y: 0.3611030805286474?, x: 2.769292354238632?},
{y: 1, x: 1}]
We can also use the `optional package msolve <../../../../spkg/msolve.html>`_
We can also use the :ref:`optional package msolve <spkg_msolve>`
to compute the variety.
See :mod:`~sage.rings.polynomial.msolve` for more information. ::
Expand Down Expand Up @@ -2676,7 +2676,7 @@ def variety(self, ring=None, *, algorithm="triangular_decomposition", proof=True
on a toy implementation otherwise.
- With ``algorithm`` = ``"msolve"``, uses the
`optional package msolve <../../../../spkg/msolve.html>`_.
:ref:`optional package msolve <spkg_msolve>`.
Note that msolve uses heuristics and therefore
requires setting the ``proof`` flag to ``False``. See
:mod:`~sage.rings.polynomial.msolve` for more information.
Expand Down Expand Up @@ -4287,7 +4287,7 @@ def groebner_basis(self, algorithm='', deg_bound=None, mult_bound=None, prot=Fal
Macaulay2's ``GroebnerBasis`` command with the strategy "MGB" (if available)
``'msolve'``
`optional package msolve <../../../../spkg/msolve.html>`_ (degrevlex order)
:ref:`optional package msolve <spkg_msolve>` (degrevlex order)
``'magma:GroebnerBasis'``
Magma's ``Groebnerbasis`` command (if available)
Expand Down Expand Up @@ -4415,7 +4415,7 @@ def groebner_basis(self, algorithm='', deg_bound=None, mult_bound=None, prot=Fal
b*c - 19*c^2 + 10*b + 40*c, a + 2*b + 2*c - 1]
Over prime fields of small characteristic, we can also use the
`optional package msolve <../../../../spkg/msolve.html>`_::
:ref:`optional package msolve <spkg_msolve>`::
sage: R.<a,b,c> = PolynomialRing(GF(101), 3)
sage: I = sage.rings.ideal.Katsura(R,3) # regenerate to prevent caching
Expand Down

0 comments on commit 61d7745

Please sign in to comment.