User Portlet
Discussions |
---|
Well, obviously it's your assignment, and you're presumably able to do this to some extent (otherwise you went into the wrong classroom :)), so we can't be of too much help. But here are a few suggestions: 1. Break the task down into smaller steps.... |
You may also consider the numeric approximation using N, Total and Table: [mcode]In[1]:= f[max_]:=N[Total[Table[8/(10^n),{n,2,max,2}]],max] In[2]:= f[1000] Out[2]=... |