☕ Symja - computer algebra language & symbolic math library. A collection of popular algorithms implemented in pure Java.
-
Updated
Sep 25, 2025 - Java
☕ Symja - computer algebra language & symbolic math library. A collection of popular algorithms implemented in pure Java.
Rings: efficient JVM library for polynomial rings
Library for computations over abstract algebraic structures such as finite fields and polynomial rings.
Polynomial Multiplication using Karatsuba's Algorithm
Program that visually demonstrates Synthetic Division
A java library for numerical interpolation featuring Lagrangian, Linear & Cubic Splines methods with error analysis based on Gauss-Legendre L2-Norm.
Miami Dade College - COP3550 class - Representing a Polynomial with an ArrayList
The purpose of this project is to design an Android app that solves polynomial equations and helps users find the roots for the equations in a user-friendly accessible way
A simple library with diverse tools for different mathematical needs.
This project focuses on the representation and manipulation of polynomials using arrays of coefficients. Each element in the array corresponds to a coefficient, and its index represents the power of 𝑥 x. The goal is to create a set of functions that allow operations on polynomials such as evaluation, addition, subtraction, multiplication
KIT WS2018/19 – Hensel lifting to compute simple roots of polynomials modulo the power of a prime.
Polynomial Calculator in Java
A polynomial calculator capable of performing addition, subtraction, multiplication, division, integration, and differentiation operations.
Java package for some mathematical tools in the area of polynomials, primes, vector/matrices
This program represents the form of polynomials in linked lists and vectors form 1 and 2, it allows adding, multiplying, dividing polynomials of the same form and combined forms.
A java software capable of plotting graph of any polynomial. JavaFX based GUI. @laukik-hase @ved29
A linked allocation system to represent and manipulate polynomials.
An efficient data-structure for storing, adding and multiplying multivariate polynomials (multilinear polynomial) in java
Add a description, image, and links to the polynomials topic page so that developers can more easily learn about it.
To associate your repository with the polynomials topic, visit your repo's landing page and select "manage topics."