Project Description
The goal of this project is to compute the inverse Laplace transform of the function
F(s) = 1/sqrt(s^3+m)
where m is the first digit of your SUID.
The methods of MAT 514 do not work here, and WolframAlpha cannot help either.
Instead, we can use
Post's inversion formula
which gives f(t) as a limit of a certain expression with k
th derivative of F, as k tends to infinity. In theory, choosing a larger
value of k will produce a better approximation to the inverse transform. In practice, increasing k may lead to loss of precision.
You should find the right balance (a suitable value of k) by trial and error.
For this project I recommend using
Sage, powerful open-source mathematics software.
To run it in a browser, follow this link:
Sage Notebook and create an account.
Sage can be also downloaded from sagemath.org and installed locally, but this is not as easy.