CASA Function: ssiPlot

Plots the intersection of two surfaces using hybrid symbolic-numerical method.

Calling Sequence:

Parameters:

expr1 : polynom
expr2 :
vars : list(name)
options : exprseq

Result:

P : PLOT3D

Description:

Examples:

> ssiPlot(x^2+y^2+z^2 -5, x*y*z -1,[x,y,z],color=green);

See Also:

[CASA] [pacPlot] [plotAlgSet]