ellipke
第 1 種と第 2 種の完全楕円積分
説明
例
第 1 種と第 2 種の完全楕円積分の計算
第 1 種と第 2 種の完全楕円積分のプロット
M
の許容範囲に対して第 1 種と第 2 種の完全楕円積分をプロットします。
M = 0:0.01:1; [K,E] = ellipke(M); plot(M,K,M,E) grid on xlabel('M') title('Complete Elliptic Integrals of First and Second Kind') legend('First kind','Second kind')
許容誤差の変更による完全楕円積分の高速な計算
tol
の既定値は eps
です。任意の M
に対して既定値を用いた実行時間を tic
と toc
を使用して取得します。tol
を 1000 倍に増やして実行時間を取得します。実行時間を比較します。
tic ellipke(0.904561)
ans = 2.6001
toc
Elapsed time is 0.024028 seconds.
tic ellipke(0.904561,eps*1000)
ans = 2.6001
toc
Elapsed time is 0.004679 seconds.
許容誤差を大幅に増やすと、ellipke
は非常に速く実行されます。
入力引数
M
— 入力配列
スカラー | ベクトル | 行列 | 多次元配列
入力配列。スカラー、ベクトル、行列または多次元配列として指定します。M
は 0≤m≤1 の値に制限されます。
データ型: single
| double
tol
— 結果の精度
eps
(既定値) | 非負の実数
結果の精度。非負の実数として指定します。既定値は eps
です。
データ型: single
| double
| int8
| int16
| int32
| int64
| uint8
| uint16
| uint32
| uint64
出力引数
K
— 第 1 種完全楕円積分
スカラー | ベクトル | 行列 | 多次元配列
第 1 種完全楕円積分。スカラー、ベクトル、行列または多次元配列として返されます。
E
— 第 2 種完全楕円積分
スカラー | ベクトル | 行列 | 多次元配列
第 2 種完全楕円積分。スカラー、ベクトル、行列または多次元配列として返されます。
詳細
第 1 種と第 2 種の完全楕円積分
第 1 種完全楕円積分は、以下の式で定義されます。
ここで、m は ellipke
の最初の引数です。
第 2 種完全楕円積分は、次のようになります。
いくつかの楕円関数の定義では、パラメーター m の代わりに楕円係数 k またはモジュラー角 α を使用します。次式のような関係があります。
参照
[1] Abramowitz, M., and I. A. Stegun. Handbook of Mathematical Functions. Dover Publications, 1965.
拡張機能
C/C++ コード生成
MATLAB® Coder™ を使用して C および C++ コードを生成します。
スレッドベースの環境
MATLAB® の backgroundPool
を使用してバックグラウンドでコードを実行するか、Parallel Computing Toolbox™ の ThreadPool
を使用してコードを高速化します。
この関数はスレッドベースの環境を完全にサポートしています。詳細については、スレッドベースの環境での MATLAB 関数の実行を参照してください。
バージョン履歴
R2006a より前に導入
参考
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)