numerical values of hypergeometric function fails? [closed]
I want to compute the value of hypergeometric 2F1 like this.
a=1/3; b=2/3; c=5/6; x=27/32
print n(hypergeometric([2,1],[a,b,c],x))
Sage math answered 16.9608452387059. But this should be 8.0/5=1.6000000.
Closed for the following reason
duplicate question by
tmonteil
close date 2016-01-31 21:09:07.100795
add a comment