దస్త్రం:Surface integral illustration.svg

వికీపీడియా నుండి
Jump to navigation Jump to search

అసలు దస్త్రం(SVG ఫైలు, నామమాత్రంగా 512 × 348 పిక్సెళ్ళు, ఫైలు పరిమాణం: 20 KB)

సారాంశం

వివరణ
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.
తేదీ 11 డిసెంబరు 2014
మూలం Own work based on: Surface integral illustration.png & SVG - Export of figures
కర్త McMetrox
అనుమతి
(ఈ దస్త్రాన్ని పునర్వినియోగించుకోవడం)
నేను, ఈ కృతి యొక్క కాపీహక్కుదారుని, దీన్ని ఈ లైసెన్సు క్రింద ఇందుమూలముగా ప్రచురిస్తున్నాను:
Creative Commons CC-Zero ఈ దస్త్రం క్రియేటివ్ కామన్స్ CC0 వెయివర్ క్రింద లభ్యం.
ఈ కృతితో సంబంధమున్న వ్యక్తి తనకు ప్రపంచవ్యాప్తంగా కాపీహక్కుల చట్టం క్రింద ఈ కృతిపై ఉన్న అన్ని హక్కులని మరియు ఈ కృతిలో తనకి ఉన్న సంబంధిత న్యాయపరమైన హక్కులని, చట్టం అనుమతించిన మేరకు, వదులుకుని ఈ కృతిని కామన్స్‌కి అంకితమిచ్చారు. CC0 క్రింద ఉన్న కృతులకు ఆపాందింపు అవసరం లేదు. కృతిని ఉటంకించేప్పుడు, కృతికర్త యొక్క ఆమోదాన్ని మీరు అంతర్నిహితంగా సూచించకూడదు.

ఇతర కూర్పులు
png
SVG పెరుగుదల
InfoField
 
The SVG code is valid.
 
This diagram was created with MATLAB.
Source code
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');

Captions

Add a one-line explanation of what this file represents
surface integral

Items portrayed in this file

చిత్రణ

ఫైలు చరితం

తేదీ/సమయం ను నొక్కి ఆ సమయాన ఫైలు ఎలా ఉండేదో చూడవచ్చు.

తేదీ/సమయంనఖచిత్రంకొలతలువాడుకరివ్యాఖ్య
ప్రస్తుత00:36, 12 డిసెంబరు 201400:36, 12 డిసెంబరు 2014 నాటి కూర్పు నఖచిత్రం512 × 348 (20 KB)McMetroxReduced file size
23:50, 11 డిసెంబరు 201423:50, 11 డిసెంబరు 2014 నాటి కూర్పు నఖచిత్రం512 × 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...

కింది పేజీలలో ఈ ఫైలుకు లింకులు ఉన్నాయి:

సార్వత్రిక ఫైలు వాడుక

ఈ దస్త్రాన్ని ఈ క్రింది ఇతర వికీలు ఉపయోగిస్తున్నాయి:

మెటాడేటా