ගොනුව:Exp series.gif

Page contents not supported in other languages.
විකිපීඩියා වෙතින්

Exp_series.gif(292 × 392 පික්සල, ගොනු විශාලත්වය: 51 කි.බ., MIME ශෛලිය: image/gif, වලිත, 9 රාමු, 9.0තත්)

මෙම ගොනුව Wikimedia Commons වෙතින් වන අතර අනෙකුත් ව්‍යාපෘතීන් විසින්ද භාවිතා කල හැක. එහි ගොනු විස්තර පිටුව තුල අඩංගු විස්තර මෙහි පහත දැක්වෙයි.

විස්තරය
English: Illustration of the en:Exponential function
العربية: الرسم البياني للدالة الأسية
දිනය Oleg Alexandrov 03:11, 30 August 2007 (UTC)
මූලාශ්‍රය self-made with MATLAB.
කර්තෘ Oleg Alexandrov
 
This diagram was created with MATLAB.
Public domain මම, මෙම කාර්යයේ ප්‍රතිරූපණ අයිති හිමිකරු, මෙම කාර්යය public domain වෙත නිදහස් කරමි. මෙය ලෝක ව්‍යාප්තව අදාළ වේ.
සමහර රටවල මෙය අනීතික විය හැකිය. එසේ වුවහොත්;
මම කිසිදු කොන්දේසියකින් තොරව,ඕනෑම අයෙකුට ඕනෑම කාර්යයක් සඳහා මෙය, නීතිමය බාධාවක් නොමැති වනතුරු, භාවිතා කිරීමේ අයිතිය ලබාදෙමි.

MATLAB source code

% The exponential function as the sum of its Taylor series

function main()

   % KSmrq's colors
   red    = [0.867 0.06 0.14];
   blue   = [0, 129, 205]/256;
   green  = [0, 200,  70]/256;
   yellow = [254, 194,   0]/256;
   white = 0.99*[1, 1, 3];

% Set up the grid and other parameters
   N = 100;
   A = -3; B = 3; 
   X = linspace(A, B, N);
   Y = exp(X);
   D = max(Y); C = -0.2*D;
   

% plot the frames

   Sum = 0*X; Term = 0*X+1;
   num_frames = 8;
   for j=0:num_frames

      Sum = Sum+Term;
      Term = Term.*X/(j+1);

      % Set up the figure
      lw = 3; % linewidth
      fs = 20; % font size
      figure(1); clf; set(gca, 'fontsize', fs);
      hold on; grid on;
      set(gca, 'DataAspectRatio', [1 3 1]); % aspect ratio
      
      plot_axes (A, B, C, D, lw/1.3);

      plot(X, Sum, 'color', blue, 'linewidth', lw);
      plot(X, Y,   'color', red, 'linewidth', lw);

      axis([A, B, C, D]);
      
      text_str = sprintf('{\\it n}=%d', j)
      H= text (1.2, 18, text_str, 'fontsize', floor(1.2*fs))

      frame=sprintf('Frame%d.eps', 1000+j);
      disp(frame)
      saveas(gcf, frame, 'psc2');
         
   end

% Convert to animation with the command
% convert -antialias -loop 10000  -delay 100 -compress LZW Frame100* Exp_series.gif
   
   
function plot_axes (A, B, C, D, lw)
   
   black = [0, 0, 0];

   plot([A B], [0, 0], 'linewidth', lw, 'color', black);
   plot([0, 0], [C, D], 'linewidth', lw, 'color', black);

Captions

මෙම ගොනුව නිරූපණය කරන්නෙඑ කුමක්දැයි තනි පේළියේ පැහැදිළි කිරීමක් එක් කරන්න.

Items portrayed in this file

depicts ඉංග්‍රීසි

some value

author name string ඉංග්‍රීසි: Oleg Alexandrov
Wikimedia username ඉංග්‍රීසි: Oleg Alexandrov

copyright status ඉංග්‍රීසි

copyright license ඉංග්‍රීසි

ගොනු ඉතිහාසය

එම අවස්ථාවෙහිදී ගොනුව පැවැති ආකාරය නැරඹීමට දිනය/වේලාව මත ක්ලික් කරන්න.

දිනය/වේලාවකුඩා-රූපයමානපරිශීලකපරිකථනය
වත්මන්03:21, 30 අගෝස්තු 2007 03:21, 30 අගෝස්තු 2007වන විට අනුවාදය සඳහා කුඩා-රූපය292 × 392 (51 කි.බ.)Oleg Alexandrovtweak
03:20, 30 අගෝස්තු 2007 03:20, 30 අගෝස්තු 2007වන විට අනුවාදය සඳහා කුඩා-රූපය291 × 391 (50 කි.බ.)Oleg Alexandrovtweak
03:11, 30 අගෝස්තු 2007 03:11, 30 අගෝස්තු 2007වන විට අනුවාදය සඳහා කුඩා-රූපය289 × 386 (49 කි.බ.)Oleg Alexandrov{{Information |Description=Illustration of the en:Exponential function |Source=self-made with MATLAB. |Date=~~~~ |Author= Oleg Alexandrov }} Category:Calculus Category:Files by User:Oleg Alexandrov from en.wikipedia

පහත දැක්වෙන පිටුව විසින් මෙම ගොනුව භාවිතා කෙරෙයි:

ගෝලීය ගොනු භාවිතය

පහත දැක්වෙන අනෙකුත් විකියන් මගින් මෙම ගොනුව භාවිතා කරයි:

මෙම ගොනුවේ තවත් ගෝලීය භාවිත බලන්න.

"https://si.wikipedia.org/wiki/ගොනුව:Exp_series.gif" වෙතින් සම්ප්‍රවේශනය කෙරිණි