Integral de e^(t*(-s)) dt
Solución
Respuesta (Indefinida)
[src]
/ // t*(-s) \
| ||-e |
| t*(-s) ||--------- for s != 0|
| E dt = C + |< s |
| || |
/ || t otherwise |
\\ /
∫e−stdt=C+{−se−sttfors=0otherwise
/ 1 pi
| - for |arg(s)| < --
| s 2
|
| oo
| /
< |
| | -s*t
| | e dt otherwise
| |
|/
|0
\
⎩⎨⎧s10∫∞e−stdtfor∣arg(s)∣<2πotherwise
=
/ 1 pi
| - for |arg(s)| < --
| s 2
|
| oo
| /
< |
| | -s*t
| | e dt otherwise
| |
|/
|0
\
⎩⎨⎧s10∫∞e−stdtfor∣arg(s)∣<2πotherwise
Piecewise((1/s, Abs(arg(s)) < pi/2), (Integral(exp(-s*t), (t, 0, oo)), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.