Different answers each run halving step size, debugging code correctly

3 ビュー (過去 30 日間)
al
al 2025 年 1 月 21 日
コメント済み: Walter Roberson 2025 年 1 月 21 日
Hello,
I have a code computing a rockets trajectory using Rungekutta. The issue is computing error, I am trying to compute and estimated global error, by comparing two results with different step size. There is a while loop in the code, which halves the step size to compute local truncation error and minimize this. However, I descided to deactivate this, so the issue is not here. I have tried to search trough the code various times, but I can not seem to find an issue anywhere.
Any help is greatly appriciated
  1 件のコメント
Walter Roberson
Walter Roberson 2025 年 1 月 21 日
A common error in RK type of calculations is failing to multiply by the step size in all of the appropriate places.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by