Skip to content

Commit

Permalink
issue #56:
Browse files Browse the repository at this point in the history
Enhancement: add new examples of work
  • Loading branch information
kisel-dv committed Dec 9, 2017
1 parent 36e6a87 commit 6fec055
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 5 deletions.
95 changes: 90 additions & 5 deletions doc/chap_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -790,15 +790,15 @@ Now we can compute the reach set of the linear system
and taking its projection onto :math:`(z_1, z_2)` subspace.



.. _hwfig:

.. figure:: /pic/chapter06_section06_pic1.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (x_3, x_4) of system
( evolves in time from t=0 to t=5, end position is x1=0, x2=0,x3=0,x4=0.
Figure shows solvability set projection onto (:math:`z_3, z_4`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=0, z_2=0,z_3=0,z_4=0`)


.. _hwfig:
Expand All @@ -807,9 +807,94 @@ and taking its projection onto :math:`(z_1, z_2)` subspace.
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (x_1, x_2) of system
( evolves in time from t=0 to t=5, end position is x1=0, x2=0,x3=0,x4=0.
Figure shows solvability set projection onto (:math:`z_1, z_2`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=0, z_2=0,z_3=0,z_4=0`)

.. _hwfig:

.. figure:: /pic/chapter06_section06_pic3.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (:math:`z_1, z_3`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=0, z_2=0,z_3=0,z_4=0`)

.. _hwfig:

.. figure:: /pic/chapter06_section06_pic4.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (:math:`z_2, z_4`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=0, z_2=0,z_3=0,z_4=0`)

.. _hwfig:

.. figure:: /pic/chapter06_section06_pic5.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (:math:`z_3, z_4`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=\frac{\pi}{8}, z_2=\frac{\pi}{8}, z_3=0, z_4=0`)


.. _hwfig:

.. figure:: /pic/chapter06_section06_pic6.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (:math:`z_1, z_2`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=\frac{\pi}{8}, z_2=\frac{\pi}{8}, z_3=0, z_4=0`)

.. _hwfig:

.. figure:: /pic/chapter06_section06_pic7.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (:math:`z_1, z_3`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=\frac{\pi}{8}, z_2=\frac{\pi}{8}, z_3=0, z_4=0`)

.. _hwfig:

.. figure:: /pic/chapter06_section06_pic8.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (:math:`z_2, z_4`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=\frac{\pi}{8}, z_2=\frac{\pi}{8}, z_3=0, z_4=0`)

.. _hwfig:

.. figure:: /pic/chapter06_section06_pic9.png
:alt: highway
:width: 100 %

Now set control restrictions on :math:`\alpha_1 = 10, \alpha_2 = 10`.
Figure shows solvability set projection onto (:math:`z_1, z_2`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=\frac{\pi}{8}, z_2=\frac{\pi}{8}, z_3=0, z_4=0`)

.. _hwfig:

.. figure:: /pic/chapter06_section06_pic10.png
:alt: highway
:width: 100 %

Figure shows solvability set projection onto (:math:`z_3, z_4`) of system
( evolves in time from t=0 to t=5, end position is
:math:`z_1=\frac{\pi}{8}, z_2=\frac{\pi}{8}, z_3=0, z_4=0`, control limits:
:math:`\alpha_1 = 10, \alpha_2 = 10`)


.. raw:: latex

\newpage
Expand Down
Binary file added doc/pic/chapter06_section06_pic10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/pic/chapter06_section06_pic3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/pic/chapter06_section06_pic4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/pic/chapter06_section06_pic5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/pic/chapter06_section06_pic6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/pic/chapter06_section06_pic7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/pic/chapter06_section06_pic8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/pic/chapter06_section06_pic9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6fec055

Please sign in to comment.