...

/

Introduction to Linear Optimization

Introduction to Linear Optimization

Learn what linear optimization problems are.

We'll cover the following...

Linear optimization is the branch of optimization that deals with problems in which the target function and the constraints are linear. The field that studies the algorithms and techniques that exploit the linearity of optimization problems is called linear programming.

Linear optimization

What do we mean by linear? A linear function ff has the following form:

f(x1,x2,...,xn)=a1x1+a2x2+...+anxn+bf(x_1, x_2, ..., x_n) = a_1x_1 + a_2x_2 + ... + a_nx_n + b ...