Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #353 > unrolled thread
| Started by | pluton <plutonesque@gmail.com> |
|---|---|
| First post | 2012-02-07 20:24 -0800 |
| Last post | 2012-02-08 11:59 -0800 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.soft-sys.math.maple
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
| From | pluton <plutonesque@gmail.com> |
|---|---|
| Date | 2012-02-07 20:24 -0800 |
| Subject | implicit plot : line in 3D |
| Message-ID | <8841375.478.1328675069721.JavaMail.geo-discussion-forums@vbcj7> |
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
[toc] | [next] | [standalone]
| From | acer <maple@rogers.com> |
|---|---|
| Date | 2012-02-08 00:19 -0800 |
| Message-ID | <17048892.646.1328689168414.JavaMail.geo-discussion-forums@yqdy20> |
| In reply to | #353 |
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 );
[toc] | [prev] | [next] | [standalone]
| From | pluton <plutonesque@gmail.com> |
|---|---|
| Date | 2012-02-08 11:59 -0800 |
| Message-ID | <21585330.6.1328731142779.JavaMail.geo-discussion-forums@vbev17> |
| In reply to | #355 |
Thanks, I'll give it a try. I thought it would be related to an implicit plot.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.soft-sys.math.maple
csiph-web