Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Solving integration with by MatLab
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How to solve the following integrations for the values 0 to inf in MATLAB? Here, a and b are constant
1. log(x + 1)*exp(-a*x))/(b*x + 1)
2. log(x + 1)*exp(-a*x))/((b*x + 1)^2)
Please derive the step by step to find a solution.
0 Kommentare
Antworten (1)
Walter Roberson
am 10 Nov. 2016
There is no closed form formula for int( (log(x + 1)*exp(-a*x))/(b*x + 1), x, 0, inf)
There is no closed form formula for int(log(x+1)*exp(-a*x)/(b*x+1)^2, x, 0, inf)
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!