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