Numerical integration using trapezoidal and Simpson's rule in python

preview_player
Показать описание

In this video, you are going to learn how to perform numerical integration in python using trapezoidal and Simpson's rule. Here, you will learn how to compute definite integrals in python. We will give a brief overview of the trapezoidal and Simpsons definite integral formula, and then implement in python with few examples. Please watch this video until the end for a complete guide. So, Guys, I hope that this tutorial will help you in solving definite integrals.
#python #pythonprogramming

Don't forget to like and subscribe "Dr Manab" YouTube channel to get updates of all upcoming videos. Let me know in the comments below if you have any questions.

Thanks for watching.
Like, Comment, Share, Subscribe !!

Thank you !!
Рекомендации по теме
Комментарии
Автор

6:09 What is that for loop actually calculating?

Amani_Rose
Автор

what is the function of variable "h" ? In the final formulation of "f'" we are not using that.

srijanisen
Автор

I see you've declared h above before the loop but why you didn't put h in the for loop when calculating the integral ?

btw, it's a good video, keep it up

OK-nsdm
Автор

I try to do the same but I get error " import numpy as np
ModuleNotFoundError: No module named 'numpy'" . Can you help me?
THANK YOU

amalabdallah
Автор

что ж численные методы завели меня сюда... мемно

slavarhein