Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #355

Re: implicit plot : line in 3D

From acer <maple@rogers.com>
Newsgroups comp.soft-sys.math.maple
Subject Re: implicit plot : line in 3D
Date 2012-02-08 00:19 -0800
Organization http://groups.google.com
Message-ID <17048892.646.1328689168414.JavaMail.geo-discussion-forums@yqdy20> (permalink)
References <8841375.478.1328675069721.JavaMail.geo-discussion-forums@vbcj7>

Show all headers | View raw


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 );

Back to comp.soft-sys.math.maple | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

implicit plot : line in 3D pluton <plutonesque@gmail.com> - 2012-02-07 20:24 -0800
  Re: implicit plot : line in 3D acer <maple@rogers.com> - 2012-02-08 00:19 -0800
    Re: implicit plot : line in 3D pluton <plutonesque@gmail.com> - 2012-02-08 11:59 -0800

csiph-web