So I kept trying it, and looking up guides to graph said equation in the end I got:
T(x,t) := 10 exp(-.2 *x)*sin(omega*t+.2*x);
plot3d(T(x, t), x = -10 .. 10, t = 0 .. 10, axes = framed, orientation = [-20, 20])
I don't think I need too many lines of code to graph it, but I keep getting a...