#9484: add demos for implicit_plot3d that show how to do CSG (constructive solid
geometry)
---------------------------+------------------------------------------------
Reporter: cwitty | Owner: cwitty
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: graphics | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
See http://groups.google.com/group/sage-
support/browse_thread/thread/e05229d90733c78d for an example of how to do
CSG (intersections and unions of solid objects) with implicit_plot3d; I
think the given example:
{{{
sage: var('x,y,z')
(x, y, z)
sage: implicit_plot3d(max_symbolic(min_symbolic(x*x+y*y-1, x*x+z*z-2),
x-1.8, y-1.8, z-1.8, -x-1.8, -y-1.8, -z-1.8), (x, -2, 2), (y, -2, 2), (z,
-2, 2), smooth=False)
}}}
(along with some explanation) should be added to the implicit_plot3d
docstring.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9484>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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-trac?hl=en.