Skip to content

Find the right equation for given known variables you have and the ones you are trying to calculate.

Notifications You must be signed in to change notification settings

jakobkreft/find_equations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

find equations

Usefull for science and engineering students who need to memorize many different equations.
Find the right equation for given known variables you have and the ones you are trying to calculate. Think of it as Ctrl-F for equations.

First setup

  1. Download the python script.
  2. Create an empty equations.csv file.
  3. Create an empty variables.csv file.
  4. Run python3 find_equations.py.

How to use the script

  • Write known variables and their description.
  • Write known equations. This can only be done if all the variables used are already in the system.
  • Enter the variables you have and the variable you are trying to calculate and the script will return all the possible equations you might want to use in order to calculate it. The equations are listed in the order of most usefull to least usefull, defined by the number of matches.

About

Find the right equation for given known variables you have and the ones you are trying to calculate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages