Example codes for the EP 501 (numerical methods) course at Embry-Riddle Aeronautical University. This readme will be kept up-to-date as the semester progresses with descriptions of various scripts that are including in the repository as well a succinct directions on how to run and modify these.
Stuff stufff stuff
- located in ./matlab_basics/matlab_basics.m
- illustrates precision, matrix operations, and plotting, along with some special functions
- located in ./linear_algebra/Ch1.m
- illustrates and checks various methods for solving matrix problems
- located in ./HW1/
- includes .pdf of the homework assignment and LaTeX source code
- includes test data that you should be using to complete the assignment (see homework document)
- located in ./nonlinear
- contains various functions related to Newton's method
- located in ./HW2/
- located in ./polynomials
- contains examples of direct and approximate polynomial fits to data
- located in ./HW3/
- located in ./differentiation
- examples of finite difference formulas and applications