Scilab 5.4.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
ode_discrete
常微分方程式ソルバ, 離散時間シミュレーション
呼び出し手順
y=ode("discrete",y0,k0,kvect,f)
パラメータ
- y0
 実数のベクトルまたは行列 (初期条件).
- t0
 実数スカラー (初期時間).
- f
 外部 (関数または文字列またはリスト).
- k0
 整数 (初期時間).
- kvect
 整数ベクトル.
説明
(最初の引数を"discrete"とする )
            この構文により,odeは
            初期状態量 y(k0) から再帰的に
            y(k+1)=f(k,y(k))を計算し,
            kvectの中にあるkについて
            y(k)を返します.
            kvect(1) はk0以上である
            必要があります.
他の引数およびその他のオプションは
            odeと同じです.
            odeのヘルプを参照ください.
例
参照
- ode — 常微分方程式ソルバ
 
| Report an issue | ||
| << ode | Differential Equations, Integration | ode_optional_output >> |