Numerical Analysis 2014

References

Getting the codes

You can download all the code using git

$ git clone https://github.com/cpraveen/na2014

Alternately, you can download a zip file containing all the code here.

Starting ipython

ipython is installed on all the computers in the lab. Open a terminal and type the following to start ipython notebook

$ ipython notebook --pylab=inline

This should start the notebook in your web browser.

Introduction

Computer Arithmetic

Root finding

Interpolation and approximation

Solving ODE

Linear Algebra