I'm given two functions (a surface and a tangent plane), and I am required to plot them together in the same graph in Maple.
The surface is $$x^2y^2+y^2z^2+z^2x^2=15$$ and the tangent plane is $$z=\frac{9}{2}-\frac{5}{4}x-\frac{5}{4}y$$
I have used
implicitplot3dto plot the surface, and
plot3dto plot the tangent plane separately.
My question is, how do I plot these two functions together in the same graph?
You were on a right path: