Solving Meijer G function!!
古いコメントを表示
Can anyone solve the following Meijer-G function in matlab for any numerical value of z, k, Q1 and Q2?

Thanks in advance for your help
1 件のコメント
Karan Gill
2017 年 9 月 29 日
Starting R2017b, meijerG is available in MATLAB. See https://www.mathworks.com/help/symbolic/meijerg.html .
採用された回答
その他の回答 (2 件)
Deepak Kumar singh
2020 年 2 月 10 日
0 投票
What is the MeijerG function and how it is use.
1 件のコメント
Walter Roberson
2020 年 2 月 10 日
paul Santi
2020 年 9 月 17 日
編集済み: paul Santi
2020 年 9 月 17 日
0 投票
How do I calculate the Meijer G function using matlab
( | |x|^2) where the first row vector is $(1/2-a , -a)$ and the second row is $(0 , -1/2)$ where $a>0$ and less than $1/2$ and $|x|>1.$
1 件のコメント
Soumen Mondal
2022 年 5 月 3 日
meijerG([0.5-a], [-a], [0], -0.5], ((abs(x))^2)
カテゴリ
ヘルプ センター および File Exchange で Common Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

