I want to know if it is possible to use a PDE in the function FourierTransform instead of a function.
Consider for example the simple case for the heat equation
Clear["Global`*"]
uf=
FourierTransform[
Derivative[2, 0][u[x, t]] == Derivative[0, 1][u[x, t]], x, k]
I tried to run this but it doesn't work, is there any way I could make this work?
Als

BilateralLaplaceTransforminstead: https://mathematica.stackexchange.com/a/81164/1871 – xzczd May 10 '22 at 06:41