Numerical Methods in Python Series - Fixed Iteration Point Method

Опубликовано: 31 Май 2021
на канале: ProCode CG
1,358
6

Numerical Methods in Python Series - Fixed Iteration Point Method

this tutorial will show you how to solve non linear equation in Python using Fixed Iteration Point

steps:
1. watch previous video:
Numerical Methods in Python Series - Calculating Taylor Series for Exponential Function
   • Taylor Series for Exponential Function - i...  

Numerical Methods in Python Series - Solving Non Linear Equations
   • Solving Non Linear Equations - in Python  

Numerical Methods in Python Series - Bisection Method
   • Numerical Methods in Python Series - Bisec...  

Numerical Methods in Python Series - Regula Falsi Method
   • Numerical Methods in Python Series - Bisec...  

Numerical Methods in Python Series - Newton-Raphson Method
   • Numerical Methods in Python Series - Newto...  


2. the method


3. the function is:

f(x) = e^x - 5x^2

with initial guess

x = 1

and

epsilon = 0.00001

the result shows that the solution is convergence to 0.605270

4. try for

f(x) = x^3 - 2x^2 -5

with initial guess

x = 4

with
epsilon = 0.00001

the result shows that the solution is convergence to 2.690656

5. try for

f(x) = x^3 - x - 2

with initial guess

x = 2

with
epsilon = 0.00001

the result shows that the solution is convergence to 1.521380


we will learn more about solving non linear equations with Secant method in the next tutorial ;)

and at the end we will compare the results of each methods ;)

you can get the code from GitHub:
https://github.com/cryptocodecg/numer...

References:
https://mat.iitm.ac.in/home/sryedida/...


thanks for watching, don’t forget to subscribe, activate the notification bell, like this video and also share it to support this channel to be able to continuously creates useful tutorials :)

leave us some comments if there is any questions and let us know what you think :)

Intro and Outro created by ProCodeCG Kids: Islamey Fawwaz Alfattan

visit our website: http://procodecg.com

and blog: https://procodecg.wordpress.com

and follow us on Instagram:   / procodecg  

Twitter:   / procodecg  

Facebook:   / procodecg  


На этой странице сайта вы можете посмотреть видео онлайн Numerical Methods in Python Series - Fixed Iteration Point Method длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь ProCode CG 31 Май 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,358 раз и оно понравилось 6 зрителям. Приятного просмотра!