F = HYPER(A,B,x,[N])
Returns the complex hypergeometric $_aF_b({A};{B};{x})$ function using a series approximation with N terms where a is the length of the vector A and b is the length of the vector B.
|
Parameters |
Description |
|
A [vector] |
First argument to hypergeomtric function, length=a |
|
B [vector] |
Second argument to hypergeomtric function, length=b |
|
x [vector] |
Evaluation points |
|
N [scalar] |
(Optional) Number of terms in the expansion, defaults to 1000 |
|
Return Values |
Description |
|
F [vector] |
$_aF_b({A};{B};{x})$ |
|
Copyright (c) 2009. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|