$x^2+y^2+z^2+2xy+2xz+2yz-x-y-z=6$
I'm struggling to draw a quadric in maple. I've tried the plot and plot3d functions, but it didn't work.
$x^2+y^2+z^2+2xy+2xz+2yz-x-y-z=6$
I'm struggling to draw a quadric in maple. I've tried the plot and plot3d functions, but it didn't work.
Copyright © 2021 JogjaFile Inc.
You need the implicitplot3d command in the plots package.
You can also achieve a more visually-pleasing effect by increasing the number of grid points (the default is 10 by 10 by 10) and using surface style (the default is surfacewireframe).