Solve Optimization Problems with Lagrange Multipliers in Python

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • Today we learn how to solve optimization problems with constraints using Lagrange multipliers in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord

КОМЕНТАРІ • 9

  • @t-dsai
    @t-dsai 3 місяці тому +2

    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 👍

  • @HelmutQ
    @HelmutQ 3 місяці тому

    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.

  • @JohannesDavidsen2024
    @JohannesDavidsen2024 3 місяці тому +1

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

  • @Brexit12345
    @Brexit12345 2 місяці тому

    How do u set up inequalities as constraints

  • @Krullfath
    @Krullfath 3 місяці тому

    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?

  • @EW-mb1ih
    @EW-mb1ih 3 місяці тому

    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²

  • @abhishekrai9069
    @abhishekrai9069 3 місяці тому

    this is great !! Appreciate your content!!

  • @philtoa334
    @philtoa334 3 місяці тому

    Thx_.