Introduction : In this solution, we apply Newton’s method matlab to solve 3x^3-2x^2-3*x+12=0 and find the root that lies in the interval [-2, -1] such that error is less than or equal to 0.001. Question : Use Newton’s method matlab…
Posted inMATLAB Uncategorized