ファイル:Exp series.gif

ウィキペディアから無料の百科事典

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
 
この 図式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); 

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2007年8月30日 (木) 03:212007年8月30日 (木) 03:21時点における版のサムネイル292 × 392 (51キロバイト)Oleg Alexandrovtweak
2007年8月30日 (木) 03:202007年8月30日 (木) 03:20時点における版のサムネイル291 × 391 (50キロバイト)Oleg Alexandrovtweak
2007年8月30日 (木) 03:112007年8月30日 (木) 03:11時点における版のサムネイル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

以下の​ 3 ページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

このファイルのグローバル使用状況を表示する。