We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f1371 commit d3921dbCopy full SHA for d3921db
1 file changed
doc/conventions.rst
@@ -45,8 +45,8 @@ transfer functions
45
.. math::
46
47
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},
+ = \frac{a_0 s^m + a_1 s^{m-1} + \cdots + a_m}
+ {b_0 s^n + b_1 s^{n-1} + \cdots + b_n},
50
51
where n is generally greater than or equal to m (for a proper transfer
52
function).
0 commit comments