A rigid tank contains 1.2 m3 of argon at 21008C and 1 MPa. Heat is now transferred to argon until the temperature in the tank rises to 08C. Using the generalized charts, determine (a) the mass of the argon in the tank, (b) the final pressure, and (c) the heat transfer.
Lab 4 Venkata Yadavalli ME 2115 - 310 2/23/2017 clear; clc; Problem 1 r=12345.6789; fprintf('%f\n',r) fprintf('%10.4f\n',r) fprintf('%10.2f\n',r) fprintf('%6.4f\n',r) fprintf('%2.4f\n',r) 12345.678900 12345.6789 12345.68 12345.6789 12345.6789 Published with MATLABĀ® R2015b 1