sagemath_categories: Sage categories, basic rings, polynomials, functions¶
The pip-installable distribution package passagemath-categories
is a
distribution of a small part of the Sage Library.
It provides a small subset of the modules of the Sage library
(“sagelib”, passagemath-standard
) building on top of passagemath-objects
(providing Sage objects, the element/parent framework, categories, the coercion
system and the related metaclasses), making various additional categories
available without introducing dependencies on additional mathematical
libraries.
What is included¶
Basic Combinatorial and Data Structures: Binary trees, Bitsets, Permutations, Combinations
Basic Rings and Fields: Integers, Rationals, Double Precision Reals, Z/nZ
Commutative Polynomials, Power Series and Laurent Series, Rational Function Fields
Arithmetic Functions, Elementary and Special Functions as generic entry points
Base classes for Groups, Rings, Finite Fields, Number Fields, Schemes
Facilities for Parallel Computing, Formatted Output
Available in other distribution packages¶
sagemath-combinat: Algebraic combinatorics, combinatorial representation theory
sagemath-graphs: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
sagemath-groups: Groups, invariant theory
sagemath-modules: Vectors, matrices, tensors, vector spaces, affine spaces, modules and algebras, additive groups, quadratic forms, root systems, homology, coding theory, matroids
sagemath-plot: Plotting and graphics with Matplotlib, Three.JS, etc.
sagemath-polyhedra: Convex polyhedra in arbitrary dimension, triangulations, polyhedral fans, lattice points, geometric complexes, hyperplane arrangements
sagemath-repl: IPython REPL, the interactive language of SageMath (preparser), interacts, development tools
sagemath-schemes: Schemes, varieties, Groebner bases, elliptic curves, algebraic Riemann surfaces, modular forms, arithmetic dynamics
sagemath-symbolics: Symbolic expressions, calculus, differentiable manifolds, asymptotics
Dependencies¶
When building from source, development packages of gmp
, mpfr
, and mpc
are needed.
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
10.6.3
version_requirements.txt:
passagemath-categories ~= 10.6.3.0
Equivalent System Packages¶
(none known)