home *** CD-ROM | disk | FTP | other *** search
- c:this is problem 1.3 from Metz/2nd Ed
- p:2
- r:$volume1:105+10*random
- r:$volume2:30+5*random
- r:$pressure:1.05+.3*random
- q:Calculate the pressure necessary to isothermally compress a $volume1
- q:cubic meters of ideal gas at $pressure bar to $volume2 cubic meters.
- a:$pressure*($volume1/$volume2)
- e1:$pressure*($volume2/$volume1)
- e21:Did you get your volumes mixed up?
- h:p(1)V(1) equals p(2)V(2), so $pressure times $volume1 =
- h:p(final) times $volume2.
-