1-Visitor
March 21, 2012
Solved
Optimization
- March 21, 2012
- 3 replies
- 12666 views
I have a range of values that is entered in the program. in this case CL and HL, which are the height of a telephone pole.
here are the equations i have to work with.
h=0.001*S^alpha + CL
c=C1+2*h^beta
S=L/(N-1)
D=N/NP
and CT=c*N+NW(1 and 2)*C2*D
aplha,CL,C1, C2, beta, NW1, NW2, L, HM, HL, NP are all variables entered at the beginning of the program.
i need to find the lowest total cost (CT) with respect to the height when it is between CL and HL for NW1 and then between HL and HM for NW2. HL is the deciding point between a crew of NW1 for below HL, and above is NW2.
I attached a copy of the assignment and tomorrow will attach a copy of what i have so far.

