S3dlib: Real functions#

Surface plot of a real function, basic example#

The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D01_HelloWorldExample.py.

See: https://s3dlib.org/examples/functional/hw_example.html

picHello_World_Example

Left figure: Hello_World_Example.

Surface plot of a real function, grid#

The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D02_HelloWorldExampleGrid.py.

See: https://s3dlib.org/examples/functional/hw_example_grid.html

picHello_World_Example_Grid

Left figure: Hello_World_Example_Grid.

Surface plot of a real function, peaks example#

The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D03_HelloWorldExample2b.py.

See: https://s3dlib.org/examples/functional/swirl.html

picHello_World_Example_2b

Left figure: Hello_World_Example_2b.

Function plots: Ackley, Himmelblau, Rosenbroxk, Rastrigin#

The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D04_FunctionPlots.py.

See: https://s3dlib.org/examples/functional/funcplots.html

picFunction_Plots

Left figure: Function_Plots.

McCormick function#

The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D05_FunctionPlots2.py.

See: https://s3dlib.org/examples/functional/domain.html

picFunction_Plots2

Left figure: picFunction_Plots2.

Surface plot combined with contour#

The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D06_SurfaceContours.py.

See: fzaverl/s3dlib

pic3d_surface_contours

Left figure: 3d_surface_contours.

Sliced polar surface#

The Python code for the example below can be found online in the DataXlCalcNet repository or in the corresponding local DataXlCalcNet folder in the file D07_SlicedPolarSurface.py.

See: https://s3dlib.org/examples/functional/screw.html

picSliced_Polar_Surface

Left figure: Sliced_Polar_Surface.