Solving some numerical problems with MATLAB programming language to improve ,expand and practice my skills at MATLAB.
Writing a MATLAB function that uses Bisection Method to iteratively estimate the positive real root of the equation ln(π₯) = 0.7 in the interval [xl, xu] until Ξ΅a is less than Ξ΅s.
Writing a MATLAB function that calculates the approximate value of arctan(x) using the Maclaurin series approximation:
arctan(π₯) = π₯ βπ₯^3/3 +π₯^5/5 βπ₯^7/7 + β―
I . Writing a MATLAB function that accepts n values of π₯ and π¦, perform Linear Regression and returns values of r2 and, the model parameters π and π0.
II. Writing another MATLAB function that accepts n values of π₯ and π¦ (provided as arrays), checks for Linear, Power and Saturation growth rate models, and estimate the values of parameters π and π0 (or πΌ and π½, whichever is applicable).
Writing a MATLAB function that solves 1st ODE using Mid-point method to solve The accumulation of mass in a reactor.
π(dc/dt)=Qcin-Qc0