Hello,
I was trying to use Wolfram Alpha engine to transform a power function using laplace transform and then inverse using inverse laplace transform.
The function is:
D(t) = a*t^b + c
('t' is the initial variable, 's' is the transform variable and 'a', 'b', and 'c' are constant parameters)
When I transfer it using Laplace Transform, I got this results:
a s^(-b-1) Gamma(b+1)+c/s
However, when I try to inverse the result function using the formula: 1/s^2
as shown below:
1/[s^2*(a s^(-b-1) Gamma(b+1)+c/s)]
The engine doesn't give me any results. as shown in the below image:
I keep clicking on 'Solve' button but with no response.
Can anyone help me in finishing this?
Thank you..