Effacer les filtres
Effacer les filtres

Confluent Hypergeometric Function of the Second Kind

12 vues (au cours des 30 derniers jours)
george veropoulos
george veropoulos le 2 Juil 2016
hi there a function that define the Confluent Hypergeometric Function of the Second Kind i have made a matlab function with the formula y=z.^(-a).*hypergeom([a,1+a-b],[],-1./z); this a correct formula...
thank you in advance george

Réponses (1)

Walter Roberson
Walter Roberson le 2 Juil 2016
  1 commentaire
george veropoulos
george veropoulos le 2 Juil 2016
Modifié(e) : Walter Roberson le 2 Juil 2016
thank you i m writing a funcrion with integral form
function y= U(a,b,z)
%UNTITLED Summary of this function goes here
% Detailed explanation goes here
f=@(t)exp(-z.*t).*t.^(a-1).*(1+t).^(b-a-1)
y=integral(f,0,inf)./gamma(a)
end
the values are cloder with the y=z.^(-a).*hypergeom([a,1+a-b],[],-1./z); i think that is a the correct form..

Connectez-vous pour commenter.

Catégories

En savoir plus sur Special Functions dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by