Metadata-Version: 2.1
Name: passagemath-symbolics
Version: 10.4.36
Summary: passagemath: Symbolic calculus
Author-email: The Sage Developers <sage-support@googlegroups.com>
License: GNU General Public License (GPL) v2 or later
Project-URL: download, https://doc.sagemath.org/html/en/installation/index.html
Project-URL: release notes, https://github.com/sagemath/sage/releases
Project-URL: source, https://github.com/sagemath/sage
Project-URL: documentation, https://doc.sagemath.org
Project-URL: homepage, https://www.sagemath.org
Project-URL: tracker, https://github.com/sagemath/sage/issues
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/x-rst
Requires-Dist: gmpy2~=2.1.b999
Requires-Dist: cypari2>=2.1.1
Requires-Dist: cysignals>=1.10.2
Requires-Dist: numpy>=1.19
Requires-Dist: numpy>=1.22.4
Requires-Dist: passagemath-categories~=10.4.36.0
Requires-Dist: passagemath-environment~=10.4.36.0
Requires-Dist: passagemath-flint~=10.4.36.0
Requires-Dist: passagemath-modules~=10.4.36.0
Requires-Dist: passagemath-ntl~=10.4.36.0
Requires-Dist: passagemath-conf~=10.4.36.0
Requires-Dist: sympy<2.0,>=1.6
Provides-Extra: test
Requires-Dist: passagemath-repl~=10.4.36.0; extra == "test"
Provides-Extra: axiom
Provides-Extra: giac
Requires-Dist: passagemath-giac~=10.4.36.0; extra == "giac"
Provides-Extra: ginac
Provides-Extra: maxima
Provides-Extra: ntl
Provides-Extra: primecount
Requires-Dist: primecountpy; extra == "primecount"
Provides-Extra: pynac
Provides-Extra: singular
Provides-Extra: sympy
Provides-Extra: plot
Requires-Dist: passagemath-plot~=10.4.36.0; extra == "plot"

===========================================================
 passagemath: Symbolic calculus
===========================================================

About SageMath
--------------

   "Creating a Viable Open Source Alternative to
    Magma, Maple, Mathematica, and MATLAB"

   Copyright (C) 2005-2023 The Sage Development Team

   https://www.sagemath.org

SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (using Cygwin or Windows Subsystem for Linux).

The traditional and recommended way to install SageMath is from source via Sage-the-distribution (https://www.sagemath.org/download-source.html).  Sage-the-distribution first builds a large number of open source packages from source (unless it finds suitable versions installed in the system) and then installs the Sage Library (sagelib, implemented in Python and Cython).


About this experimental pip-installable source distribution
-----------------------------------------------------------

This pip-installable source distribution `sagemath-symbolics` is an experimental distribution of a part of the Sage Library.  Use at your own risk.  It provides a small subset of the modules of the Sage library ("sagelib", `sagemath-standard`).


What is included
----------------

* `Symbolic Calculus <https://doc.sagemath.org/html/en/reference/calculus/index.html>`_

* `Pynac <http://pynac.org/>`_ (fork of GiNaC)

* `Maxima <https://doc.sagemath.org/html/en/reference/spkg/maxima.html>`_, running on `ECL <https://doc.sagemath.org/html/en/reference/spkg/ecl.html>`_

* Arithmetic Functions, `Elementary and Special Functions <https://doc.sagemath.org/html/en/reference/functions/index.html>`_
  (via `sagemath-categories <https://doc.sagemath.org/html/en/reference/spkg/sagemath_categories.html>`_)

* `Asymptotic Expansions <https://doc.sagemath.org/html/en/reference/asymptotic/index.html>`_

* `Topological, Differentiable, Pseudo-Riemannian, Poisson Manifolds <https://doc.sagemath.org/html/en/reference/manifolds/index.html>`_

* `Hyperbolic Geometry <https://doc.sagemath.org/html/en/reference/hyperbolic_geometry/index.html>`_



Available as extras, from other distributions
---------------------------------------------

`pip install "sagemath-symbolics[giac]"`
 Computer algebra system `GIAC <https://doc.sagemath.org/html/en/reference/spkg/giac.html>`_, via `sagemath-giac <https://doc.sagemath.org/html/en/reference/spkg/sagemath_giac.html>`_

`pip install "sagemath-symbolics[primecount]"`
 `Prime counting function <https://doc.sagemath.org/html/en/reference/functions/sage/functions/prime_pi.html>`_
 implementation `primecount <https://doc.sagemath.org/html/en/reference/spkg/primecount.html>`_, via `primecountpy <https://doc.sagemath.org/html/en/reference/spkg/primecountpy.html>`_

`pip install "sagemath-symbolics[sympy]"`
 Python library for symbolic mathematics / computer algebra system `SymPy <https://doc.sagemath.org/html/en/reference/spkg/sympy.html>`_
