فائل:Exp series.gif

testwiki سے
Jump to navigation خانۂ تلاش میں جائیں

Exp_series.gif(292 × 392 پکسل، فائل کا حجم: 51 کلوبائٹ، MIME قسم: image/gif، چکردار، 9 چوکھٹے، 9.0 سیکنڈ)

یہ فائل ویکی ذخائر کی ہے نیز ممکن ہے دوسرے منصوبوں میں بھی زیر استعمال ہو۔ اِس کے صفحۂ وضاحت میں درج وضاحت ذیل میں موجود ہے۔

تفصیل
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 میں اس تخلیقی کام کے حقوق کا مالک ہوں اور اسے دائرہ عام میں شائع کرتا ہوں جس کا اطلاق عالمی سطح پر ہوتا ہے۔
بعض ملکوں میں یہ قانونی طور پر شاید ممکن نہ ہو؛ اگر ایسا ہے تو:
میں ہر ایک کو کسی بھی مقصد کے لیے بغیر کسی شرط کے اس تصویر کے استعمال کا حق تفویض کرتا/کرتی ہوں، بجز اس صورت کے جس میں کوئی قانونی رکاوٹ موجود ہو۔

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

Add a one-line explanation of what this file represents

Items portrayed in this file

عکاسی

فائل کا تاریخچہ

کسی خاص وقت یا تاریخ میں یہ فائل کیسی نظر آتی تھی، اسے دیکھنے کے لیے اس وقت/تاریخ پر کلک کریں۔

تاریخ/وقتتھمب نیلابعادصارفتبصرہ
حالیہ04:21، 30 اگست 2007ءمورخہ 04:21، 30 اگست 2007ء کا تھمب نیل292 × 392 (51 کلوبائٹ)wikimediacommons>Oleg Alexandrovtweak

درج ذیل صفحہ اس فائل کو استعمال کر رہا ہے: