[ Home ] | Introduction | Numerical Methods. Note « 1 » |
mkdir ~/public_html echo 'my homepage...' > ~/public_html/home.htm mkdir ~/public_html/numeric echo 'mumerical methods...' > ~/public_html/numeric/home.htm chmod -R go+rx ~/public_htmlIn unix tilde is an abbreviation for you home directory. Now the address http://www.phys.au.dk/~your_login_name points to your ~/public_html/home.htm file, while http://www.phys.au.dk/~your_login_name/numeric points to your ~/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) |