Regularized hypergeometric function in Matlab
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I would like to implement the value of a regularized hypergeometric function :
.
I don't know how to write it in Matlab : For instance, I know that the regularized confluent hypergeometric function is written like this :
hypergeom(a,b,c)/gamma(b);
But when the a vector is empty how do we write the regularized form ?
The generalized form in my case should be something like :
hypergeom([],b,c);
Anyone for help please ?
Thank you.
0 Commenti
Risposta accettata
Walter Roberson
il 6 Lug 2022
syms k
desired = hypergeom([], 2, 1/(4*k))
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Number Theory in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
