Skip to content

Commit 975ba4e

Browse files
committed
update docs
1 parent bc2e8ea commit 975ba4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tfs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ easily construct:
173173
K = 1.0
174174
τ = 2.0
175175
ξ = 0.1
176-
g = first_order_system(K, τ, ξ) # 1 / (4 * s^2 + 0.4 * s + 1)
176+
g = second_order_system(K, τ, ξ) # 1 / (4 * s^2 + 0.4 * s + 1)
177177
```
178178

179179
compute time constant, damping coefficient:

0 commit comments

Comments
 (0)