Skip to content

This is the repository of a symbolic equation solver made in python.

Notifications You must be signed in to change notification settings

JuxtaRYCT/SymbolicEquationSolver_GDSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

SymbolicEquationSolver

This is the repository of a symbolic equation solver made by Yash Raj Singh

This code uses regular expression to separate the various terms of the quadratic equation and then finds the possible cases of solution for the quadratic equation and calculates the roots of the quadratic equation.

A quadratic equation has the following 3 cases:

Discriminant=0(The equation has a single root) Discriminant>0(the equation has real roots) Discriminant<0(The equation has imaginary roots)

About

This is the repository of a symbolic equation solver made in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages