Regularized hypergeometric function in Matlab

3 次查看(过去 30 天)
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.

采纳的回答

Walter Roberson
Walter Roberson 2022-7-6
syms k
desired = hypergeom([], 2, 1/(4*k))
desired = 
  3 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by