Difference between revisions of "Isc3313 lectures"
Peter Beerli (talk | contribs) |
Peter Beerli (talk | contribs) |
||
Line 2: | Line 2: | ||
* January 27, 31 and Feb 3, 5., and 7 2014: [http://www.peterbeerli.com/classdata/ISC3313/lectures/lecture_012714equations.pdf Solving non-linear equations numerically], working a program to find the root of a function using bisection and newton method. Discussion of potential convergence problems with these root finders. | * January 27, 31 and Feb 3, 5., and 7 2014: [http://www.peterbeerli.com/classdata/ISC3313/lectures/lecture_012714equations.pdf Solving non-linear equations numerically], working a program to find the root of a function using bisection and newton method. Discussion of potential convergence problems with these root finders. | ||
− | * January 24 2014: Implementation of a general Monte Carlo integration program, scavenging from the Pi program we wrote earlier. (added exercises1 to the [[isc3313_misc | Miscellaneous]] page) | + | * January 17 and 24 2014: Implementation of a general Monte Carlo integration program, scavenging from the Pi program we wrote earlier. (added exercises1 to the [[isc3313_misc | Miscellaneous]] page) |
* 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 15 2014: [http://www.peterbeerli.com/classdata/ISC3313/lectures/lecture_011514mc.pdf General Monte Carlo integration and implementation of the ''Pi'' program] | * January 15 2014: [http://www.peterbeerli.com/classdata/ISC3313/lectures/lecture_011514mc.pdf General Monte Carlo integration and implementation of the ''Pi'' program] | ||
* January 13 2014: [http://www.peterbeerli.com/classdata/ISC3313/lectures/lecture_011314mc.pdf Monte Carlo integration and evaluation of Pi] | * January 13 2014: [http://www.peterbeerli.com/classdata/ISC3313/lectures/lecture_011314mc.pdf Monte Carlo integration and evaluation of Pi] |
Revision as of 11:23, 9 February 2014
( Overview | Syllabus | Schedule | Lectures | Assignments | Project | Misc)
- January 27, 31 and Feb 3, 5., and 7 2014: Solving non-linear equations numerically, working a program to find the root of a function using bisection and newton method. Discussion of potential convergence problems with these root finders.
- January 17 and 24 2014: Implementation of a general Monte Carlo integration program, scavenging from the Pi program we wrote earlier. (added exercises1 to the Miscellaneous page)
- January 22 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