Problem with Manipulate
- To: mathgroup at smc.vnet.net
- Subject: [mg83079] Problem with Manipulate
- From: "Kevin J. McCann" <Kevin.McCann at umbc.edu>
- Date: Sat, 10 Nov 2007 03:37:07 -0500 (EST)
- Organization: University System of Maryland
The following code produces a 3d plot as a function of beta; however,
when I play the "movie", the plots are incomplete until I stop it. Any
ideas?
Kevin
\[Beta] =.
x =.
z =.
V[\[Beta]_, x_, z_] :=
1/Sqrt[x^2 + z^2] 1/Sqrt[1 - \[Beta]^2 x^2/(x^2 + z^2)]
cntrs = Table[c, {c, 0, 10, 1}];
L = 1;
Manipulate[
Plot3D[V[\[Beta], x, z], {x, -L, L}, {z, -L, L}, PlotPoints -> 10,
PlotRange -> {0, 20}, PlotStyle -> Opacity[0.8]], {\[Beta], 0,
0.99}]
--
Kevin J. McCann
Research Associate Professor
JCET/Physics
Physics Building
University of Maryland, Baltimore County
1000 Hilltop Circle
Baltimore, MD 21250