How to I solve following meijerG function

Answers (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)'

Products

Release

R2024b

Asked:

on 21 Jan 2025

Answered:

on 21 Jan 2025

Community Treasure Hunt

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

Start Hunting!