Solving Meijer G function!!
조회 수: 3 (최근 30일)
이전 댓글 표시
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/161539/image.png)
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
답변 (2개)
Walter Roberson
2017년 3월 10일
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.
댓글 수: 0
Walter Oevel
2017년 5월 9일
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.
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!