Re: Can I use excel to find y = f(x,z)?




Anne

Your query could refer to two things :-

If you are referring to the distance between two points given their 3D
coordinates then yes you can do it like so :-

y (distance) = ((x1 - x2)^2 + (y1 - y2)^2 + (z1 - z2)^2)^0.5

If this is not what you are wanting to do and it is something close to
what Derek suggested then again you should be able to get the solution
for 'y' given the relationship between x and z - which you have not
explained. You may want to do that if you want better explanation on
this count.


Best regards


Deepak Agarwal


--
agarwaldvk
------------------------------------------------------------------------
agarwaldvk's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=11345
View this thread: http://www.excelforum.com/showthread.php?threadid=388538

.



Relevant Pages

  • Re: DBRW generating ADODB.Command error 800a0cc1
    ... Source: Microsoft JET Database Engine ... My guess the Distance variable is causing the problem. ... When I verify the query it says it was verified with the database ... I have 2 text boxes on the form, EnterZip and Distance, and I have the ...
    (microsoft.public.frontpage.programming)
  • Re: DBRW generating ADODB.Command error 800a0cc1
    ... Distance is assumed to be numeric, and EnterZip is a string value - you should have code to ensure these have the correct value types. ... Also note that the sql statement above has been reformatted for the FrontPage database results wizard - it is not valid SQL. ... When I verify the query it says it was verified with the database ...
    (microsoft.public.frontpage.programming)
  • Re: DBRW generating ADODB.Command error 800a0cc1
    ... When I verify the query it says it was verified with the database ... I have 2 text boxes on the form, EnterZip and Distance, and I have the ...
    (microsoft.public.frontpage.programming)
  • Re: DBRW generating ADODB.Command error 800a0cc1
    ... and minimum longitudes and latitudes to pass to the next form, ... When I verify the query it says it was verified with the database ... I have 2 text boxes on the form, EnterZip and Distance, and I have the form ...
    (microsoft.public.frontpage.programming)
  • Re: Problem in event procedure - help please!
    ... Since Match is a table in your query, it's fields should be available to the ... > "If you are referring to the table called Match and you ... > The SQL was my attempt to do this. ... >>the MatchDate field, you will need to do something to ...
    (microsoft.public.access.formscoding)