numerical value of hypergeometric function
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)
Sagemath answered 16.9608452387059. But this should be 8/5=1.60000000. All the other numerical values are also unreliable.
I hope this will be fixed in the next version.
Where does your supposed "right answer" come from ?
The special value of the hypergeometric 2F1 can be found in http://mathworld.wolfram.com/HypergeometricFunction.html (this page) or maybe its reference. By the way, 8/6 in my posting is typo. Correctly, this is 8/5.