Skip to content

Commit d3921db

Browse files
committed
DOC: fix indices on transfer function in doc/conventions (#227)
1 parent 25f1371 commit d3921db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conventions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ transfer functions
4545
.. math::
4646
4747
G(s) = \frac{\text{num}(s)}{\text{den}(s)}
48-
= \frac{a_0 s^n + a_1 s^{n-1} + \cdots + a_n}
49-
{b_0 s^m + b_1 s^{m-1} + \cdots + b_m},
48+
= \frac{a_0 s^m + a_1 s^{m-1} + \cdots + a_m}
49+
{b_0 s^n + b_1 s^{n-1} + \cdots + b_n},
5050
5151
where n is generally greater than or equal to m (for a proper transfer
5252
function).

0 commit comments

Comments
 (0)