Skip to content

ccarocean/python-surface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

surface - computations on z = f(x, y) surfaces

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).

Links

Features

  • 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.

Examples

TODO

Author

The surface module was written by Michael R. Shannon (@mrshannon) <[email protected]> in 2017.

It is maintained by:

Testing

TODO

About

Computations on z = f(x, y) surfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published