Skip to content

Commit

Permalink
Updated simulation chapter for 2023.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed May 4, 2023
1 parent 45ac02d commit b858aa0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Simulation and Visualization
============================

.. warning:: This page as not yet been updated for the 2022-2023 course.

.. note::

You can download this example as a Python script:
Expand Down Expand Up @@ -36,6 +34,18 @@ Simulation and Visualization
**kwargs)
me.ReferenceFrame = ReferenceFrame
Learning Objectives
===================

After completing this chapter readers will be able to:

- evaluate equations of motion numerically
- numerically integrate the ordinary differential equations of a multibody
system
- plot the system's state trajectories versus time
- compare integration methods to observe integration error
- create a simple animation of the motion of the multibody system

Numerical Integration
=====================

Expand Down

0 comments on commit b858aa0

Please sign in to comment.