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

https://github.com/cryogenicplanet/introduction-to-scientific-computing

Repository of Code for University of Toronto Course PSCB57
https://github.com/cryogenicplanet/introduction-to-scientific-computing

computational-physics data-science python toronto-course university

Last synced: about 2 months ago
JSON representation

Repository of Code for University of Toronto Course PSCB57

Awesome Lists containing this project

README

          

# Introduction To Scientific Computing

Third year Computation Physics Course at UofT taught by Pawel Artymowicz. I took this course in my first semester of my freshmen year at university by using IB credits to take the class.

**Course Code: PSB57 http://planets.utsc.utoronto.ca/~pawel/PSCB57/**

**Final Grade - A - 4.0**

### Visualization of Some Concepts

Solving Systems of Differentiation Equations

![lorenz](/docs/images/lorenz.png)

Basic Stock Market Analysis

![stocks](/docs/images/stocks.png)

Estimating Orbits of Planets

![orbits](/docs/images/orbits.png)

Components of Drag

![drag](/docs/images/drag.png)

Truncation Error Analysis

![truncation](/docs/images/truncation.png)

Double Slit Experiment Plotting

![waves](/docs/images/waves.png)

Speeding up convergence of Series

![series](/docs/images/series.png)