← All projects

symbolic-equation-solver

by @mssm199996

13

A genetic programming application to solve linear and quadratic equations symboliclly

About this project

symbolic-equation-solver A genetic programming application to solve linear and quadratic equations symbolically Running process: To run the linear equation solver, use this instruction inside the main() method of the GeneticProgrammingSymbolicEquationSolverApp class: (new LinearEquationGeneticProgammingSolver()).solve(); To run the quadratic equation solver, use this instruction inside the main() method of the GeneticProgrammingSymbolicEquationSolverApp class: (new SquareEquationGeneticProgrammingSolver()).solve(); Result: (for the SquareEquationSolver, it takes much time to find the exact result, so an approximation of the result has been given)

From the project README on GitHub

Stars
13
Forks
3
License
Apache-2.0
Last push
6 Dec 2019

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/symbolic-equation-solver.svg)](https://www.madeinalgeria.dev/projects/symbolic-equation-solver)

Related projects