Skip to content

DrTol/GoalSeek_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel 'Goal Seek' function in Python

You can use the Goal Seek to find the input value (for a given function) that results in a certain function result/output (goal).

Algorithms used in Goal Seek - Python

This code involves of root finding methods; at a first step, via the Line Search method, and, at the second step, the Bisection method.

Requirements

This tool requires that NumPy be installed.

How2Use

Please see ExampleScript.py

License

You are free to use, modify and distribute the code as long as authorship is properly acknowledged.

About

Equivalent of Excel Goal Seek function in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages