Solve Optimization Problems with Lagrange Multipliers in Python

preview_player
Показать описание
Today we learn how to solve optimization problems with constraints using Lagrange multipliers in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💼 Services 💼

🌐 Social Media & Contact 🌐
Рекомендации по теме
Комментарии
Автор

Wonderful! Quite unexpected to see a mathematical topic being addressed by a computer scientist, and a simple code shown in Python. I've taught Lagrange multipliers technique to students in JKU Linz, and FAU Erlangen. The coding part without symbolic packages is always demanding. Kudos 👍

t-dsai
Автор

Import numpy as numpy then do big number calculation with very very high accuracy and wait 2 days 😝

JohannesDavidsen
Автор

this is great !! Appreciate your content!!

abhishekrai
Автор

For the ball problem, You define the constraint as the surface of the ball. Could be define the constraint as everything inside the ball? Like doing x²+y²<2 instead of x²+y² =2?

EW-mbih
Автор

How do u set up inequalities as constraints

Brexit
Автор

Is there any way for me to stop the keystroke "q" from quitting the GUI, that is streaming the sender's screen using the "StreamingServer" import from the Python library "Vidstream" you made?

Krullfath
Автор

Black magic. Python syntax is hilarious to absurd. What looks like an assignment become a function definition. The code looks simple but is everything but.

HelmutQ