From b73dc1dfedb03973d1e69626146ae04a141ae247 Mon Sep 17 00:00:00 2001 From: Ryan C Cooper Date: Sat, 24 Feb 2018 17:32:53 -0500 Subject: [PATCH] fixed octave link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b54825a..92a52ab 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### 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. +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)