sagemath_sympow: Special values of symmetric power elliptic curve L-functions with sympow¶
This pip-installable distribution passagemath-sympow
provides an interface
to sympow.
What is included¶
Binary wheels on PyPI contain prebuilt copies of the sympow executable and data files.
Examples¶
Using the sympow program on the command line:
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-sympow" sage -sh -c sympow
Finding the installation location of the sympow executable:
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-sympow[test]" ipython
In [1]: from sage.features.lrs import LrsNash
In [2]: LrsNash().absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/db3f5a0e2996f81/lib/python3.11/site-packages/sage_wheels/bin/lrsnash'
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
cython: C-Extensions for Python, an optimizing static compiler
mpc: Arithmetic of complex numbers with arbitrarily high precision and correct rounding
mpfr: Multiple-precision floating-point computations with correct rounding
sagemath_categories: Sage categories, basic rings, polynomials, functions
sagemath_objects: Sage objects, elements, parents, categories, coercion, metaclasses
sympow: Computes special values of symmetric power elliptic curve L-functions
Version Information¶
package-version.txt:
10.6.29
version_requirements.txt:
passagemath-sympow ~= 10.6.29.0
Installation commands¶
$ pip install passagemath-sympow~=10.6.29.0
$ sage -i sagemath_sympow
However, these system packages will not be used for building Sage
because spkg-configure.m4
has not been written for this package;
see upstream Issue #27330 for more information.