10 Resultaten gevonden voor "Bestand:R_sin(theta)_Surface_Plot.png".

Bestand:R sin(theta) Surface Plot.png

grid lines*) f[r_, theta_] := r Sin[theta]; (*This is the function definition*) data = Table[ f[r, theta], {theta, 0, 2Pi, dtheta}, {r, 0, rmax, dr}];...


Bestand:Surface of revolution illustration.png

N); % mesh grid [Z, Theta] = meshgrid(ZZ, TTheta); % the curve we will revolve R = cos(Z)+2; X = R.*cos(Theta); Y = R.*sin(Theta); figure(2); clf; hold...


Bestand:Vibrating drum Bessel function still.png

ParametricPlot3D[{r Cos[\[Theta]], r Sin[\[Theta]], 5 BesselJ[3, r] Sin[3 \[Theta]] Sin[\[Pi]/2]}, {r, 0, BesselJZero[3, 3]}, {\[Theta], 0, 2 \[Pi]}, PlotPoints ->...


Bestand:Spherical mean.png

YY=-L:h:L; [X, Y]=meshgrid(XX, YY); Z=f(X, Y); W = Z*0; Theta=0:h:2.2*pi; XC=r*cos(Theta); YC = r*sin(Theta); ZC = f(XC, YC); figure(1); clf; hold on; axis equal;...


Bestand:Drum vibration mode23.gif

for plotting % Get a grid R1=linspace(0.0, 1.0, N); Theta1=linspace(0.0, 2*pi, N); [R, Theta]=meshgrid(R1, Theta1); X=R.*cos(Theta); Y=R.*sin(Theta); T=linspace(0...


Bestand:Drum vibration mode13.gif

for plotting % Get a grid R1=linspace(0.0, 1.0, N); Theta1=linspace(0.0, 2*pi, N); [R, Theta]=meshgrid(R1, Theta1); X=R.*cos(Theta); Y=R.*sin(Theta); T=linspace(0...


Bestand:Drum vibration mode01.gif

for plotting % Get a grid R1=linspace(0.0, 1.0, N); Theta1=linspace(0.0, 2*pi, N); [R, Theta]=meshgrid(R1, Theta1); X=R.*cos(Theta); Y=R.*sin(Theta); T=linspace(0...


Bestand:Drum vibration mode12.gif

for plotting % Get a grid R1=linspace(0.0, 1.0, N); Theta1=linspace(0.0, 2*pi, N); [R, Theta]=meshgrid(R1, Theta1); X=R.*cos(Theta); Y=R.*sin(Theta); T=linspace(0...


Bestand:Drum vibration mode02.gif

for plotting % Get a grid R1=linspace(0.0, 1.0, N); Theta1=linspace(0.0, 2*pi, N); [R, Theta]=meshgrid(R1, Theta1); X=R.*cos(Theta); Y=R.*sin(Theta); T=linspace(0...


Bestand:Drum vibration mode11.gif

for plotting % Get a grid R1=linspace(0.0, 1.0, N); Theta1=linspace(0.0, 2*pi, N); [R, Theta]=meshgrid(R1, Theta1); X=R.*cos(Theta); Y=R.*sin(Theta); T=linspace(0...