We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa1f77 commit e6447eaCopy full SHA for e6447ea
control/statesp.py
@@ -537,8 +537,9 @@ def zero(self):
537
# from
538
# https://dspace.mit.edu/bitstream/handle/1721.1/841/P-0802-06587335.pdf.
539
# The QZ algorithm solves the generalized eigenvalue problem: given
540
- # `L = [A, B; C, D]` and `M = [I_nxn 0]`, find all finite λ for
541
- # which there exist nontrivial solutions of the equation `Lz - λMz`.
+ # `L = [A, B; C, D]` and `M = [I_nxn 0]`, find all finite lambda
+ # for which there exist nontrivial solutions of the equation
542
+ # `Lz - lamba Mz`.
543
#
544
# The generalized eigenvalue problem is only solvable if its
545
# arguments are square matrices.
0 commit comments