Skip to content

Commit e6447ea

Browse files
committed
remove non-ASCII text from statesp.py comment (was causing Travis CI issues)
1 parent 5aa1f77 commit e6447ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

control/statesp.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,9 @@ def zero(self):
537537
# from
538538
# https://dspace.mit.edu/bitstream/handle/1721.1/841/P-0802-06587335.pdf.
539539
# 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`.
540+
# `L = [A, B; C, D]` and `M = [I_nxn 0]`, find all finite lambda
541+
# for which there exist nontrivial solutions of the equation
542+
# `Lz - lamba Mz`.
542543
#
543544
# The generalized eigenvalue problem is only solvable if its
544545
# arguments are square matrices.

0 commit comments

Comments
 (0)