How to I solve following meijerG function

Respuestas (1)

syms a b epsilon
meijerG((1-b)/2, [], [a/2, -a/2], [], epsilon)
ans = 
char(ans)
ans = '(gamma(-a)*gamma(a/2 + b/2 + 1/2)*exp(epsilon/2)*whittakerM(-b/2, a/2, epsilon))/epsilon^(1/2) + (gamma(b/2 - a/2 + 1/2)*exp(epsilon/2)*gamma(a)*whittakerM(-b/2, -a/2, epsilon))/epsilon^(1/2)'

Productos

Versión

R2024b

Etiquetas

Preguntada:

el 21 de En. de 2025

Respondida:

el 21 de En. de 2025

Community Treasure Hunt

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

Start Hunting!

Translated by