Hello to all!
Homework Statement
for testing my program i need a heat equation with numerical initial and boundary conditions:
Derivative[2, 0][f][x, t] == Derivative[0, 1][f][x, t]
f[x, 0] == numerical
f[0, t] == numerical, f[numerical, t] == numerical
PS. to moders: please, if...