how to do integration for gamma function with limits
4 ビュー (過去 30 日間)
古いコメントを表示
clc
clear all
syms x
int(gamma(x),x,0,1)
9 件のコメント
Walter Roberson
2020 年 7 月 25 日
It is not realistic that you would be able to find a closed form integral for that. You have t to unknown powers that are not guaranteed to be positive integers or even real-valued, and you have t^(-alp) where alp is an expression involving sin(t).
It is not even possible to find a closed form expression for int(t^sin(t), t, 0, 1)
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!