Skip to content

Commit

Permalink
Added better intro to jupyter and vocareum.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Feb 4, 2025
1 parent b920cbc commit 4dcd961
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions content/pages/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ Software
:sortorder: 2

We will learn multibody dynamics through the use of computation in Jupyter_
Notebooks. You will use popular software packages that are part of the open
source scientific Python ecosystem of tools. The first and primary tool is
SymPy_ which is a computer algebra system that includes a sub-package for
deriving symbolic equations of motion. You will also learn to use NumPy_,
SciPy_, Matplotlib_, and various other relevant packages for simulation and
Notebooks. A Jupyter Notebook is an interactive programming tool that weaves
text, images, videos, and executable code into a document-style presentation.
You will access the Jupyter Notebooks through Vocareum, which is a web
application that allow you to run Jupyter Notebooks and for us to grade them.

You will use popular software packages that are part of the open source
scientific Python ecosystem of tools. The first and primary tool is SymPy_
which is a computer algebra system that includes a sub-package for deriving
symbolic equations of motion. You will also learn to use NumPy_, SciPy_,
Matplotlib_, and various other relevant packages for simulation and
visualization.

.. _Jupyter: https://jupyter.org
Expand Down

0 comments on commit 4dcd961

Please sign in to comment.