RUVIDEO
Поделитесь видео 🙏

Solving Non Linear Equations - in Python

Numerical Methods in Python Series - Solving Non Linear Equations

this tutorial will show you how to solve non linear equation in Python.

the function is

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

with interval between

a = -0.5 to b = 1.4

and step between each x
h = 0.1

steps:
1. watch previous video:
Numerical Methods in Python Series - Calculating Taylor Series for Exponential Function
https://youtu.be/ib1sE3l7WNk

2. create a code that compute the function with some interval of x (a to b) with step h = 0.1. if the sign is changed within the interval, then there must be at least one solution. choosing smaller h will give higher probability to find the interval with a single solution

3. the result show that the interval with solution is
[-0.40, -0.30] and [0.60, 0.70]


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

you can get the code from github:
https://github.com/cryptocodecg/numerical-methods


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

also visit our website: http://procodecg.com

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

and follow us on Instagram: https://www.instagram.com/procodecg/

Twitter: https://twitter.com/procodecg

Facebook: http://facebook.com/procodecg/

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Solving Non Linear Equations - in Python», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.