CAAM 564 Homework Assignments

The problems are numbered as in the textbook.

HW 4: Due 4/xx, Tue.

Solve the 2 tent problems:
         min S(x,y,z), st. V(x,y,z) = V0, h0 <= y + z <= h1 
	 max V(x,y,z), st. S(x,y,z) = S0, h0 <= y + z <= h1 
using the augmented Lagrange multiplier method. You may use matlab function fmincon.m with bound constraints only.

Also use the augmented Lagrange multiplier method to solve the LP:

         max b'*y: -1 <= A'*y <= 1.

HW 3: Due 3/17, Tue.

Solve the 2 tent problems:
         min S(x,y,z), st. V(x,y,z) = V0, y + z = h0 
	 max V(x,y,z), st. S(x,y,z) = S0, y + z = h0 
where S is the surface area and V is the volume of the tent which has a square base of 2x by 2x, a height of y for the main body, and a height of z for the pyramid top. The tent does not have a bottom.


HW 2: Due 2/12, Thur.

HW 1: Due 2/3, Tue., 2:30pm