Skip to content

Commit

Permalink
Added learning objectives to last two remaining chapters.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Jun 23, 2024
1 parent 6971d35 commit 7e2a1f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tmt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Unconstrained Equations of Motion with the TMT Method
:jupyter-download-script:`tmt` or Jupyter Notebook:
:jupyter-download-notebook:`tmt`.

Learning Objectives
===================

After completing this chapter readers will be able to:

- Use the TMT method to derive equations of motions

.. jupyter-execute::

import numpy as np
Expand Down
8 changes: 8 additions & 0 deletions visualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Three Dimensional Visualization
:jupyter-download-script:`visualization` or Jupyter Notebook:
:jupyter-download-notebook:`visualization`.

Learning Objectives
===================

After completing this chapter readers will be able to:

- Construct transformation matrices.
- Create a 3D scene that animates based on changes in transformation matrices.

.. jupyter-execute::

from scipy.integrate import solve_ivp
Expand Down

0 comments on commit 7e2a1f9

Please sign in to comment.