From 7e2a1f9795b9992c81b68c981d23930351d1bb14 Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Sun, 23 Jun 2024 12:13:20 +0200 Subject: [PATCH] Added learning objectives to last two remaining chapters. --- tmt.rst | 7 +++++++ visualization.rst | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/tmt.rst b/tmt.rst index 90a5639d..880404f9 100644 --- a/tmt.rst +++ b/tmt.rst @@ -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 diff --git a/visualization.rst b/visualization.rst index cd1b0c8c..abd1f79b 100644 --- a/visualization.rst +++ b/visualization.rst @@ -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