Integrate a complex function
조회 수: 3 (최근 30일)
이전 댓글 표시
Hi :
I have a complex function, function is
F(x,y)=2*c*(cosh(x)-cosh(y))+Z*b*(exp(x)-exp(y))+b*(exp(-Z*x)-exp(-Z*y)
x and y is variable, all others are constant, I need to integrate (F)^(-0.5), could you guys can give me some suggestion?
I tried on matlab, 'int' could not give me the result, 'trapz' I also could not get results. Please help me give me some idea.
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!