An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with equation-solver

A curated list of projects in awesome lists tagged with equation-solver .

https://github.com/axkr/symja_android_library

:coffee: Symja - computer algebra language & symbolic math library. A collection of popular algorithms implemented in pure Java.

algebra algorithms android calculator calculus computer-algebra derivatives discord-bot docker-image equation-solver factorization integral interpreter java lisp-like polynomials rewriting scripting-language symbolic-math symja

Last synced: 26 Feb 2026

https://github.com/arabiaweather/athena

Automatic equation building and curve fitting. Runs on Tensorflow. Built for academia and research.

academia curve-fitting equation-solver interpretability machine-learning optimization research-tool simulation-framework symbolic-computation symbolic-regression tensorflow

Last synced: 25 Mar 2025

https://github.com/datamole-ai/gomez

Framework and implementation for mathematical optimization and solving non-linear systems of equations.

equation-solver mathematics numerical-methods optimization

Last synced: 08 Apr 2026

https://github.com/kgram/react-equation

A parser, resolver and renderer for equations in react

equation-solver math react

Last synced: 11 Apr 2025

https://github.com/rohankishore/physipy

Python Library to calculate all types of Physics Formulae, both for calculations and research

equation-solver equations library numpy physics physics-analysis physics-engine physics-simulation python research research-project

Last synced: 20 Aug 2025

https://github.com/julianlsolvers/nlsolversbase.jl

Base package for optimization and equation solver software in JuliaNLSolvers

equation-solver julia optimization

Last synced: 04 Jul 2025

https://github.com/XCH-CEB/xch-project

A high-performance chemical equation parser and balancer

balancer chemical chemical-formulas chemistry equation-solver parser-library rust rust-crate

Last synced: 19 Jul 2025

https://github.com/xch-ceb/xch-project

A high-performance chemical equation parser and balancer

balancer chemical chemical-formulas chemistry equation-solver parser-library rust rust-crate

Last synced: 29 Mar 2025

https://github.com/rohankishore/graphyte

A simple, and responsive math graphing app powered by PyQt6, NumPy and Matplotlib. Create and analyze functions with ease.

equation-solver geogebra graph graph-algorithms matplotlib numpy pyqt6 python scikit-learn visualization

Last synced: 14 Mar 2026

https://github.com/mssm199996/symbolic-equation-solver

A genetic programming application to solve linear and quadratic equations symboliclly

equation-solver genetic-programming java-11 jenetics linear-equation maven quadratic-equation

Last synced: 10 Apr 2025

https://github.com/codewithdark-git/mathgpt

The MathGPT is a web application built with Streamlit that allows users to input mathematical problems and receive solutions. The app supports both text and LaTeX input, making it versatile for various mathematical expressions.

app equation-solver genai genai-usecase gpt gpt-4o llm llm-agent mathematics mathgpt ocr plot plotting preview-o1 python python3 streamlit

Last synced: 26 Oct 2025

https://github.com/jonaprojects/kiwicalc

Powerful math tools for equation solving, calculus, vectors, mathematical series, matrices, etc.

algebra arithmetic-progression calculus equation-solver linear-algebra pdf-worksheets plotting-in-python polynomials probability python

Last synced: 02 Apr 2026

https://github.com/basemax/cubicequationcalculator

Cubic Solver: Cubic Equation Calculator (A X^3 + B X^2 + C X^1 + D = 0)

cubic cubic-equations cubic-solver equation equation-solver javascript js solve-cubic

Last synced: 05 May 2025

https://github.com/sondosaabed/equations-processor

An equation processor application using linked stack and cursor array implementations of a linked stack.

cursor-array equation-solver java linked-list stack

Last synced: 12 Mar 2026

https://github.com/andrey123815/homework_2021_1_c_lang

:open_book: Технопарк Mail.ru 1 семестр. Домашнее задание №1 по курсу "Углубленное программирование на C/C++".

c-language ci coefficients equation-solver gtest

Last synced: 13 Jul 2025

https://github.com/shybovycha/gauss-elimination

Linear equation system solver in Haskell, implementing Gaussian elimination method

equation-solver equation-systems equations gaussian-elimination-algorithm haskell matrix

Last synced: 22 Apr 2025

https://github.com/src-mgra/equation-solver

linear equation system solver in C# / solving lineare equation systems with 6 variables

csharp equation equation-solver equation-systems gauss-elimination linear-equations math mathematica matrix matrix-calculations net solver

Last synced: 21 Jun 2025

https://github.com/jake484/equationssolver.jl

A user-friendly tool to solve linear equations and nonlinear equations.

equation-solver julia

Last synced: 22 Jun 2026

https://github.com/yjdoc2/equationparser

An Equation Parser done as Project for DS course. This can evaluate given equation, solve linear equations, create variables and use their values, as well as have some pre-defined constants.

c data-structures equation-solver parser

Last synced: 16 Jun 2025

https://github.com/ggleblanc2/equation-solver

The code in this repository creates a Java equation solver.

equation-solver java-8 mathematical-equations

Last synced: 05 Apr 2025

https://github.com/p1x/toeplitz

Implementation of the Zohar-Trench algorithm for solving a set of linear Toeplitz equations.

algorithm c-sharp c-sharp-library dotnet dotnet-standard2 equation-solver equations-set linear-algebra math mathematics matrix matrix-calculations matrix-library

Last synced: 26 Apr 2026

https://github.com/shivam6862/dsa-visualizer

It contains various algorithms related to sorting, graphs, trees, and General problems.

dsa-algorithm equation-solver game2048 graph-algorithms minesweeper-game nqueens-problem reactjs sorting-algorithms tree

Last synced: 13 Apr 2026

https://github.com/josgard94/newton-raphson-method-

In this program the Newton-Raphson method is implemented to approximate the roots of a real function.

aproximation-roots c c-plus-plus c-programming ecuaciones equation-solver matematicas matematics metodos-numericos newton-raphson newton-rapshon-method

Last synced: 19 Apr 2026

https://github.com/josgard94/crud_solution_equation_quadratic-

In this project, I present crud for solving quadratic equations developed using HTML, CSS, and PHP. For the solution of the quadratic equations the general formula. Check the video tutorial.

crud css ecuacion-cuadratica equation-solver equations html html5 mathematics php programming quadratic-equations website

Last synced: 12 Apr 2026

https://github.com/marcellomaugeri/garner-algorithm-python

Python3 Garner's algorithm to solve diophantine equations system with coprime moduli

algorithm criptography diophantine diophantine-solver equation-solver math mathematics python3 script solver

Last synced: 06 Apr 2025

https://github.com/frederickroman/quadratic-equation-solver-neuralnet

This notebook shows how to train a neural network to solve quadratic equations where the coefficients are on [0, 1)

equation-solver neural-network tensorflow tensorflow2

Last synced: 25 Apr 2026

https://github.com/amir-shiati/equation-solver

An image processing project that can solve simple math equations in an image.

equation-solver image-processing matlab number-recognition

Last synced: 08 Jun 2026

https://github.com/rockfordwei/newtonraphson

A Swift Library for Newton Raphson Method

equation-solver newton-method newton-raphson newtons-method swift

Last synced: 24 Oct 2025

https://github.com/lochungtin/node-exp-solver

Mathematical expression solver / Reverse Polish Notation calculator for NodeJS

equation-solver nodejs rpn rpn-calculator rpn-expression

Last synced: 04 Apr 2026

https://github.com/sayidmushtaq/equationmaster

EquationMaster is a comprehensive equations simple problem solver 🧐🚀.

equation-solver html-css-javascript mathematics

Last synced: 30 Apr 2026

https://github.com/nirmalpaul383/project-cramer-s-rule-matrix-calculator

This is an equation solver application based on the Cramer's Rule.

cramers-rule equation-solver linear-equations tasker tasker-xml

Last synced: 17 Mar 2026

https://github.com/saratvemulapalli/linearequationsolver

Program which processes Linear Equations using gaussian elimination

equation-solver

Last synced: 13 Jun 2026

https://github.com/pakallis/tdma

A Go package that solves a tridiagonal system of equations using the Tridiagonal matrix algorithm (TDMA)

differential-equations equation-solver gauss-elimination linear-algebra matrix-decompositions matrix-factorization

Last synced: 26 Jan 2026

https://github.com/genevas/companioncubecalculator

A mathematical tool which determines the range of a user-specified function given the domains of the function's variables. The calculations are performed using interval arithmetic.

csharp-code documented equation-solver expression-parser expression-tree latex-document mathematical-expressions scientific-computing

Last synced: 15 May 2026

https://github.com/muazify/pyequationsolver

A Python script that solves mathematical equations for the variable 'x' using a hybrid approach, combining symbolic solving (for exact solutions) with numerical methods (for approximations when symbolic solving is insufficient).

equation-solver numpy python3 sympy

Last synced: 29 Apr 2026

https://github.com/iinjyi/gauss

A script for solving linear equations using Gauss algorithm.

equation-solver linear-algebra linear-equations linear-systems python

Last synced: 02 Feb 2026

https://github.com/edixonalberto/py-integrate

APP WEB usando Django y Vue para el calculo, visualización y almacenamiento de ecuaciones, derivadas e integrales

django-framework equation-solver pipenv python3

Last synced: 08 May 2026

https://github.com/alexvvr2000/sistemasecuaciones

Metodos para solucionar sistemas de ecuaciones lineares de n dimensiones

csharp equation-solver matrix-multiplication

Last synced: 14 Nov 2025

https://github.com/kim366/equationsolver

Solve Linear Equations in C++

calculator equation equation-solver tool

Last synced: 01 Aug 2025

https://github.com/dsaikiran01/gauss-seidel-iteration-method

A Python-based solver for systems of three quadratic equations using the Gauss-Seidel Iteration Method. Generates detailed, step-by-step solutions for better understanding. Perfect for students and professionals alike!

equation-solver gauss-seidel-method linear-algebra python scientific-computing

Last synced: 31 Mar 2025

https://github.com/mond1c/equationsolver

API to solve equations

api cpp cpp20 equation equation-solver

Last synced: 16 May 2025

https://github.com/ivandamnation/quadro_equation_soulver

Very simple math program. For studying in documentation and committing on GitHub. For more info look in README.md file.

calc equation-solver math practice

Last synced: 26 Oct 2025

https://github.com/filiprokita/quadratic-equation-solver

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

algorithm computer-science console-application cpp equation-solver math math-solver numerical-methods programming quadratic-equation quadratic-equation-solver roots

Last synced: 24 Mar 2025

https://github.com/abythomas300/quadratic-equation-solver

A simple command-line quadratic equation solver written in Python. Returns both the possible values of x and of course it supports float.

command-line-tool equation-solver mathematics python simple-project

Last synced: 08 Apr 2026

https://github.com/caiofov/equationroots-numericalmethods-cpp

Numerical methods for roots of equations developed in C++

cpp equation-solver numerical-methods

Last synced: 06 Apr 2025

https://github.com/grosquildu/agh_linear_programming

Solver for linear problems, uses monte-carlo method

agh equation-solver linear-programming monte-carlo

Last synced: 15 Sep 2025

https://github.com/hese49/liike

This program solves problems of motion of the given Finnish verbal problems.

equation-solver language-processing motion sympy tkinter-gui

Last synced: 05 May 2026

https://github.com/ptrvsrg/nsu-computational-math

Программы по дисциплине "Вычислительная математика" 5 семестра ФИТ НГУ

computational-mathematics dichotomy equation-solver integration riemann-sum runge-kutta-methods simpson-rule

Last synced: 20 Mar 2025

https://github.com/gabri432/equation-solver

A program that will be able to solve any linear, quadratic or cubic equation

cubic equation-solver go golang linear math quadratic

Last synced: 28 May 2026

https://github.com/bertcarnell/nleqslv

Solve a system of nonlinear equations using a Broyden or a Newton method with a choice of global strategies such as line search and trust region.

equation-solver non-linear-equation r-package

Last synced: 04 Apr 2026

https://github.com/enmarcm/gaussjordansolver

A small React application that solves NxN equations using the Gauss-Jordan elimination method.

algorithms equation-solver equations gauss-jordan nxn react

Last synced: 19 Apr 2026