Numerics and Control of PDE
This is part of the IFCAM Summer School on Numerics and Control of PDE held in Dept. of Mathematics, IISc, Bangalore during 22 July-2 August 2013.
Slides and notes of numerical sessions
To download the following pdf file, right click in your mouse and save the file to your computer.
- Introduction to matlab
- Inverted pendulum
- One dimensional heat equation
- Two dimensional heat equation
- One dimensional Burger's equation
- Two dimensional Burger's equation
Programs (browse git repository)
- Introduction to matlab
- Inverted pendulum
- 1-D heat equation
- 2-D heat equation
- 1-D burger's equation
- 2-D burger's equation
You can get all the code and slides using git
git clone https://github.com/cpraveen/control2013.git
This will create a directory called control2013
with many sub directories. The directory notes
contains the slides and notes.
To update the code to latest version, do the following
cd control2013
git pull