Partial Differential Equation is: $$\frac{∂u}{∂t} = \frac{∂^2u}{∂x^2}$$
Where $t>0$, and $0 With the boundary conditions: $$u(0,t)=1$$
$$u(1,t) = 1$$ and the initial conditions: $$u(x,0) = 1+\sin{(πx)}$$ I'm trying to solve this by using Laplace transform but I couldn't.