The document provides an introduction to various MATLAB fundamentals including:
- Modeling the problem of a falling object using differential equations and analytical/numerical solutions.
- Conservation laws that constrain numerical solutions.
- MATLAB commands for defining variables, arrays, matrices, and performing basic operations.
- Plotting the velocity-time solution and customizing graphs.
- Describing algorithms using flowcharts and pseudocode.
- Structured programming in MATLAB using scripts, functions, decisions, and loops.