Ficheru:Surface integral illustration.svg

Contenido de la página no disponible en otros idiomas.
De Wikipedia

Ficheru orixinal(ficheru SVG, 512 × 348 píxels nominales, tamañu de ficheru: 20 kB)

Esti ficheru ye de Wikimedia Commons y puen usalu otros proyeutos. La descripción de la páxina de descripción del ficheru s'amuesa darréu.

Resume

Descripción
English: The definition of surface integral relies on splitting the surface into small surface elements. Figure 1: The definition of surface integral relies on splitting the surface into small surface elements. Each element is associated with a vector dS of magnitude equal to the area of the element and with direction normal to the element and pointing outward.
Data 11 de avientu de 2014
Fonte Trabayu propiu basáu en: Surface integral illustration.png & SVG - Export of figures
Autor McMetrox
Permisu
(Cómo reutilizar esti ficheru)
Yo, el titular de los drechos d'autor d'esta obra, la espublizo baxo la siguiente llicencia:
Creative Commons CC-Zero Esti ficheru ta disponible baxo la llicencia Creative Commons de Dedicatoria universal al dominiu públicu CC0 1.0.
La persona qu'asoció una obra con esti documentu dedicó esa obra al dominiu públicu per aciu de la cesión mundial de los sos drechos baxo les lleis de drechos d'autor, incluyendo tolos los drechos llegales rellacionaos y axacentes, dientro del ámbitu permitíu pola llei. Pue copiar, camudar, distribuir y reproducir la obra, incluyendo con oxetivos comerciales, ensin pidir permisu.

Otres versiones
png
SVG desarrollo
InfoField
 
El código fuente de esta imagen SVG es válido.
 
Este diagrama fue creado con MATLAB
Códigu fonte
InfoField

MATLAB code

% An illustration of the surface integral.
% It shows how a surface is split into surface elements.
 
function main()
 
% the function giving the surface and its gradient
   f=inline('10-(x.^2+y.^2)/15', 'x', 'y');
 
   BoxSize=5; % surface dimensions are 2*BoxSize x 2*BoxSize
   M = 10; % M x M = the number of surface elements into which to split the surface
   N=10;  % N x N = number of points in each surface element
   spacing = 0.1; % spacing between surface elements
   H=2*BoxSize/(M-1); % size of each surface element
   gridsize=H/N;      % distance between points on a surface element 
 
   figure(1); clf; hold on; axis equal; axis off;
 
   for i=1:(M-1)
	  for j=1:(M-1)
		 Lx = -BoxSize + (i-1)*H+spacing; Ux = -BoxSize + (i  )*H-spacing;
		 Ly = -BoxSize + (j-1)*H+spacing; Uy = -BoxSize + (j  )*H-spacing;
 
%        calc the surface element
		 XX=Lx:gridsize:Ux; 
		 YY=Ly:gridsize:Uy;
		 [X, Y]=meshgrid(XX, YY);
		 Z=f(X, Y);
 
%        plot the surface element
		 surf(X, Y, Z, 'FaceColor','red', 'EdgeColor','none', ...
			  'AmbientStrength', 0.3, 'SpecularStrength', 1, 'DiffuseStrength', 0.8);
 
	  end
   end
 
 
   view (-18, 40);                     % viewing angle 
   %camlight headlight; lighting phong; % make nice lightning 
 
%  save to file
   plot2svg('Surface_integral_illustration.svg');

Pies

Añade una explicación corta acerca de lo que representa este archivo
surface integral

Elementos representados en este archivo

representa a

CC0 español

Historial del ficheru

Calca nuna fecha/hora pa ver el ficheru como taba daquella.

Data/HoraMiniaturaDimensionesUsuariuComentariu
actual00:36 12 avi 2014Miniatura de la versión a fecha de 00:36 12 avi 2014512 × 348 (20 kB)McMetroxReduced file size
23:50 11 avi 2014Miniatura de la versión a fecha de 23:50 11 avi 2014512 × 348 (39 kB)McMetrox{{Information |Description ={{en|1=The definition of surface integral relies on splitting the surface into small surface elements. Figure 1: The definition of surface integral relies on splitting the surface into small surface elements. Each element...

La páxina siguiente usa esti ficheru:

Usu global del ficheru

Estes otres wikis usen esti ficheru:

Metadatos