Numerical Methods - Konstantin Golyaev's webpage

Numerical Methods

Teaching » Numerical Methods

I am a grader for this course, the instructor is Jacek Rothert.

Here is a link to the course website - all the slides and homework assignments are posted there.

You are not required to submit any homeworks for the course, but you are strongly encouraged to do so.

Below are the programs I wrote for this course - mainly homework solutions. I claim no superiority of my code over anyone else's, however, mine seem to work, which is always a good thing to have. I also encourage you to wirte the code in a way I do it - with many comments and with understandable structure - it becomes invalueable should you find yourself in a situation where you have to use your old code for any reason. Please let me know if you find any mistakes inside my codes.


General Routines:

Jacobian computation routine.

Equation solver routine that uses bisection method.

Newton-Raphson equation solver routine. You must have the Jacobian routine above for this one to work (you can supply your own, but you'll have to edit the code inside).


Homework Solutions:

Solution for Homework 1. In a zip-file, because there are too many files to list.

Solution for Homework 2. In a zip-file, because there are too many files to list.










The views and opinions expressed in this page are strictly those of the page author.
The contents of this page have not been reviewed or approved by the University of Minnesota.