Hi everyone, I'm new to SAGE, so I'm sorry if this is an amateur question, however I've been trying to find the simplest way to plot the intersection of two surfaces. The impression I'm under is that I "should" be able to do this with implicit_plot3d and solve. More specifically, I have two functions
P(x, y, z), Q(x, y, z) and their nodal sets: nodalP = P(x, y, z) == 0, nodalQ = Q(x, y, z) == 0 How do I plot the intersection of nodalP and nodalQ? Thanks, Steven -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org