Numerical Computing with Matlab
Being able to do rudimentary computer programming is essential for a mathematician. Executing numerical methods, for example, is tedious, if not impossible by hand. Fortunately, currently available programming tools, such…
MAT210 Lesson 25-27: Solving ODEs
Three lessons on numerical solutions to ODEs are here: Euler: Lecture Slide for viewing (direct download here) Runge-Kutta: Lecture Slides for viewing (direct download here) Finite Difference: Lecture Slide for…
Confidence Intervals clarified
Confidence intervals are very important in estimation and hypothesis testing, but understanding what they are and how to calculate them can be difficult. Part of the difficulty is in sorting…