Gamma function in MATLAB

2 次查看(过去 30 天)
Juana21
Juana21 2012-12-7
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 :)

回答(1 个)

Matt Fig
Matt Fig 2012-12-7
编辑:Matt Fig 2012-12-7
syms s y
I = int(s^(1/40)*exp(-(y-5)^(2)/(2*s^2)),s)

类别

Help CenterFile Exchange 中查找有关 Gamma Functions 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by