View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
MrShorty MrShorty is offline
external usenet poster
 
Posts: 1
Default Graphing relationship between 3 variables


From what I've been able to gather, Excels 3D charts are limited to
category type charts, they aren't offered as scatter plots. If you
must have a 3D plot of the function, you might want to get a different
utility to generate the plot for you.

As for the optimization part of the problem, that shouldn't be too
difficult. It's been a while since I took multi-variable calculus, but
it seems like it was as simple as setting grad z = 0 and solving the
resulting system of equations. There isn't much calculus built into
Excel, but if the user knows the calculus, he/she can usually get Excel
to do the calculations.

Which leaves the middle part of the problem: fitting the data to a
curve of the form z=cx^a+dy^b. As linear parameters, c and d (at a
given a and b) should be pretty easy to determine using the LINEST
function. I'm not sure how you'd want to approach the non-linear
parameters a and b. On occasion, I've used Solver to fit non-linear
parameters like that. Other cases will have a limited set of values
the exponent can assume (say 1,2 or 4) and the user picks the exponent
that gives the best fit.

hope that helps. If you get stuck on something, give us the specific
part you are stuck on and we'll try to help further.


--
MrShorty
------------------------------------------------------------------------
MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181
View this thread: http://www.excelforum.com/showthread...hreadid=572683