Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

implicit plot : line in 3D

70 views
Skip to first unread message

pluton

unread,
Feb 7, 2012, 11:24:29 PM2/7/12
to
Hi,

is there a command in Maple that is able to plot a line in 3D which is defined by two nonlinear equations in three unknowns? ie plot the points (x,y,z) solution
of f1(x,y,z)=0 and f2(x,y,z)=0. Implicitplot3d is for surfaces only if I am correct.

Thanks

acer

unread,
Feb 8, 2012, 3:19:28 AM2/8/12
to
How about plots:-intersectplot ?


restart:

f1 := -4+sin(a+b)+c^2:
f2 := 5-2*a^2+a*b+b^2/3+c:

plots:-intersectplot( f1, f2, a=0..10, b=-10..10, c=0..10, grid=25, axes=box );

pluton

unread,
Feb 8, 2012, 2:59:02 PM2/8/12
to
Thanks, I'll give it a try. I thought it would be related to an implicit plot.
0 new messages