FERMI_DIRACSection: User Contributed Perl Documentation (3)Updated: 2004-06-15 |
FERMI_DIRACSection: User Contributed Perl Documentation (3)Updated: 2004-06-15 |
Complete Fermi-Dirac Integrals:
F_j(x) := 1/Gamma[j+1] Integral[ t^j /(Exp[t-x] + 1), {t,0,Infinity}]
Incomplete Fermi-Dirac Integrals:
F_j(x,b) := 1/Gamma[j+1] Integral[ t^j /(Exp[t-x] + 1), {t,b,Infinity}]
Signature: (double x(); double [o]y(); double [o]e(); int j)
Complete integral F_j(x) for integer j
Signature: (double x(); double [o]y(); double [o]e())
Signature: (double x(); double [o]y(); double [o]e())
Signature: (double x(); double [o]y(); double [o]e())
Signature: (double x(); double [o]y(); double [o]e(); double b)
Incomplete integral F_0(x,b) = ln(1 + e^(b-x)) - (b-x)
The GSL SF modules were written by G. Jungman.