Eulers - Backwards
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everyone.
If I want to write Euler's (Backwards) y(tj)=y(tj-1)+h*f(tj,y(tj)) on the formula x=g(x).
then, what should 'g' and 'x' be?
My attempt so far:
y(tj)-y(tj-1)-h*f(tj,y(tj))=0 x=g(x)
Some help would be appreciated.
Regards Cillian
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Parallel Computing Fundamentals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!