Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Solving integration with by MatLab

조회 수: 4 (최근 30일)
kader
kader 2016년 11월 10일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 11월 10일
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)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by