Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #16761
| From | 林隽 <jlin@ynao.ac.cn> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Help! |
| Date | 2014-04-10 07:08 +0000 |
| Message-ID | <li5g0s$3ka$1@smc.vnet.net> (permalink) |
| Organization | Time-Warner Telecom |
Could anybody teach me how to shade the region surrounded by the curve plotted by the code below? The curve is determined by the intersection of two 3D curves, x^3 + x a + b == 0, and a + 3 x^2==0.
Thanks a lot!
Jun
Mathematica cade:
ContourPlot3D[
x^3 + x a + b == 0, {x, -3.2, 3.2}, {a, -3.2, 3.2}, {b, -3.2, 3.2},
MeshFunctions -> {Function[{x, a, b}, a + 3 x^2]}, Mesh -> {{0}},
ContourStyle -> None, PlotPoints -> 100, Boxed -> False,
Axes -> False] /. {x_Real, a_Real, b_Real} -> {3.1, a, b}
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Help! 林隽 <jlin@ynao.ac.cn> - 2014-04-10 07:08 +0000
csiph-web