diff options
Diffstat (limited to 'math2373/lab5/sum_of_fourths.m')
-rw-r--r-- | math2373/lab5/sum_of_fourths.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math2373/lab5/sum_of_fourths.m b/math2373/lab5/sum_of_fourths.m deleted file mode 100644 index 80c535f..0000000 --- a/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 |