I need to plot 2 surfaces and a plane (two surfaces and the osculating plane to their complete intersection curve). When I use
f := x*w - z
g := -z^2-w+x+2*z-1
Op := 5*x-4-4*z+3*w
implicitplot3d({f, g, Op}, x = 0..2, z = 0..2, w = 0..2)
in Maple it is very difficult to differentiate between them. So I would like to plot f, g and Op using different color schemes or something. Any ideas on how to do this?
Maple programming questions are better suited to stackoverflow.com or www.mapleprimes.com .
You can play around with the options for color, transparency, etc.