ContentsIndexReferenceHome
PreviousUpNext
HYPER
MATLAB
F = HYPER(A,B,x,[N])
Description

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
Parameters 
Description 
A [vector] 
First argument to hypergeometric function, length=a 
B [vector] 
Second argument to hypergeometric function, length=b 
x [vector] 
Evaluation points 
N [scalar] 
(Optional) Number of terms in the expansion, defaults to 1000 
Return Values
Return Values 
Description 
F [vector] 
$_aF_b({A};{B};{x})$ 
See Also
Group
Made with Doc-O-Matic.
Copyright (c) 2009. All rights reserved.
What do you think about this topic? Send feedback!