Multi-dimensional maximization method

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Ignea_unda
Messages
131
Reaction score
0
I'm currently working on an expanded lifting-line problem. I've got plenty of data, but I need to find the maximum oswald efficiency factor. I've got a table of data of efficiency factors for taper and twist combinations and I need to interpolate to find the maximum in 2 directions. I don't know what the maximum is, nor do I know its location. The curve fits to the data I are not linear. Can anyone suggest a scheme? Bonus points for one that is simple (I'll give you extra special thank you or something like that on here!)
 
Physics news on Phys.org
There are functions in MATLAB that allow you to interpolate you data onto an arbitrarily small grid. If you did this with your data you would then have an array of values for the efficiency factor and then you could just pick off the max.