Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
16
Task/Euler-method/J/euler-method-2.j
Normal file
16
Task/Euler-method/J/euler-method-2.j
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
ncl euler 100 0 100 2
|
||||
... NB. output redacted for brevity
|
||||
ncl euler 100 0 100 5
|
||||
... NB. output redacted for brevity
|
||||
ncl euler 100 0 100 10
|
||||
0 100
|
||||
10 44
|
||||
20 27.2
|
||||
30 22.16
|
||||
40 20.648
|
||||
50 20.1944
|
||||
60 20.0583
|
||||
70 20.0175
|
||||
80 20.0052
|
||||
90 20.0016
|
||||
100 20.0005
|
||||
Loading…
Add table
Add a link
Reference in a new issue