aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/math2373/lab6/euler5.m
diff options
context:
space:
mode:
Diffstat (limited to 'OLD/math2373/lab6/euler5.m')
-rw-r--r--OLD/math2373/lab6/euler5.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/OLD/math2373/lab6/euler5.m b/OLD/math2373/lab6/euler5.m
deleted file mode 100644
index 2de61e3..0000000
--- a/OLD/math2373/lab6/euler5.m
+++ /dev/null
@@ -1,5 +0,0 @@
-h=2/5; t(1)=0; y(1)=1;
-for n=1:5
- t(n+1)=t(n)+h;
- y(n+1)=y(n)+(-y(n)+t(n))*h;
-end \ No newline at end of file