Skip to content

Commit 65ee5ed

Browse files
committed
removed one more unicode symbol
1 parent a6cac86 commit 65ee5ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

control/timeresp.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,8 @@ def _ideal_tfinal_and_dt(sys, is_step=True):
843843
The system whose time response is to be computed
844844
is_step : bool
845845
Scales the dc value by the magnitude of the nonzero mode since
846-
integrating the impulse response gives :math:`\int e^{-\lambda t} = -e^{-\lambda t}/ \lambda`
846+
integrating the impulse response gives
847+
:math:`\int e^{-\lambda t} = -e^{-\lambda t}/ \lambda`
847848
Default is True.
848849
849850
Returns
@@ -865,7 +866,7 @@ def _ideal_tfinal_and_dt(sys, is_step=True):
865866
Instead, a modal decomposition in time domain hence a truncated ZIR and ZSR
866867
can be used such that only the modes that have significant effect on the
867868
time response are taken. But the sensitivity of the eigenvalues complicate
868-
the matter since = <w, dA*v> with <w,v> = 1. Hence we can only work
869+
the matter since dlambda = <w, dA*v> with <w,v> = 1. Hence we can only work
869870
with simple poles with this formulation. See Golub, Van Loan Section 7.2.2
870871
for simple eigenvalue sensitivity about the nonunity of <w,v>. The size of
871872
the response is dependent on the size of the eigenshapes rather than the

0 commit comments

Comments
 (0)