diff options
Diffstat (limited to 'rk3_8.txt')
-rw-r--r-- | rk3_8.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/rk3_8.txt b/rk3_8.txt new file mode 100644 index 0000000..cc1ec70 --- /dev/null +++ b/rk3_8.txt @@ -0,0 +1,30 @@ + THE COEFFICIENTS OF RK4 + using the notation of Fehlberg, Bettis, Horn, et alia + + + k a[k] + + 0 0 + 1 1/3 + 2 2/3 + 3 1 + + + k c[k] + + 0 1/8 + 1 3/8 + 2 3/8 + 3 1/8 + + + k j ß[k,j] + + 1 0 1/3 + 2 0 -1/3 + 2 1 1 + 3 0 1 + 3 1 -1 + 3 2 1 + + |