The surface package provides representations for surfaces that are proper functions of x and y. These can be defined numerically or by symbolic functions. It also provides computations on these surfaces, including surface fitting and finding extrema (FUTURE).
- TODO Fitting 1st order (planar) surfaces.
- TODO Fitting 2nd order surfaces.
- TODO Fitting arbitrary 2nd order (quadric) surfaces as functions of x and y.
- TODO Fitting circular paraboloids.
- TODO Fitting elliptic paraboloids.
- TODO Fitting hyperbolic paraboloids.
- TODO Projection of surfaces onto the xy plane.
- TODO Symbolic extrema finding.
- TODO Numeric extrema finding.
TODO
The surface module was written by Michael R. Shannon (@mrshannon) <[email protected]> in 2017.
It is maintained by:
- Michael R. Shannon (@mrshannon) <[email protected]> 2017-
TODO