Rings: efficient JVM library for polynomial rings
-
Updated
Oct 26, 2023 - Java
Rings: efficient JVM library for polynomial rings
Polynomial Addition : Course Assignment related to CSCI455x : Spring 2017
Uses rational numbers to implement precise results for numerical problems.
🔢 A Custom Polynomial Library for Univariate Polynomials in Java, that performs basic Operations such as Addition, Subtraction, Multiplication, Division, Evaluation and Differentiation. More features will be added as time progresses.
Adds, multiplies, and evaluates polynomials using linked lists
Code for arithmetic with polynomials mod p and within finite fields. The code deals with various objects, such as integers modulo a number, elements in a finite field, and with arithmetic in finite fields.
Polynomial calculator application written for a project in first bachelor year, with complete documentation
This Java project takes two rows of input as factors for two polynomials, where each row contains a set of factors from x^0 to x^n, separated by spaces. It returns an array of factors for the resulting polynomial product and has a time complexity of O(n^log3(2)) where n denotes the largest power of the product.
Add a description, image, and links to the polynomial-arithmetic topic page so that developers can more easily learn about it.
To associate your repository with the polynomial-arithmetic topic, visit your repo's landing page and select "manage topics."