-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure sys-mor tutorial #1141
Conversation
b5b6e60
to
db752b5
Compare
db752b5
to
b043f91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
|
||
.. jupyter-execute:: | ||
|
||
fom.gramian('c_lrcf') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems a bit cryptic here. Maybe you can add a sentence about the argument and what other values are possible.
+ C^{\operatorname{T}} C | ||
& = 0. | ||
\end{align*} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe one sentence (and perhaps a reference), for what these Gramians are useful.
Co-authored-by: Stephan Rave <stephanrave@uni-muenster.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, very nice new structure!
invertible matrix. | ||
In particular, there exist invertible transformation matrices | ||
:math:`T, S \in \mathbb{R}^{n \times n}` such that the realization with | ||
:math:`\tilde{E} = S^{\operatorname{T}} E T = I`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only holds if E is invertible right? Maybe it should be mentioned that we consider an LTI system with invertible E matrix at the beginning of the paragraph.
:math:`\hat{B} = W^{\operatorname{T}} B`, | ||
:math:`\hat{C} = C V`. | ||
|
||
It is known that the reduced-order model is asymptotically stable if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it should also be mentioned that we assume the full order model to be asymptotically stable. Maybe we should do this when the LTI system is introduced in this tutorial.
docs/source/tutorial_lti_systems.rst
Outdated
\sup_{u \neq 0} | ||
\frac{\lVert y \rVert_{\mathcal{L}_\infty}}{\lVert u \rVert_{\mathcal{L}_2}}. | ||
|
||
The computation of the :math:`\mathcal{H}_2` is based on the system Gramians |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:math:\mathcal{H}_2
norm
Thanks for the comments, I made updates. |
This is still a work in progress. The idea is to add an LTI tutorial and for the existing BT tutorial to reuse the model from there. An IRKA tutorial could be added in a new PR