diff options
| author | Juan Marin Noguera <juan@mnpi.eu> | 2023-07-25 18:22:04 +0200 |
|---|---|---|
| committer | Juan Marin Noguera <juan@mnpi.eu> | 2023-07-25 18:22:04 +0200 |
| commit | 46afb6bf501f4001c4bdb7bd2f2db7c466f95554 (patch) | |
| tree | 38700d5545a2cf172434aa656825371ff9563825 /examples/hooke_check.txt | |
Solvned project from 2020
Note that Go didn't have generics back then.
Diffstat (limited to 'examples/hooke_check.txt')
| -rw-r--r-- | examples/hooke_check.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hooke_check.txt b/examples/hooke_check.txt new file mode 100644 index 0000000..8081664 --- /dev/null +++ b/examples/hooke_check.txt @@ -0,0 +1,4 @@ +Euler: Error of 0.0017828128093108954 in 4001 steps. +RK4: Error of 1.6399864728279775e-19 in 4001 steps. +Adaptive RK4: Error of 7.496803458130451e-07 in 45 steps. +RK-Fehlberg: Error of 7.835831771324868e-05 in 45 steps. |
