Skip to content

Python 3 script to find general form of a function f(x, y) based on 3 stationary points, a local maximum, local minimum and a saddle point.

Notifications You must be signed in to change notification settings

georgepittock/multivariable-function-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Python 3 Script to find an equation for a multivariable function based on 3 stationary points. A local maximum, local minimum and a saddle point. Could easily be adapted for more stationary points.

Mostly uses the Sympy library.

See example.py for how to use this.

Was something I created for a small project I did. PR are appreciated, this was something I quickly created so there may be some bugs.

About

Python 3 script to find general form of a function f(x, y) based on 3 stationary points, a local maximum, local minimum and a saddle point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages