ipi

From DavinciWiki
Revision as of 02:20, 12 January 2008 by Cedwards (Talk | contribs)

Jump to: navigation, search


Description

Inverse Parabolic Interpolation. Calculates the coordinates of the minimum or maximum of a parabola given 3 x and y values on the parabola. Added Davinci Version 1.71.

Arguments and Return Values

Arguments:Two 3x1x1 FLOAT arrays containg the X and Y values of three points on the parabola

Return Value: A float number indicating the x-coordinate at which the extremum is located.

Usage

Syntax: ipi(coordinates=VAL, values=VAL)

'coordinates' - The x-positions (or any arbitrary axis) of the three selected points

'values' - The value of the function at the specified x-position.


DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions


Recent Core Changes

Modified On: 01-13-2008

Personal tools