Hi everybody,
Im trying to solve the following trivial pde using Maple 2018
pdsolve([diff(Y(x, t), t, t) = 0, Y(x, 0) = 0, (D[2](Y))(x, 1) = 0]);
Obviuosly the solution is Y(x, t) = 0, but Mapple 2018 is not giving any answer.
This works in Maple 2015.
Why is not working in Maple 2018?
Thanks,
Javier