Will that allow one to *explicitly* restrict a domain to a subset of what is the biggest possible?
In other words, could I plot x^2+y^2 *only* above the circle (x-2)^2 + (y-3)^2=4? On Mar 10, 12:03 pm, [email protected] wrote: > [email protected] wrote: > > > On 9 Bře, 16:03, Rob Beezer <[email protected]> wrote: > > >> Consider adding a screenshot and your code to the Interact/Calculus > >> section of the Sage wiki. Jason or myself will eventually split off a > >> multivariate section and then add in more of our own sagelets. > > > Done. I added also another simple sagelet which is nice to show local > > minima and > > maxima:http://wiki.sagemath.org/interact/calculus#A3Dgraphwithpoints > > > I wonder if it is possible to restrict the 3Dplot only to those x and > > y which satisfy a set of inequalities (can be used to show absolute > > maxima and minima). Is there any idea how to do this? > > Carl Witty's implicit_plot3d function has the code to create "holes" in > the function like what is being discussed. That patch is slowly > maturing towards inclusing in Sage. > Seehttp://trac.sagemath.org/sage_trac/ticket/5249 > > Jason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~----------~----~----~----~------~----~------~--~---
