Wolfram Research

Warning: This resource is provisional

Function Repository Resource:

MeijerGForm (1.0.0) current version: 1.2.1 »

Source Notebook

Convert a mathematical expression into an equivalent expression with head MeijerG

Contributed by: Paco Jain & Oleg Marichev

ResourceFunction["MeijerGForm"][f,z]

expresses the function f, written in terms of the independent variable z, in terms of MeijerG when possible.

Details and Options

The result of MeijerG form will either return the original expression, or one involving Inactive[MeijerG]. The Inactive wrapper is to prevent auto-evaluation of MeijerG into simpler functions, and can be removed with Activate.

Examples

Basic Examples (2) 

Get the Meijer-G form of a trigonometric function:

In[1]:=
ResourceFunction["MeijerGForm"][Sin[z], z]
Out[1]=

Activate the result to confirm correctness:

In[2]:=
Activate[%]
Out[2]=

Publisher

Wolfram|Alpha Math Team

Version History

  • 1.2.1 – 05 April 2024
  • 1.2.0 – 14 August 2023
  • 1.1.2 – 07 November 2022
  • 1.1.1 – 10 October 2022
  • 1.1.0 – 10 October 2022
  • 1.0.0 – 23 August 2022

Related Resources

License Information