Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: polynomial-calculator

ewliang/Sparse-Poly-Calculator-C-

A C++ Sparse Poly calculator that can add or multiply polynomials created in the main driver. The program utilizes vectors to store the polynomial term values. It automatically sorts the terms from least to greatest exponent order. I wish I had such a program back in high school to tackle those tedious polynomial problems.

Language: C++ - Size: 2.68 MB - Last synced: about 10 hours ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

BaseMax/PolynomialDivideCPP

Implement algorithm of divide operator of polynomial in C++.

Language: C++ - Size: 129 KB - Last synced: 29 days ago - Pushed: about 2 years ago - Stars: 1 - Forks: 0

mostafax/Polynomial-Calculator

Polynomial Calculator that calculates Sum , Subtraction , Multiplication , Derivative, Integration in Python Using Tkinter ,SpeechRecognition ,Pyaudio libraries

Language: Python - Size: 104 KB - Last synced: about 1 month ago - Pushed: about 5 years ago - Stars: 1 - Forks: 1

davidelettieri/Antlr4.Polynomials

Playing with antlr4 to evaluate polynomials

Language: C# - Size: 50.8 KB - Last synced: about 2 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

Diana-Dinca/Polynomial-Calculator

I created a functional Polynomial Calculator, using Java language (Java Swing for interface and Junit for testing). The calculator is capable of 6 operations: Add, Substract, Multiplication, Division, Differentiation and Integration. For a full presentation of the app read the "TpDocumentationDianaDinca.pdf".

Language: Java - Size: 638 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

ShoupingShan/Algorithm

This repository is about three algoritms, such as strassen matrix, polynomial evaluation and Evolutionary calculation method. And C++ is used to calculate result tested in Ubuntu 18.04, Python and Matlab are used to plot the result.

Language: C++ - Size: 2.04 MB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

trong0dn/Polynomial-Calculus

PolyCalc short for Polynomial Calculus is a small program that takes the derivative or integrates polynomial functions.

Language: Java - Size: 20.5 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

shankar-01/Polynomial_calculator_hashmap_application_java

I implement this game in java to understand how physics principles are implemented through programming.

Language: Java - Size: 1.95 KB - Last synced: about 1 month ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

mathyscraft/Polynomial-Converter

Polynomial-converter is a website make for student who are fed up to convert yourself quadratics polynimomials to canonical or factorised form

Language: JavaScript - Size: 388 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 5 - Forks: 1

exsandebest/Polynomials

Polynomials database on lists with simple operations in Qt

Language: C++ - Size: 104 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 1

Marwan-Mahmoud/Polynomial-Solver

Language: Java - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

RamtinKosari/Polynomial-Tools

Tools for Working with Polynomial

Language: C++ - Size: 22.5 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Alvov1/PolynomialCalculator

Polynomial calculator based on bison parser generator

Language: C - Size: 9.77 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

BokijonovM/Python_Projects

simple-advanced projects

Language: Python - Size: 98.6 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

hussainmansour/polynomials-Solver

program that solving three polynomials and operations on them

Language: Java - Size: 17.6 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

ranarafay/DSA-Assignment-1

Task is to design a polynomial calculator that can perform three basic operations on large polynomials: add, multiply, evaluate. Since number of terms in a polynomial can vary, we can borrow the idea of linked list to efficiently implement polynomials. Each polynomial must have the address of the first term and each term except the last term has the address of the next term.

Language: C++ - Size: 433 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

AnnaVyvert/nth-degree-polynomial-equation

Search for a numerical solution of a nth degree polynomial given on the interval.

Language: Lua - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

HunterKing/Polynomial-Calculator

Calculator written in Haskell that can do the four basic arithmetic operations on polynomials.

Language: Haskell - Size: 710 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - Forks: 0

ggegoge/poly

C library for operations on multivariable polynomials. Written as part of the individual programming project at the university.

Language: C - Size: 295 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

luckv/genpo

A python library and a simple CLI program to generate and manipulate polynomials with roots simple to find by hand

Language: Python - Size: 43 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

haimadrian/OOP-CPP-Polynomials

Final Project of OOP course: Polynomials Calculator and Graph Drawing

Language: C++ - Size: 5.19 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 1

chemPolonium/XYpolynomial

a 2-D (including x and y) polynomial library

Language: MATLAB - Size: 29.3 KB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 0

sichkar-valentyn/Machine_Learning_in_Python

Practical experiments on Machine Learning in Python. Processing of sentences and finding relevant ones, approximation of function with polynomials, function optimization

Language: Python - Size: 138 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - Forks: 3

stefanostsolos/Polynomial

A polynomial class implementation in the form of sorted linked list. Supporting addition, subtraction and multiplication between polynomials

Language: C++ - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

gabriel-laurindo-1/polynomial-graph

Gerador de gráfico de funções polinomiais de grau N.

Language: HTML - Size: 20.5 KB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 1

MarkiyanSHCH/Polynom

Language: C++ - Size: 8.79 KB - Last synced: 12 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

alex21th/polynomial-class

La classe Polinomis emmagatzema un polinomi de grau n​ amb coeficients reals i proporciona algunes operacions útils sobre ell. ➗

Language: C++ - Size: 61.5 KB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

samplec0de/PolynomialOperations

Калькулятор многочленов, написанный на c++. Поддержка сложения, умножения, деления, взятия n-производной. Поиск точек пересечения с OX.

Language: C++ - Size: 488 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1