Numerical Methods in Python Series - Integral

preview_player
Показать описание
Numerical Methods in Python Series - Integral

this tutorial will show you how to calculate integral and draw the result with Python

In mathematics, an integral assigns numbers to functions in a way that can describe displacement, area, volume, and other concepts that arise by combining infinitesimal data. Integration is one of the two main operations of calculus, with its inverse operation, differentiation, being the other. [Wikipedia]

steps:
1. open Google Colab
2. type in the code
3. run the first code for f(x) = x ** 4 * (1 - x) ** 4 / (1 + x ** 2)
4. see the result
5. run the second code for f(x) = x ** 4 * (1 - x) ** 4 / (1 + x ** 2)
6. see the result
7. run the first code for f(x) = return (x - 3) * (x - 5) * (x - 7) + 85
8. see the result
9. run the second code for f(x) = return (x - 3) * (x - 5) * (x - 7) + 85
10. see the result

you can try to put different data and make analysis :)

References:

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

Рекомендации по теме