Open In Colab

Linear Programming Assignment

Redo a WeBWorK Question Using Python

Consider WW Set 03 Problem 3. Using python, do the following:

  1. Copy your problem here.

  2. Find corner points.

  3. Graph feasible set.

  4. Find the corner that maximizes the objective function \(P = 3x+2y\).

  5. Introduce slack variables, find the corner points again.

Redo a WeBWorK Question Using Python

Consider WW Set 04 Problem 6. Using python, do the following:

  1. Write the equations that describe the problem completely using \(\LaTeX\) encoding.

  2. Find corner points.

  3. Graph feasible set.

  4. Find the corner that maximizes the objective function.

  5. Introduce slack variables, find the corner points again.