f = function(t) { t }; z= 1+1i;
LT(f, z);
# compare with the result from analytic form of Laplace Transform of f(t) = t
# analytic form is below
F = function (z) { 1/z^2 }; F(z)
# the two results are the same
Run the code above in your browser using DataLab