Metadata-Version: 2.4
Name: algreduce
Version: 1.0
Summary: simplify and format algebraic expressions, solve quadratic and cubic equations
Home-page: https://github.com/Kaiserschlafen/algreduce
Author: Kaiserschlafen
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Algebraic Reduce

## Functionalities
- Simplify and format algebraic expressions containing square roots and cubic roots.
- Solve quadratic equations and cubic equations.

## Modules
- `algreduce`: the core module of simplifying and formatting algebraic expressions.
- `quadratic_solver`: solve quadratic equations and return algebraic results.
- `quadratic_cli`: command line interface of the 'quadratic_solver' module.
- `cubic_solver`: solve cubic equations and return algebraic results.
- `cubic_cli`: command line interface of the 'cubic_solver' module.
