10 Tuloksia löytyi "Tiedosto:X_sin(y)_Surface_Plot.png".

Tiedosto:X sin(y) Surface Plot.png

gr = Plot3D[x Sin[y], {x, 0, 1}, {y, 0, 2Pi}, ImageSize -> 800, AxesLabel -> {x, y, z}, TextStyle -> {FontSize -> 60}, BoxStyle -> {AbsoluteThickness[4]}...


Tiedosto:2D Wavefunction (2,2) Surface Plot.png

Plot3D[ Sin[nx Pi x]Sin[ny Pi y], {x, 0, 1}, {y, 0, 1}, ImageSize -> '''250''', BoxRatios -> {2, 2, 2}, AxesLabel -> {x/Subscript[2L, x], y/Subscript[L, y],...


Tiedosto:Möbius strip (plot).png

cos(alpha) * (1 + r * cos(alpha/2)): y := sin(alpha) * (1 + r * cos(alpha/2)): z := r * sin(alpha/2): plot(plot::Surface([x,y,z], r = -0.5 .. 0.5, alpha = -PI...


Tiedosto:2D Wavefunction (1,1) Surface Plot.png

Plot3D[ Sin[nx Pi x]Sin[ny Pi y], {x, 0, 1}, {y, 0, 1}, ImageSize -> 2500, BoxRatios -> {2, 2, 2}, AxesLabel -> {x/Subscript[L, x], y/Subscript[L, y], Subscript[ψ...


Tiedosto:2D Wavefunction (2,1) Surface Plot.png

Plot3D[ Sin[nx Pi x]Sin[ny Pi y], {x, 0, 1}, {y, 0, 1}, ImageSize -> 2500, BoxRatios -> {2, 2, 2}, AxesLabel -> {x/Subscript[L, x], y/Subscript[L, y], Subscript[ψ...


Tiedosto:2D Wavefunction (1,2) Surface Plot.png

Plot3D[ Sin[nx Pi x]Sin[ny Pi y], {x, 0, 1}, {y, 0, 1}, ImageSize -> 2500, BoxRatios -> {2, 2, 2}, AxesLabel -> {x/Subscript[L, x], y/Subscript[L, y], Subscript[ψ...


Tiedosto:Surface of revolution illustration.png

revolve R = cos(Z)+2; X = R.*cos(Theta); Y = R.*sin(Theta); figure(2); clf; hold on; axis equal; axis off; % plot the surface H=surf(X, Y, Z); shading faceted;...


Tiedosto:Gradient ascent (surface).png

plots):with(plottools): > z:=(x,y)->sin(1/2*x^2-1/4*y^2+3)*cos(2*x+1-exp(y)): > grad:=VectorCalculus[Gradient](z(x,y),[x,y]); > plot3d(z(x,y),x=-1...


Tiedosto:Gaussian 2d 60 degrees.png

(2*sigma_y**2) return exp(-(a*(X**2) + 2*b*(X*Y) + c*(Y**2))) def plotGaussianSurface( X, Y, Z, colormap=cm.cividis, title="", filetype="png", saveflag=False...


Tiedosto:Gaussian 2d 30 degrees.png

(2*sigma_y**2) return exp(-(a*(X**2) + 2*b*(X*Y) + c*(Y**2))) def plotGaussianSurface( X, Y, Z, colormap=cm.cividis, title="", filetype="png", saveflag=False...