Skip to content

Interactive calculation of extreme values with Python

License

Notifications You must be signed in to change notification settings

zolabar/IexFinder

Repository files navigation

IexFinder: Interactive Symbolic Calculation of Extreme Values

DOI Jupyter Lab: Binder Voila Web App: Binder(Binder)

Zoufiné Lauer-Baré (LinkedIn)

Description

The exFinder web application calculates and visualizes interactively the extreme values of multivariate functions:

It is based mathematically on SymPy and NumPy and graphically on Jupyter Notebook, Plotly and Voila. It has step by step features, based on finding and characterizing stationary points by using the gradient and the Hessian, e.g. [Alt, 2002].

The exFinder project is listed in the Voila Gallery.

Mention this project as

Lauer-Bare, Z. (2021). IexFinder - Interactive Symbolic Calculation of Extreme Values (Version v1.0.2) [Computer software]. https://doi.org/10.5281/zenodo.5707405

Usage: Enter a function in x and y in Pythonic form into the input field and click on the update button.

References

[Alt, 2002] Alt W. Nichtlineare Optimierung: Eine Einführung in Theorie, Verfahren und Anwendungen. Vieweg+Teubner Verlag; 2002.