In[1]:=
<<Calculus`LaplaceTransform`
Throughout this notebook, we use ut for the partial of u(x,t) with respect to t and uxx for the second partial of u(x,t) with respect to x. We also use a capital letter to denote the transformed function, and s to denote the transformed variable.
It is often easy to apply the Laplace transform to the PDE. What is important
to remember is that we are transforming in the time variable t. This means that,
for example,
LaplaceTransform[ut]=sU(x,s)-u(x,0)
LaplaceTransform[uxx]=Uxx.
Example 1
Go up to Calculus and Differential Equations Project Description
Example 2