Skip to content

Commit 006b9e7

Browse files
committed
updated docs
1 parent b0b9907 commit 006b9e7

16 files changed

+205
-35
lines changed

docs/@lti_pole.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3 class="d-inline-block mr-2">
9898
For <acronym>SISO</acronym> transfer functions, <code>pole</code>
9999
uses Octave&rsquo;s <code>roots</code>.
100100
<acronym>MIMO</acronym> transfer functions are converted to
101-
a <em>minimal</em> state-space representation for the
101+
a <math>minimal</math> state-space representation for the
102102
computation of the poles.
103103
</p>
104104

docs/@lti_zero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h3 class="d-inline-block mr-2">
182182
For <acronym>SISO</acronym> transfer functions, <code>zero</code>
183183
uses Octave&rsquo;s <code>roots</code>.
184184
<acronym>MIMO</acronym> transfer functions are converted to
185-
a <em>minimal</em> state-space representation for the
185+
a <math>minimal</math> state-space representation for the
186186
computation of the zeros.
187187
</p>
188188
<p> <strong>References</strong><br>

docs/assets/control.png

0 Bytes
Loading

docs/assets/pzmap_101.png

721 Bytes
Loading

docs/assets/pzmap_201.png

-2.43 KB
Loading

docs/assets/sgrid_101.png

-1.68 KB
Loading

docs/assets/sgrid_201.png

-1.52 KB
Loading

docs/assets/sgrid_301.png

-213 Bytes
Loading

docs/assets/zgrid_101.png

55 KB
Loading

docs/gram.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ <h3 class="d-inline-block mr-2">
7979
<code>gram (<var>sys</var>, &quot;o&quot;)</code> returns the observability gramian of the
8080
(continuous- or discrete-time) system <var>sys</var>.
8181
<code>gram (<var>a</var>, <var>b</var>)</code> returns the controllability gramian
82-
<var>Wc</var> of the continuous-time system <em>dx/dt = a x + b u</em>;
83-
i.e., <var>Wc</var> satisfies <em>a Wc + m Wc&rsquo; + b b&rsquo; = 0</em>.
82+
<var>Wc</var> of the continuous-time system <math>d&times;/dt = a&times; + b u</math>;
83+
i.e., <var>Wc</var> satisfies <math>a Wc + m Wc&rsquo; + b b&rsquo; = 0</math>.
8484
</p>
8585
<div class="ms-5">
8686

0 commit comments

Comments
 (0)