how to code hypergeometric functions ?

How to code those two hypergeometric functions ?
2F1(3/4,3/4,7/4;1/(1-b)
2F1[1,1,7/4;e^(ql/d)/(1-b)

답변 (1개)

Walter Roberson
Walter Roberson 2022년 1월 7일

0 개 추천

syms b ql d
val1 = hypergeom([3/4, 3/4], [7/4], 1/(1-b))
val1 = 
val2 = hypergeom([1, 1], [7/4], exp(ql/d)/(1-b))
val2 = 

카테고리

제품

질문:

SAM
2022년 1월 7일

답변:

2022년 1월 7일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by