June 21st, 2010, 11:27 pm
in front of you are n pistons which can move up and down. consider the following:1) each piston start at some arbitrary height which you are given2) all the pistons are interconnected such that a move in one will also move the others to move. this relationship is given by the nxn matrix H.3) the cost of moving each piston is given by a nx1 vector Cgoal: find a constant K such that flattening the pistons to height = K is the cheapest currently, my knowledge toolbox only contains linear programming (simplex method) and quadratic programming. not sure how to approach this problem
Last edited by
iniesta on June 21st, 2010, 10:00 pm, edited 1 time in total.