Solving Meijer G function!!

I am using MeijerG function. An equation includes negative sign in it, [-1,0,0], but when I use it, I get error.
Can you help me in solving this issue

1 comentario

Walter Roberson
Walter Roberson el 10 de Mzo. de 2017
This is a MuPAD notebook question. You should have mentioned that.

Iniciar sesión para comentar.

Respuestas (2)

Walter Roberson
Walter Roberson el 10 de Mzo. de 2017

0 votos

No pair of parameters ai - bj, i = 1, …, n. j = 1, …, m, should differ by a positive integer.
You violate that. 0 minus -1 is +1, a positive integer.
Walter Oevel
Walter Oevel el 9 de Mayo de 2017

0 votos

Walter Roberson's comment of 10 March 2017 is correct. Look up the definition of meijerG. If for any parameter pair a.i, b.j the difference a.i - b.j is a positive integer, the definition involves gamma functions evaluated at non-positive integer values (this is where the gamma function has singularities). meijerG simply is not defined for such parameters.

Productos

Preguntada:

el 10 de Mzo. de 2017

Respondida:

el 9 de Mayo de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by