An open API service indexing awesome lists of open source software.

https://github.com/a-parida12/numericalmethods

Teaching Material for Workshop for Engineering Students
https://github.com/a-parida12/numericalmethods

numpy ode pde python3

Last synced: 2 months ago
JSON representation

Teaching Material for Workshop for Engineering Students

Awesome Lists containing this project

README

          

# NumericalMethods
Material for Workshop for Engineering Students

## Material

This repo currently holds:

* A tutorial on basic Python/Numpy that is necessary to get started with Numerical Methods for Engineers.
* Created for Workshop at Amrita School of Engineering, Bengaluru

## Contents
* Intro to Python
* Intro to Numpy
* Explicit Methods for ODEs
* Implicit Methods for ODEs
* Stationary PDEs
* Time Dependant PDEs
* Case study

You may follow the iPython notebook on github, or clone and execute it locally.