DyslexicHobo
- 249
- 0
I'm trying to code a laplace transform function into my calculator. Right now, I'm doing it by definition:
\int{e^{-st}*f(t)dt} from 0 to \infty
But whenever I try to use a transcendental function, it loops infinitely. I figured this is because the calculator cannot evaluate \int{sin(x)dx} from 0 to \infty.
I'm not exactly sure how to the laplace transforms are derived for sin(x) and cos(x) using the definition, so I can't even code some sort of if statement to use a separate derivation.
Can anyone help? Thanks!
\int{e^{-st}*f(t)dt} from 0 to \infty
But whenever I try to use a transcendental function, it loops infinitely. I figured this is because the calculator cannot evaluate \int{sin(x)dx} from 0 to \infty.
I'm not exactly sure how to the laplace transforms are derived for sin(x) and cos(x) using the definition, so I can't even code some sort of if statement to use a separate derivation.
Can anyone help? Thanks!