index
:
homework
master
Assorted classwork from my time at the University of Minnesota, 2018-2022
Matt Strapp was here
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
math2373
/
lab5
/
multseries.m
blob: d4b06d689bf76ebac27d2c18a5620d4a40d53bb9 (
plain
) (
blame
)
1
2
3
4
y
=
2
;
for
n
=
1
:
N
y
=
y
*
((
2
*
n
)
*
(
2
*
n
))
/
((
2
*
n
-1
)
*
(
2
*
n
+
1
));
end