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

https://github.com/gerdm/qmul

Repository of code and notes for the MSc. in Maths at Queen Mary University of London
https://github.com/gerdm/qmul

Last synced: 12 months ago
JSON representation

Repository of code and notes for the MSc. in Maths at Queen Mary University of London

Awesome Lists containing this project

README

          

# Msc Mathematics
## Queen Mary University of London

### Project structure

```
.
├── 7CCMCS06-elements-statistical-learning
│   ├── mathematica-notebooks
│   ├── problem-sheets
│   └── topic-notebooks
├── MTH700-research-methods
│   ├── coursework1
│   └── coursework2
├── MTH739U-topics-scientific-computing
│   ├── exercises
│   ├── mathematica-notebooks
│   ├── notes
│   └── readme.md
├── MTH743P-complex-systems
│   ├── assignments
│   ├── mathematica-notebooks
│   └── review-notebooks
├── MTH744P-dynamical-systems
│   ├── __pycache__
│   ├── coursework
│   ├── dynamics.py
│   ├── experiments
│   ├── l01-vector-fields.ipynb
│   ├── l02-linear-stability.ipynb
│   ├── l03-bifurcations-r.ipynb
│   ├── l04-flow-on-circle.ipynb
│   ├── l05-linear-systems.ipynb
│   ├── l06-classification-linear-systems.ipynb
│   ├── l07-nonlinear-systems.ipynb
│   ├── l08-conservative-gradient-systems.ipynb
│   ├── l09-limit-cycles.ipynb
│   ├── readme.md
│   └── tmp.gif
├── MTH750P-graphs-and-networks
│   ├── assignments
│   ├── data
│   └── notes
├── MTH776-bayesian-statistics
│   ├── mixture-conjugate-priors.ipynb
│   ├── noninformative-priors.ipynb
│   ├── predictive-distribution.ipynb
│   └── problem-sheet-1.ipynb
├── MTH793P-advanced-machine-learning
│   ├── courseworks
│   └── review-notebooks
├── MTHM038-project-dissertation
│   ├── drafts
│   ├── figures
│   └── notebooks
├── Manifest.toml
└── Project.toml

31 directories, 19 files
```