Subpackages#

One hub per math subpackage: its foundational history, runnable examples, and full API reference, all linked from a single page.

Foundations

mathematicskit.abstract_algebra

Cyclic/permutation groups, subgroups and cosets, finite fields, and polynomial ring arithmetic.

mathematicskit.abstract_algebra
mathematicskit.combinatorics

Counting and generation, Pascal’s triangle, integer partitions, inclusion-exclusion, and Stirling/Catalan/Bell numbers.

mathematicskit.combinatorics
mathematicskit.number_theory

Modular arithmetic, primality testing, the Chinese Remainder Theorem, continued fractions, and Diophantine equations.

mathematicskit.number_theory

Analysis

mathematicskit.calculus

Numerical differentiation/integration, forward- and reverse-mode automatic differentiation, and Taylor series.

mathematicskit.calculus
mathematicskit.numerical_analysis

Root finding with convergence-order verification, polynomial interpolation, and least-squares regression.

mathematicskit.numerical_analysis
mathematicskit.special_functions

Gamma/beta functions, Bessel functions, orthogonal polynomial families, and the discrete Fourier transform.

mathematicskit.special_functions

Linear Algebra & Optimization

mathematicskit.linalg

LU/QR/Cholesky decompositions, eigenvalue algorithms, SVD, iterative Krylov solvers, and least-squares stability.

mathematicskit.linalg
mathematicskit.optimization

Gradient descent, nonlinear conjugate gradient, Newton/BFGS, constrained optimization, and linear programming.

mathematicskit.optimization

Geometry & Graphs

mathematicskit.geometry

Convex hull, Delaunay triangulation/Voronoi diagrams, segment intersection/point-in-polygon, and the Frenet-Serret frame.

mathematicskit.geometry
mathematicskit.graph_theory

Shortest paths, minimum spanning trees, maximum flow/minimum cut, graph coloring, and spectral graph theory.

mathematicskit.graph_theory

Dynamics & Chaos

mathematicskit.fractals_chaos

Lyapunov exponents, fractal dimension, Mandelbrot/Julia sets, iterated function systems, and cellular automata.

mathematicskit.fractals_chaos
mathematicskit.ode_dynamics

Fixed-point stability, phase portraits, bifurcation normal forms, limit cycles, and Poincare sections.

mathematicskit.ode_dynamics

Probability & Statistics

mathematicskit.probability

Discrete/continuous distributions, Monte Carlo integration, limit theorems, and Markov chains.

mathematicskit.probability
mathematicskit.statistics

Descriptive statistics, hypothesis tests, confidence intervals, OLS regression, and bootstrap resampling.

mathematicskit.statistics