aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/math2373/lab5/sum_of_fourths.m
diff options
context:
space:
mode:
Diffstat (limited to 'OLD/math2373/lab5/sum_of_fourths.m')
-rw-r--r--OLD/math2373/lab5/sum_of_fourths.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/OLD/math2373/lab5/sum_of_fourths.m b/OLD/math2373/lab5/sum_of_fourths.m
deleted file mode 100644
index 80c535f..0000000
--- a/OLD/math2373/lab5/sum_of_fourths.m
+++ /dev/null
@@ -1,4 +0,0 @@
-y(1)=0;
-for n=1:N
- y(n+1)=y(n)+n^4;
-end \ No newline at end of file