8000 Add "See Also" to `acker` pole placement doc (#1006) · python-control/python-control@e1d21d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1d21d2

Browse files
Add "See Also" to acker pole placement doc (#1006)
1 parent 87a0550 commit e1d21d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

control/statefbk.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ def acker(A, B, poles):
266266
-------
267267
K : 2D array (or matrix)
268268
Gains such that A - B K has given eigenvalues
269+
270+
See Also
271+
--------
272+
place, place_varga
269273
270274
"""
271275
# Convert the inputs to matrices

0 commit comments

Comments
 (0)
0