Tag: numerical methods

Numerical Methods Project grades are posted

Hi everyone,

Your numerical methods projects have been graded and grades are available in the OpenLab gradebook. If you click the blue “comment” bubble next to your numeric grade in the gradebook you will find a link to a more detailed feedback form with all grading info.

Let me know if you have any questions.

Best,
Prof. Reitz

Numerical Methods Calculator Examples

Numerical Methods Calculators can be built in any programming language or other tool capable of basic computation. The following examples all compute the answer to this exercise (also covered in class):

Exercise. Given the initial value problem $y’ = 3 – 2x – 0.5y, y(0)=1$, approximate the value of $y(1)$ using Euler’s Method with 10 intervals.

Continue reading