Question: Assigning the output of Minimize to a variable?

Hi I am using Maple (9.5) to calibrate the value of an expression for a bond to obtain "issue-at-par-value". Part of the procedure is to minimize the valuation-expression by changing the bankruptcy-level. I use the following: B3 := Minimize(HYB(100,10,x,0.06,0.0023),x=0..65); and get typically: [70.003...,[x=50.15...]] When I then need to use these results in the next iteration, I can pick the value (70.003...) by typing V := B3[1]; No problem so far, but I need help to be able to assign the value of 'x' to a variable I can use later. I have studied manuals, Help-pages etc., but as my PhD-thesis is due in shortly, I hope someone may help me.. Thanks Aksel
Please Wait...