ColdStart
- 18
- 0
hello, if i have an integral like: Int( [-u(-t) + u(-t-1)] * a * dt, -Inf, +Inf)... where a is some constant.. what would be the correct initegration limits?
the most important here is to determine correctly the integration limits.. if i solve the inequalities:
-t > 0 => t < 0
-t-1 > 0 => t < -1
now get a lil bit confused... it goes from -Inf to -1? i think I am missing something?
thanks
the most important here is to determine correctly the integration limits.. if i solve the inequalities:
-t > 0 => t < 0
-t-1 > 0 => t < -1
now get a lil bit confused... it goes from -Inf to -1? i think I am missing something?
thanks