File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 dλ = <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
You can’t perform that action at this time.
0 commit comments