Home | Trees | Indices | Help |
|
---|
|
Class for fiting an equation of the form y = ax**2 + bx + c
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Fit the parabola passing through 3 points with 3 equations y1 = a * x1**2 + b*x1 + c y2 = a * x2**2 + b*x2 + c y3 = a * x3**2 + b*x3 + c |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 18 14:33:28 2008 | http://epydoc.sourceforge.net |