Untitled

 avatar
unknown
matlab
2 years ago
64 B
5
Indexable
format long e
k=0
for i=900000:-1:1;
    k=k+(1/i^3);
end
k
Editor is loading...