Skip to content

Repository files navigation

MATLAB-Programming

1_wxtUxzIjfqGW2GDUSYbSMw

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.

A-graphical-representation-of-convergence-of-bisection-interval-halving-method-source

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). linearRegression2-3

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

About

Solving some numerical problems with MATLAB programming language to improve ,expand and practice my skills AT MATLAB.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages