الخطوط العريضة للقسم
-
In this video, you will be introduced to some of the methods for solving nonlinear scalar equations.
Watch all the videos given to get the full ideas on how these methods works.-
Nonlinear Scalar Equations ملف
-
Introduction to scalar nonlinear equations رابط الكتروني
What are scalar nonlinear equations?
Watch the given video to find out.
-
The bisection method is an approximation method to find the roots of the given equation by repeatedly dividing the interval. This method will divide the interval until the resulting interval is found, which is extremely small.
-
The secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
-
The secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.
-
Consider the following function f(x)=x^2+1 in [0,3].
The numerical results are given by three different methods as below:
From the given Tables above, choose the best method in solving the given function f(x).
-
Exercises on Bisection method رابط الكتروني
Use Scilab instead of Octave or Matlab.
-
ACTIVITY 4 واجب
-