Any idea how I can overlay the following two functions to compare them?
ln[1]:= p1 = Plot[(E^((Pi/6)^(1/3)/x) (Pi/6)^(2/3))/((-1 + E^((Pi/6)^(1/3)/x))^2 x^2), {x, -2.2, 2.2}]
ln[2]:= p2 = Plot[(E^((Pi/6)^(1/3)/t) (Pi/6)^(2/3))/((-1 +
E^((Pi/6)^(1/3)/t))^2 t^2), {t, 0, 2.0}]
When I try Show[p1,p2] it doesn't work