v1.0.3
Clarify that implementation is needed in the .m files
- eulerMethod.m is not implemented and simply returns the initial values
- gauss2pt.m is not implemented and simply returns the average value
- simpsonsRule.m is not implemented and simply returns 0
- eulerMethodDE.m is not implemented and simply returns the initial values
- rk4.m is not implemented and returns nothing as it contains only comments
If you are a faculty member who would like solution implementations for
reference, please contact onlineteaching@mathworks.com
This release also fixes the name of the function to match the name of the file in eulerMethodDE.m.