how to do integration for gamma function with limits

3 Ansichten (letzte 30 Tage)
Maths Maths
Maths Maths am 14 Jul. 2020
Kommentiert: Walter Roberson am 25 Jul. 2020
clc
clear all
syms x
int(gamma(x),x,0,1)
  9 Kommentare
Maths Maths
Maths Maths am 25 Jul. 2020
I need to calculate the value of M can anyone help me to do this.
Walter Roberson
Walter Roberson am 25 Jul. 2020
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)

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by