Gamma function in MATLAB

2 vues (au cours des 30 derniers jours)
Juana21
Juana21 le 7 Déc 2012
Hi, I have this Gamma function and I need to solve it,but I do not know how :( Can somebody help me, please? I need to use MATLAB for it:
integrate s^(1/40)*e^(-(y-5)^(2)/(2*s^2)) ds
thank you in advance :)

Réponses (1)

Matt Fig
Matt Fig le 7 Déc 2012
Modifié(e) : Matt Fig le 7 Déc 2012
syms s y
I = int(s^(1/40)*exp(-(y-5)^(2)/(2*s^2)),s)

Catégories

En savoir plus sur Gamma Functions dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by