Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a) Create a secante function in a secante.m file on Matlab which uses the secante method for solution of a system of non linear equation.
a) Create a secante function in a secante.m file on Matlab which uses the secante method for solution of a system of non linear equation. The function stops after a number of iterations Nmax or when the absolute value of the fucntion is smaller than the tolorance .
b)apply this function to the function
with Nmax=30, and = 0.5E-6
fi() = x2 - 5cos(2/3) f2(x) = tan(1/2) - r f3(2) = 50.rlnz 3.0Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started