Meijjer G function implementation
Mostra commenti meno recenti
Need Matlab implementation of the following Meijer G function. Here alpha, beta, gamma and theta are positive numbers.
1 Commento
Rena Berman
il 9 Mar 2023
(Answers Dev) Restored edit
Risposte (2)
Star Strider
il 19 Feb 2023
Modificato: Star Strider
il 19 Feb 2023
1 voto
EDIT — (19 Feb 2023 mat 21:57)
With respect to its being written correctly, if the arguments are appropriate to the function, and if it gives an appropriate result in the context of the problem being solved, then it is likely written correctly.
.
Walter Roberson
il 19 Feb 2023
0 voti
When the G notation is used,
then each of m, n, p, q are expected to be scalars, and z is expect to be scalar (or at least that the previous coefficients apply equally to each element in z)
With the vectors given for some of the m n p q, it is difficult to tell what is happening, and the z values do not form an array. I get the impression that different m n p q values are intended to apply to different z entries, but it is difficult to say what the mapping would be -- or what the horizontal lines in z are, or what is intended by the semi-colon in the bottom z row.
I would say that it is almost certain that you have not written the code in a manner that corresponds to MeijerG notation.
In particular it looks to me as if you have reversed the roles of the a b matrices and the z matrices when you wrote your code. In G notation, everything after the vertical line is z value, which should be the last parameter of meijerG
Categorie
Scopri di più su Array Geometries and Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!