Solve using Matlab:
MATLAB - MATLAB- MATLAB ONLY
Code clc; clear all; %Given Data  R=0.518; Pc = 4600; Tc = 191;  T = -40 + 273; %Temperature should be in Kelvin P = 65000; %Calculate the parameters a & b a = 0.427*(R^2)*(Tc^2.5)/Pc; b = 0.0866*R*Tc/Pc; % Volume Calculation syms v %vo ... See the full answer