Skip to content

nilnil47/jupyter-simple-equation-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-equation-solver

A package to solve equations using python notebook based on the sympy package

installation

pip install pip install git+https://github.com/nilnil47/jupyter-simple-equation-solver.git

In google colabs installation is possible with:

!pip install pip install git+https://github.com/nilnil47/jupyter-simple-equation-solver.git

how to use

import simple_equation_solver
e = simple_equation_solver.Equation("x ** 2 = y ** 2")
e.generate_interacts()

This will generate python-notebook interacts for each variable with range value between -1000 to 1000 and also a dropdown for choosing the variable to solve to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages