Skip to content

Commit

Permalink
Fix formatting in README.md for clarity in bilinear optimal control p…
Browse files Browse the repository at this point in the history
…roblem description
  • Loading branch information
aarontrowbridge committed Feb 16, 2025
1 parent cc44f75 commit 1391f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pkg> add https://github.com/aarontrowbridge/TrajectoryBundles.jl.git

See the example script [examples/bilinear_dynamis.jl](./examples/bilinear_dynamics.jl) for a the most up-to-date usage.

For solving a simple bilinear optimal conrol problem, driving a state $x₀ = (1 \ 0 \ 0 \ 0)$ to a goal state $x₁ = (0 \ 1 \ 0 \ 0)$, under the dynamics given by
For solving a simple bilinear optimal conrol problem, driving a state $x_0 = (1 \ 0 \ 0 \ 0)$ to a goal state $x_1 = (0 \ 1 \ 0 \ 0)$, under the dynamics given by\
$$
\dot{x} = G(u(t), t) x
$$
Expand Down

0 comments on commit 1391f80

Please sign in to comment.