Skip to content

This is the textbook for EMS418U. Working on transcribing Dynamics + Linear and Angular momentum sections.

Notifications You must be signed in to change notification settings

Joosty/ComputationalDynamics

 
 

Repository files navigation

Introduction

Welcome to Computational Dynamics. 👋

This educational resource was built with Jupyter Book Badge to support the study of EMS418U: Computational Dynamics at the School of Eningeering and Material Sciences within Queen Mary, University of London.

This project is a collection of modules aimed at undergraduate engineering students. Each module makes up separate lessons that are accompanied by computational problem-solving tutorials written as Jupyter notebooks (Python 🐍). This aims to develop the students' skills in 21 st century computing by framing engineering problems as computational methods.

Content

Notes

How to create this Jupyter Book

Creating an environment

  1. conda env create -f environment.yml
  2. conda activate computational-mechanics-example

Building a Jupyter Book

Run the following command in your terminal: jb build .. If you would like to work with a clean build, you can empty the build folder by running jb clean .. If the jupyter execution is cached, this command will not delete the cached folder. To remove the build folder, you can run jb clean --all ..

Publishing this Jupyter Book

Run ghp-import -n -p -f _build/html

Active Contributors:

About

This is the textbook for EMS418U. Working on transcribing Dynamics + Linear and Angular momentum sections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • TeX 0.2%