Skip to main content

Surface

Constructs a surface.

Syntax

surface(Expression)
surface(Expression, Identifier, Identifier)
surface(List)
surface(List, Identifier, Identifier)

Description

Given an expression f(x,y), constructs the surface defined by z=f(x,y)

calc.surface1.calc.png
calc.surface1.plotter0.calc.png

Given an expression f(x,y)f(x,y) and two identifiers x and y, constructs the surface defined by z=f(x,y)z=f(x,y)

calc.surface2.calc.png
calc.surface2.plotter0.calc.png

Given a list F={F1,F2,F3}, constructs the surface defined by the functions F1(x,y),F2(x,y),F3(x,y)

calc.surface3.calc.png
calc.surface3.plotter0.calc.png

Given a list F={F1,F2,F3} and two identifiers xx and yy, constructs the surface defined by the functions F1(x,y),F2(x,y),F3(x,y)\left(F_1(x,y),F_2(x,y),F_3(x,y)\right)

calc.surface4.calc.png
calc.surface3.plotter0.calc.png