how to integrate a function from 0 to inf?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I need to integrate a function and i would like to know if it exist a way to integrate between a real number and inf, or a way to approximate the process. Thanks for help
0 Kommentare
Antworten (1)
Alessandro Masullo
am 25 Apr. 2016
You can, but it would require... an infinite time :)
The answer mostly depends on your function. You could evaluate the function (analytic, I suppose) from 0 to an arbitrarily high number and then use sum, trapz, or any other integration method.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differentiation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!