Graphical Analysis

disthyperbolic

returns the value "a" of the hyperbola x*y=(a*a)/2 passing through a given point (x,y).

Collection disthyperbolic(Collection x, Collection y)

  • x: the value for x
  • y: the value for y

disttargetzone

returns a point's distance from a target zone bounded by the two hyperbolas y= sqrt(x*x-q*q) and y= sqrt(x*x+q*q).

Collection disttargetzone(Collection x, Collection y, Collection q)

  • x: the value for x
  • y: the value for y
  • q: the hyperbolas' minimum distance q from the origin (0,0).

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=