Skip to main content

passagemath: Polynomial system solving through algebraic methods with msolve

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-msolve provides an interface to msolve, which implements computer algebra algorithms for solving polynomial systems (with rational coefficients or coefficients in a prime field).

Examples

A quick way to try it out interactively:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-msolve[test]" ipython

In [1]: from passagemath_msolve import *

In [2]: R = PolynomialRing(QQ, 2, names=['x', 'y'], order='lex')

In [3]: x, y = R.gens()

In [4]: I = Ideal([ x*y - 1, (x-2)**2 + (y-1)**2 - 1])

In [5]: I.variety(RBF, algorithm='msolve', proof=False)
Out[5]:
[{x: [2.76929235423863 +/- 2.08e-15], y: [0.361103080528647 +/- 4.53e-16]},
 {x: 1.000000000000000, y: 1.000000000000000}]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_msolve-10.8.5.tar.gz (9.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_msolve-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_msolve-10.8.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_msolve-10.8.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_msolve-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_msolve-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_msolve-10.8.5-cp312-abi3-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

passagemath_msolve-10.8.5-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_msolve-10.8.5-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_msolve-10.8.5-cp312-abi3-macosx_13_0_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12+macOS 13.0+ x86-64

passagemath_msolve-10.8.5-cp312-abi3-macosx_13_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_msolve-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_msolve-10.8.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_msolve-10.8.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_msolve-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_msolve-10.8.5-cp311-cp311-macosx_13_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_msolve-10.8.5.tar.gz.

File metadata

  • Download URL: passagemath_msolve-10.8.5.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_msolve-10.8.5.tar.gz
Algorithm Hash digest
SHA256 17672889ad153df212847145e870a1f593882c4954744bfcd252024efd3f8818
MD5 3fb5021678bc42b9d667e0caae5d7127
BLAKE2b-256 8a4023368e242601610a80797509f94feff77467f43a276ea46240dd97f8233a

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9631c9e99edcd1a47669e1ec4ce294a1f9e5f252c1798524ccd792902e956da1
MD5 c4a3b4ecacb23b2675639953b0af12ef
BLAKE2b-256 ea989825c3fd0412ea1fe2e96bcc47a603e559efc16e9cda2076d936cf488faa

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c8d099c177d099e9636226ddaeba52323b704852a1cb071ac2ac0ea2335fa66e
MD5 9228c841f638c87d1888aee282526ba0
BLAKE2b-256 3604354b4ca2e9837218c30348a6b14f200e8b875336c11cb679fdcd982a769c

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56b4bd70aad8a35b3d41f5a017f22099bb087d961cf0d1c3fb9c9b596f7c70aa
MD5 22e7ab18246f8648d35c0a6a9cab73af
BLAKE2b-256 f0ca1dee11d102b180b08779ce9e5406e3d8e676c4a5f4de179be775bafdb012

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 51f3e9b22216db190873bb4c86659f5981d938ad4824bb9bf51effe74290537b
MD5 f8452073dae454045849990774f5bdfc
BLAKE2b-256 d90b0dbad3c1047613ed2d067da946582ef086b8ba889a1329e213138df1fe0f

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e215841e77346a6f7e7d0b6ba6b0a29e76fe4c89f653250500af13e9b72c28c9
MD5 19fed5bf142b12dc20f0d00d8f11e356
BLAKE2b-256 cbbc3c0f5506ad5dfa52eb630b29d30df0034569dcddb9e1f710a4ac240fda5c

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76a7c907b1cb8ddb0e41d9b1b67fa1f9edea5db3c2099edd3581abecc134b67c
MD5 1b9d04379c505136557032b9524b9cda
BLAKE2b-256 ed9318a8df85e6b0da1ffad95918822d20530d6390a79d89d0602dae3c5d0278

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a94414e15a4ec5ae440034dc4366dca49810944815775eefb40a793e8ab6903b
MD5 f0b2e9677526b327d152efc459fc7448
BLAKE2b-256 5ef94214e54c4b629d6706cd168a07c0064f2934a2ee4419327e6cd888a4e518

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4c8af1f3ee0c18bb659edd46a66cc4b792099bded1d0417e8120579d24234b6
MD5 835ad718ea0a6bc2474a8a09034d1a28
BLAKE2b-256 fe8736856e5841acab947534cbdbefd9048c6d4b51c69613093c8c390e42b9b4

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp312-abi3-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e0e7b1c9b48c8fad7d767ec57207c669c0742012a58a7861837f6906fc42044d
MD5 27bd0404222d0c44ae2228bc27f488e3
BLAKE2b-256 1b02145cb2bbcac6bbaa2aa8bc6f93bb89c6f41ced0ba2fba5bdbab3a01f2b8b

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp312-abi3-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 857142086926fb0e4f66c57fc1bbfc44a339050fdd0262d9646c3df6cae02c26
MD5 e2a4d7512405ec811c12a609f59421e1
BLAKE2b-256 875410087010f5341a14b10b3304cd873e029fdc3c8bcb4886b6e3360d6d6382

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2605169980d6b9090cdf21a5b46509e4225ad94bc25c234990a7da6ab6d6995c
MD5 8acf2c6aca787b917f5d0cac1dea4a23
BLAKE2b-256 a6dbf7da81bca06b27d75119e67e25beae747b358ea89d87a02519d7fc8dfbfc

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a29173228c7f312a3b779962c8709b78181dc8feaa185e91f09d9b23d543779
MD5 db912d303a399641228a759d48116325
BLAKE2b-256 60fd39bebbd49c79ddfd0dc390227e35685854fc42309c2a235239c41081e7be

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90f8dbbcfb4d8495e13502ff5af576376d574cb598e9a12e7d6fffc5eb31f714
MD5 a011aa92f07669bcbfaf6ab14c9eef6c
BLAKE2b-256 5a4cc6c22997e77b71ccd3e6109d13f5a47c560e29d27cb08d5497afcbc6e4d3

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d90ec6c2789ba5bdfa43e5676a2b5149906867243d6cc808e315a8781d7a3df
MD5 17a8dedda4cd89564b622eea6e06e96d
BLAKE2b-256 3b9fc149922f582435adde2d7b3f82fbb0ad424fd2f14d035b92e5603672a67e

See more details on using hashes here.

File details

Details for the file passagemath_msolve-10.8.5-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_msolve-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0de41a1fa4d64bae6891a5b382f06ffea51c2838eafc0cecfdf5de614023fff4
MD5 055838ba1be1a5b769f5da84c7d409ff
BLAKE2b-256 c54fb39b13098c1ef72209ad825fff9ce4ca46dbad75d09a561f4ac108b3e043

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page