Question: Write a script file in MATLAB for this question. The Antoine equation uses empirical constants to model the vapor pressure of a gas as a
The Antoine equation uses empirical constants to model the vapor pressure of a gas as a function of temperature. The model equation is: log(P) = A-C+T 0 Where: P- Pressure, in mmHg A Empirical constant B-Empirical constant C- Empirical constant T- Temperature, in C The normal boiling point of a liquid is the temperature at which the vapor pressure (P) of the gas is equal to atmospheric pressure, 760 mmHg. Write a script file that: (1) Uses MATLAB's symbolic capability to find the normal boiling point of benzene if the empirical constants are: A-6.89272 B- 1203.523 C= 219.888 Hint: substitute for the constants (A, B, and C) and then solve the equation for T (2) Use ezplot function to create a plot of T as a function of P for pressures ranging between 100 and 1000 mmHg. Make sure to add labels and title
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
