from numpy import*from matplotlib.pyplot import*dv=0.001 t=0.5v=linspace(0.35,10,1000)p=8*t/(3*v-1)-3/v**2figure(1)plot(v,p, 'r')show()
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!