tags:

views:

47

answers:

1

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

A: 

Nevermind, I got it to work. I'm not sure what I did wrong. Because I just re-evaluated the cell and everything was fine. Strange that it would be so temperamental. Before it said there was a problem with the coordinates of skeleton[2]. Odd. Thanks anyway.

pizziaolo