NumericalDifferentialEquationAnalysis`
NumericalDifferentialEquationAnalysis`
ButcherPhi
ButcherPhi[tree,s]
s 段ルンゲ・クッタ法で tree の重みを与える.
ButcherPhi[tree]
段階非依存のテンソル表記で tree の重みを与える.
詳細とオプション
- ButcherPhiを使うためには,まず微分方程式の数値解析パッケージをロードしなくてはならない.それにはNeeds["NumericalDifferentialEquationAnalysis`"]を実行する必要がある.
- tree の重みは tree により課せられる次数条件の左辺である.
- 次のオプションを使うことができる:
-
RungeKuttaMethod $RungeKuttaMethod ルンゲ・クッタ法の種類 - RungeKuttaMethodに有効な設定はDiagonallyImplicit,Explicit,Implicitである.