Message Boards Message Boards

0
|
2304 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

How to write the Meijer g-function in Mathematica?

Posted 3 years ago

Hi everyone,

could you please write the code for the following Meijer g-function. I am not familiar with, sorry about it. Thank you very much in advance.

enter image description here

POSTED BY: Masood Ahmed
2 Replies

Try:

HoldForm[MeijerG[{{1, 1}, {}}, {{1}, {0}}, x]] // TraditionalForm

MeijerG[{{1, 1}, {}}, {{1}, {0}}, x]
(*Log[1 + x]*)

MeijerGReduce[Log[1 + x], x]
(*Inactive[MeijerG][{{1, 1}, {}}, {{1}, {0}}, x]*)

If you have it written in Latex we can extract to MMA Input form:

  HoldForm[\!\(\*
  TagBox[
  RowBox[{"MeijerG", "[", 
  RowBox[{
  RowBox[{"{", 
  RowBox[{
  RowBox[{"{", 
  RowBox[{"1", ",", "1"}], "}"}], ",", 
  RowBox[{"{", "}"}]}], "}"}], ",", 
  RowBox[{"{", 
  RowBox[{
  RowBox[{"{", "1", "}"}], ",", 
  RowBox[{"{", "0", "}"}]}], "}"}], ",", "x"}], "]"}],
  HoldForm]\)] // TeXForm
 (ToExpression[%, TeXForm] // Quiet)[[1]]
POSTED BY: Mariusz Iwaniuk
Posted 3 years ago

Thank you very much.

POSTED BY: Masood Ahmed
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract