@@ -1524,14 +1524,14 @@ def ss2tf(*args, **kwargs):
|
1524 | 1524 | The function accepts either 1 or 4 parameters: |
1525 | 1525 | |
1526 | 1526 | ``ss2tf(sys)`` |
1527 | | - Convert a linear system into space system form. Always creates a |
1528 | | - new system, even if sys is already a StateSpace object. |
| 1527 | + Convert a linear system from state space into transfer function form. Always creates a |
| 1528 | + new system. |
1529 | 1529 | |
1530 | 1530 | ``ss2tf(A, B, C, D)`` |
1531 | | - Create a state space system from the matrices of its state and |
| 1531 | + Create a transfer function system from the matrices of its state and |
1532 | 1532 | output equations. |
1533 | 1533 | |
1534 | | - For details see: :func:`ss` |
| 1534 | + For details see: :func:`tf` |
1535 | 1535 | |
1536 | 1536 | Parameters |
1537 | 1537 | ---------- |
|