ಮೂಲ ಕಡತ(೬೩೬ × ೭೬೨ ಚಿತ್ರಬಿಂದು, ಫೈಲಿನ ಗಾತ್ರ: ೫೬ KB, MIME ಪ್ರಕಾರ: image/png)

ವಿವರ Illustration of volume under a surface (double integral)
ದಿನಾಂಕ (UTC)
ಆಕರ self-made with MATLAB
ಕರ್ತೃ Oleg Alexandrov
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Source code (MATLAB)

% illustration of the volume under a surface

function main()
   L=5;  % box size
   N=100; % number of points in a lot of places
   lw=2; % width of lines
   alphatop=1; % transparency
   alphaside=0.82;
   alphabot=0.8;
   bluetop =[0, 1, 0.8];
   blueside=[0.2, 0.9, 0.8]; %bluetop;%[0, 0, 1];
   bluebot=[0.5, 0.5, 0.5]; %bluetop;%[0, 0, 1];
   black=[0, 0, 0];

   % the function whose surface we will plot
   f=inline('10-(x.^2-y.^2)/8', 'x', 'y');
   XX=linspace(-L, L, N);
   YY=XX;
   [X, Y]=meshgrid(XX, YY);
   Z=f(X, Y);

   % the surface of the side
   XS = [XX, 0*XX+L invert_vector(XX), 0*XX-L];
   YS = [0*XX-L, YY, 0*XX+L, invert_vector(YY)];

   XS = [XS' XS']';
   YS = [YS' YS']';

   ZS = 0*XS;
   ZS(2, :) = f(XS(2, :), YS(2, :));

% the contour of the bottom
   XD=[-L, L, L, -L, -L];
   YD=[-L, -L, L, L, -L];
   ZD=XD*0;

%  prepare figure 1 for plotting
   figure(1); clf; hold on; axis equal; axis off;
 
%  plot the function u
   surf(X, Y, Z, 'FaceColor', bluetop, 'EdgeColor','none', 'FaceAlpha', alphatop); % top
   surf(X, Y, 0*Z, 'FaceColor', bluebot, 'EdgeColor','none', 'FaceAlpha', alphabot); % bottom 
   surf(XS, YS, ZS, 'FaceColor', blueside, 'EdgeColor','none', 'FaceAlpha', alphaside); % sides

   phi = -68; theta = 28;
   view (phi, theta);

   camlight headlight; lighting phong; % make nice lightning

   print('-dpng',  '-r200', 'Volume_under_surface.png') % save to file.

function Z = invert_vector(X)

   N=length(X);
   Z = X;
   for i=1:N
      Z(i)=X(N-i+1);
   end

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts ಇಂಗ್ಲಿಷ್

some value

author name string ಇಂಗ್ಲಿಷ್: Oleg Alexandrov
Wikimedia username ಇಂಗ್ಲಿಷ್: Oleg Alexandrov

೩೦ ಡಿಸೆಂಬರ್ 2007

media type ಇಂಗ್ಲಿಷ್

image/png

ಕಡತದ ಇತಿಹಾಸ

ದಿನ/ಕಾಲ ಒತ್ತಿದರೆ ಆ ಸಮಯದಲ್ಲಿ ಈ ಕಡತದ ವಸ್ತುಸ್ಥಿತಿ ತೋರುತ್ತದೆ.

ದಿನ/ಕಾಲಕಿರುನೋಟಆಯಾಮಗಳುಬಳಕೆದಾರಟಿಪ್ಪಣಿ
ಪ್ರಸಕ್ತ೦೮:೪೬, ೩೦ ಡಿಸೆಂಬರ್ ೨೦೦೭೦೮:೪೬, ೩೦ ಡಿಸೆಂಬರ್ ೨೦೦೭ ವರೆಗಿನ ಆವೃತ್ತಿಯ ಕಿರುನೋಟ೬೩೬ × ೭೬೨ (೫೬ KB)Oleg Alexandrovcrop
೦೮:೪೫, ೩೦ ಡಿಸೆಂಬರ್ ೨೦೦೭೦೮:೪೫, ೩೦ ಡಿಸೆಂಬರ್ ೨೦೦೭ ವರೆಗಿನ ಆವೃತ್ತಿಯ ಕಿರುನೋಟ೧,೬೦೦ × ೧,೨೦೦ (೭೦ KB)Oleg Alexandrov{{Information |Description=Illustration of double integral |Source=self-made with MATLAB |Date=~~~~~ |Author= Oleg Alexandrov |Permission=See below |other_versions= }} {{PD-self}} ==Source code ([[:en:MATLAB

ಈ ಕೆಳಗಿನ ಪುಟವು ಈ ಚಿತ್ರಕ್ಕೆ ಸಂಪರ್ಕ ಹೊಂದಿದೆ:

ಜಾಗತಿಕ ಕಡತ ಉಪಯೋಗ

ಈ ಕಡತವನ್ನು ಕೆಳಗಿನ ಬೇರೆ ವಿಕಿಗಳೂ ಉಪಯೋಗಿಸುತ್ತಿವೆ:

ಈ ಫೈಲ್‌ನ ಹೆಚ್ಚು ಜಾಗತಿಕ ಬಳಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ.

"https://kn.wikipedia.org/wiki/ಚಿತ್ರ:Volume_under_surface.png" ಇಂದ ಪಡೆಯಲ್ಪಟ್ಟಿದೆ