From 9ef915a2f14786baee69029de6e69f58570f848a Mon Sep 17 00:00:00 2001 From: Ryan C Cooper Date: Sat, 24 Feb 2018 17:31:53 -0500 Subject: [PATCH] added description of matlab intro --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8fb2830..b54825a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ ## Examples of Numerical Analysis in Dynamics +### 0- Intro to Matlab and Numerical integration + +Matlab-and (Octave)[https://www.gnu.org/software/octave/]-review of syntax and numerical integration techniques. In particular, Euler's method and the ode-integration routines ode23 and ode45, Runge-Kutta integration methods. + +[Intro to Matlab and Numerical Integration](./intro_to_numerical_integration.ipynb) + ### 1- Double Pendulum Kinematics [double_pendulum.m](./double_pendulum.m) has a script to plot the velocity over time and