surface3d
Calculates the surface 3D points from an inputed expression
Arguments
- Expression containing symbol for x and y values
- Symbol for x value
- Real value starting value for x
- Real value ending value for x
- Integer number of samples for x (1 - 1000)
- Symbol for y value
- Real value starting value for y
- Real value ending value for y
- Integer number of samples for y (1 - 1000)
Output
Surface 3D points
Examples