Timeline for Plotting the electric field from a moving charge in 3D
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 15, 2019 at 23:10 | comment | added | Nasser | May be use Show? see if this does wat you want. Manipulate[p1 = ParametricPlot3D[{Cos[t], Sin[t], t/4}, {t, 0, t0}, ImageSize -> Small, MeshFunctions -> {#4 &}, Mesh -> {{t0}}, MeshStyle -> Red, Method -> {"BoundaryOffset" -> False}, PlotRange -> {{-2, 2}, {-2, 2}, {0, 8}}] /. Point -> (Sphere[#, 0.15] &); p2 = VectorPlot3D[{Ex, Ey, Ez} /. t -> t0, {x, -2, 2}, {y, -2, 2}, {z, 0, 8}]; Show[p1, p2, PlotRange -> All] , {{t0, 0.01, "max time?"}, 0.01, 2, 0.01}, TrackedSymbols :> {t0} ] | |
| Dec 15, 2019 at 21:43 | history | answered | Brennan Rodgers | CC BY-SA 4.0 |