Python Tutorial: Learn Scipy - Integration (scipy.integrate) in 7 Minutes

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


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

Was trying to find a simple code for integration with scipy and other sites were confusing. You explained it so clearly. Thank you!

nancyasante
Автор

Thank you! Was struggling to figure out how to use these function but this video explained them perfectly.

udbegby
Автор

That’s pretty useful and easy for applying!

millionbryan
Автор

Thank you so much for the help! Great video!

carolinefernandesdeoliveir
Автор

Can you make a video on how to send arguments to a definition from an integration. I can do that for quad, but there is some problem with dblquad whenever I try it. Thank you.

the_third_edition
Автор

The double-integral here is wrong because the first argument to the function should be y first, def f(y, x), because Python treats the first argument as the variable of integration for the inner integral.

AJ-etvf
Автор

Can you list the codes used in the video? Thank you.

piyomaru
Автор

double integration is just change function to (x*y**2) and do it by your hand and compare the results with you will

shivamgakkhar