필터 지우기
필터 지우기

How can I get integral of following function? Matlab is not showing result?

조회 수: 1 (최근 30일)
syms p k y
>> z=sqrt((p*exp(-k*y))/(1-(1-p)*exp(-2*k*y)))
z =
((p*exp(-k*y))/(exp(-2*k*y)*(p - 1) + 1))^(1/2)
>> int(z)
ans =
int(((p*exp(-k*y))/(exp(-2*k*y)*(p - 1) + 1))^(1/2), y)

채택된 답변

madhan ravi
madhan ravi 2018년 10월 22일
Matlabs symbolic engine is not able to solve the integral because the question contains many symbolic variables.
  댓글 수: 5
dayu
dayu 2018년 10월 22일
Sir, I am getting result as complex numbers. But I am dealing with real numbers. What shall I do?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by