Welcome to pyhypergeomatrix’s documentation!

Indices and tables

Members functions

hypergeomat.hypergeomPQ(m, a, b, x, alpha=2)

Hypergeometric function of a matrix argument.

Parameters:
  • m (positive integer) – truncation weight of the summation

  • a (numeric or complex vector) – vector of the “upper” parameters, possibly empty (or None)

  • b (numeric or complex vector) – vector of the “lower” parameters, possibly empty (or None)

  • x (numeric or complex vector) – arguments (the eigenvalues of the matrix)

  • alpha (positive number, optional) – the alpha parameter; the default is 2

Returns:

The value of the truncated hypergeometric function.

Return type:

real or complex number