polynomial-arithmetic
There are 62 repositories under polynomial-arithmetic topic.
benruijl/symbolica
A modern computer algebra library for Python and Rust.
flintlib/flint
FLINT (Fast Library for Number Theory)
Macaulay2/M2
The primary source code repository for Macaulay2, a system for computing in commutative algebra, algebraic geometry and related fields.
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)
Sajjon/EquationKit
Equations in Swift
XiaoXueTu555/SeekAnAnswer
一个支持多项式计算与方程求解的小型C++数学库
Zeta611/polycalc
🧮 Polynomial Calculator
popcornell/pyGF2
Polynomial arithmetic over GF2
AdamWhiteHat/Polynomial
Comprehensive univariate polynomial class. All arithmetic performed symbolically. Some advanced features include: Arithmetic of polynomial rings over a finite field, the Tonelli-Shanks algorithm, GCD, exponentiation by squaring, irreducibility checking, modular arithmetic (obviously) and polynomials from roots.
chakravala/FieldAlgebra.jl
Field-algebra based on Group / Ring symbolic vector module extension
emsr/polynomial
A C++ polynomials and related algorithms.
fei0319/poly.h
A polynomial template for CP
AdamWhiteHat/MultivariatePolynomial
A symbolic, multivariate integer polynomial arithmetic library.
exsandebest/Polynomials
Polynomials database on lists with simple operations in Qt
Kadetron/projects
Some simple practice c programs with structure implementation
margaritageleta/polynomial-calculator
Polynomial calculator, with love 💕 (Contains the secret implementation of the Complex polynomials !!!!!)
seigtm/Polynomial
A simple polynomial class that supports all basic operations.
swati002812/DS-Questions-and-Solutions
Some basic Data Structures programs (C/C++)
aayushkh/polynomial-addition
Polynomial Addition : Course Assignment related to CSCI455x : Spring 2017
AdamWhiteHat/ComplexPolynomial
A complex polynomial arithmetic class..
bkomuves/polynomial-algebra
polynomial-algebra Haskell library
IAmKohlton/ExactMathematics
Uses rational numbers to implement precise results for numerical problems.
Quentin18/modular-arithmetic
Implementation of modular arithmetic in C
Ravilochan/Plot_Graphs
Plotting Graphs of Complex quadratic and polynomial equations in Python
stefanostsolos/Polynomial
A polynomial class implementation in the form of sorted linked list. Supporting addition, subtraction and multiplication between polynomials
thealifaisal/add-two-polynomials-linked-list
Given two polynomial numbers represented by a linked list. Write a function that add these lists means add the coefficients who have same variable powers.
ttcpavle/Linked-Lists
Example of doubly circular linked list with header and polynomial with linked list
zhenyatos/PolynomialAlgebra
Console calculator with support of the Integer, Rational, Modular arithmetic, as well as the Polynomials over these types
ouster50/Polynomials
HSE pet-project (Classes that works with Polynomials, rational numbers, elements of a five-element field)
waseemnaseeven/42_DevSecOps
Every projects i've made to gain knowledge about DevOps architecture, security, low-programming...
ituvtu/OOP_LW01-polynomial
OOP_LW01-polynomial
kolaowalska/z2-polynomials
Operations on polynomials with coefficients over the Z_2 field