Difference between revisions of "Isc3313 lectures"
Peter Beerli (talk | contribs) |
Peter Beerli (talk | contribs) |
||
Line 1: | Line 1: | ||
([[ISC-3313 | Overview]] | [[isc3313_syllabus | Syllabus]] | [[isc3313_schedule | Schedule]] | [[isc3313_lectures | Lectures]] | [[isc3313_assign | Assignments]] | [[isc3313_project | Project]] | [[isc3313_misc | Misc]]) | ([[ISC-3313 | Overview]] | [[isc3313_syllabus | Syllabus]] | [[isc3313_schedule | Schedule]] | [[isc3313_lectures | Lectures]] | [[isc3313_assign | Assignments]] | [[isc3313_project | Project]] | [[isc3313_misc | Misc]]) | ||
− | * January | + | * January 24 2014: Implementation of a general Monte Carlo integration program, scavenging from the Pi program we wrote earlier. |
* January 22 2014: Implementation of the for the Monte Carlo estimation of Pi ([http://www.peterbeerli.com/classdata/ISC3313/codes/pifragments.zip Several stages of the code]) | * January 22 2014: Implementation of the for the Monte Carlo estimation of Pi ([http://www.peterbeerli.com/classdata/ISC3313/codes/pifragments.zip Several stages of the code]) | ||
* January 17 2014: Implementation of the for the Monte Carlo estimation of Pi ([http://www.peterbeerli.com/classdata/ISC3313/codes/pifragments.zip Several stages of the code]) | * January 17 2014: Implementation of the for the Monte Carlo estimation of Pi ([http://www.peterbeerli.com/classdata/ISC3313/codes/pifragments.zip Several stages of the code]) |
Revision as of 05:56, 24 January 2014
( Overview | Syllabus | Schedule | Lectures | Assignments | Project | Misc)
- January 24 2014: Implementation of a general Monte Carlo integration program, scavenging from the Pi program we wrote earlier.
- January 22 2014: Implementation of the for the Monte Carlo estimation of Pi (Several stages of the code)
- January 17 2014: Implementation of the for the Monte Carlo estimation of Pi (Several stages of the code)
- January 15 2014: General Monte Carlo integration and implementation of the Pi program
- January 13 2014: Monte Carlo integration and evaluation of Pi
- January 10 2014: Netbeans and First C++ program . UNIX shell cheat sheet
- January 8 2014: UNIX commandline
- January 6 2014: Introduction