کد متلب محاسبه ی ضریب تراکم پذیری و حجم با معادلات حالات درجه سوم ورودی ها: state,eos,T,P,Tc,Pc,w خروجی ها: [Z V] نوع فایل: Matlab % Estimation of Z and V using cubic equations of state% % input% ( state: fluid state (liquid: L, vapor: V% ( eos: type of equation being used (VDW, RK, SRK, PR% ( T,P: temperature (K) and pressure (bar% ( Tc,Pc: critical temperature (K) and pressure (bar%  w: acentric factor% Example ; T=350; P=9.4573; Tc=425.1; Pc=37.96; w=0.2 ; ...