polynomials
There are 334 repositories under polynomials topic.
arkworks-rs/algebra
Libraries for finite field, elliptic curve, and polynomial arithmetic
axkr/symja_android_library
:coffee: Symja - computer algebra language & symbolic math library. A collection of popular algorithms implemented in pure Java.
Macaulay2/M2
The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
andrewmilson/ministark
🏃♂️💨 GPU accelerated STARK prover built on @arkworks-rs
JuliaDiff/TaylorSeries.jl
Taylor polynomial expansions in one and several independent variables.
JuliaMath/Polynomials.jl
Polynomial manipulations in Julia
Nemocas/Nemo.jl
Julia bindings for the FLINT number theory C library
sigma-py/orthopy
:triangular_ruler: Orthogonal polynomials in all shapes and sizes.
JuliaAlgebra/MultivariatePolynomials.jl
Multivariate polynomials interface
rawify/Polynomial.js
The RAW JavaScript library to work with polynomials
jump-dev/SumOfSquares.jl
Sum of Squares Programming for Julia
SciML/PolyChaos.jl
A Julia package to construct orthogonal polynomials, their quadrature rules, and use it with polynomial chaos expansions.
bertiniteam/b2
Bertini 2.0: The redevelopment of Bertini in C++.
PoslavskySV/rings
Rings: efficient JVM library for polynomial rings
Bodigrim/poly
Fast polynomial arithmetic in Haskell (dense and sparse, univariate and multivariate, usual and Laurent)
andrewmilson/ecfft
Elliptic Curve Fast Fourier Transform built on @arkworks-rs
giordano/PolynomialRoots.jl
Fast complex polynomial root finder, with support for arbitrary precision calculations
sweeneychris/RpolyPlusPlus
A modern c++ root finding algorithm based on the original Jenkins-Traub RPOLY software.
borisRadonic/ToolboxR
Discrete Time C++ Modeling Library
linbox-team/givaro
Givaro - C++ library for arithmetic and algebraic computations
hecmas/zkNotebook
My personal notebook for various zk-related topics
jump-dev/PolyJuMP.jl
A JuMP extension for Polynomial Optimization
ZhepeiWang/Root-Finder
Root-Finder is a header-only univariate polynomial solver, which finds/counts all real roots of any polynomial within any interval.
hofmannmartin/SphericalHarmonicExpansions.jl
A Julia package to handle spherical harmonic functions
jannikmi/multivar_horner
python package implementing a multivariate Horner scheme for efficiently evaluating multivariate polynomials
juri117/surrogate-models
In this repository I publish the python code, that was part of my master thesis. The thesis can be found here, however its in German though, sry. :/
jchristopherson/nonlin
A library that provides routines to compute the solutions to systems of nonlinear equations.
jacobwilliams/polyroots-fortran
Modern Fortran library for finding the roots of real and complex polynomial equations
foo123/Abacus
Combinatorics and Algebraic Number Theory Symbolic Computation Library for JavaScript, Python
michalkonecny/aern2
A Haskell library for Approximating Exact Real Numbers (AERN) based on interval computation. (aern2 is a rewrite of aern.)
emsr/tr29124_test
C++ special math functions
erhant/huffd1
An NFT with Huff, using polynomials over a finite field with order largest prime address, instead of mappings.
jishnub/LegendrePolynomials.jl
Legendre polynomials and associated Legendre polynomials computed using 3-term recursions
Khochawongwat/GRAMKAN
KAN meets Gram Polynomials
yalishanda42/py-polynomial
A python package attempting to fully implement single-variable polynomials and methods related to them.