From 3394d567443b8203c4a01c67e158dac6d6226521 Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Tue, 8 Oct 2019 13:49:00 -0500 Subject: Lab 5 done --- math2373/lab5/sum_of_fourths.m | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 math2373/lab5/sum_of_fourths.m (limited to 'math2373/lab5/sum_of_fourths.m') diff --git a/math2373/lab5/sum_of_fourths.m b/math2373/lab5/sum_of_fourths.m new file mode 100644 index 0000000..80c535f --- /dev/null +++ b/math2373/lab5/sum_of_fourths.m @@ -0,0 +1,4 @@ +y(1)=0; +for n=1:N + y(n+1)=y(n)+n^4; +end \ No newline at end of file -- cgit v1.2.3