Confluent Hypergeometric Function of the Second Kind

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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 7월 2일

0 개 추천

댓글 수: 1

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..

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Special Functions에 대해 자세히 알아보기

질문:

2016년 7월 2일

편집:

2016년 7월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by