[~Home~] | Introduction | Numerical Methods. Note~ « 1 » |
mkdir ~/public_html mkdir ~/public_html/numeric echo 'under construction...' > ~/public_html/numeric/home.htm chmod -R go+rx ~/public_html~/public_html/numeric should then be the place for your solutions to the exercises. Email me the address of your web-page.
Sup(N) = ∑i=1...N (1/i) |
Sdown(N) = ∑i=N...1 (1/i) |