You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/tutorial-symbolics.md
+35-10Lines changed: 35 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ This tutorial demonstrates how to combine **symbolic derivation of equations of
11
11
12
12
The key is to define the kinetic and potential energies and the power of the non-conservative forces, and to let `Symbolics.jl` handle the derivations of the equations of motion using the Lagrange-Euler equation.
13
13
14
-
15
14
## The Cart-Pole System
16
15
17
16
The system consists of a cart of mass ``m_c`` sliding on a frictionless horizontal rail, with
@@ -99,6 +98,7 @@ motion become the first-order system:
# Optimal Control of a Cart-Pole System using Symbolics.jl
103
103
104
104
This tutorial demonstrates how to use `Symbolics.jl` to automate the derivation of equations of motion (EOM) for a mechanical system and subsequently solve an optimal control problem using `OptimalControl.jl`.
0 commit comments