Question: Using Matlab: write code to solve the following: This problem is the continuation of problem2 of HW8. Chemical reaction rates depend on a reaction-rate constant
Using Matlab: write code to solve the following:

This problem is the continuation of problem2 of HW8. Chemical reaction rates depend on a reaction-rate constant that is a function of temperature and activation energy: k = k_0e^-Q/RT In HW8 you linearized the formulation and interpolated unknown values on the linear version of the formulation. In this problem, we assume that we have no knowledge of mathematical relationship between T and k. Develop function my interpolation as shown in class and test it with a simple six points datasets; x=0:5; y = [15 10 9 6 2 0]; interpolate x=3.5. Now consider the following data: Plot the data with T on the x-axis and k on the y-axis. Use my interpolation function to find the values of k for T = 500K and T=590K. Use the MATLAB function linter to find the values of k for T=500K and T=590K. Use the MATLAB function interplay with the 'spline' option to find the values of k for T=500K and T=590K. Discuss and compare the results from HW8, part d, and part e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
