View on GitHub

Bearded-android-docs

LagrangeMultipliers

Download this project as a .zip file Download this project as a tar.gz file

Created Sunday 06 April 2014

The method of lagrange multiplies is:

Step 1. Solve the following system of equations.
`\ \ \nabla f = \lambda \nabla g`
`\ \ g = k`

Step 2. Plug in all solutions, `bb x`, from the first step into `f` and identify the minimum and maximum values, provided they exist.

The constant `\lambda` is called the Lagrange Multiplier. `f` is the function to optimize and `g` is the constraint.


Backlinks:

MachineLearning:NeuralNetworks:Appendix
comments powered by Disqus