~ubuntu-branches/ubuntu/trusty/gsl-ref-html/trusty

« back to all changes in this revision

Viewing changes to Complete-Fermi_002dDirac-Integrals.html

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2006-04-12 19:46:32 UTC
  • mfrom: (1.3.1 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060412194632-c9lodpl075pv9si3
Tags: 1.8-1
* New upstream release 1.8
* As with previous releases, the sources were obtained from the FSF web 
  pages by means of a wget call (c.f. the debian/rules target 'upstream')

* debian/control: Standards-Version increased to 3.6.2
* debian/copyright: Updated FSF address
* debian/rules: Set DH_COMPAT=4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>Complete Fermi-Dirac Integrals - GNU Scientific Library -- Reference Manual</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name="description" content="GNU Scientific Library -- Reference Manual">
 
6
<meta name="generator" content="makeinfo 4.8">
 
7
<link title="Top" rel="start" href="index.html#Top">
 
8
<link rel="up" href="Fermi_002dDirac-Function.html#Fermi_002dDirac-Function" title="Fermi-Dirac Function">
 
9
<link rel="next" href="Incomplete-Fermi_002dDirac-Integrals.html#Incomplete-Fermi_002dDirac-Integrals" title="Incomplete Fermi-Dirac Integrals">
 
10
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 
11
<!--
 
12
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 The GSL Team.
 
13
 
 
14
Permission is granted to copy, distribute and/or modify this document
 
15
under the terms of the GNU Free Documentation License, Version 1.2 or
 
16
any later version published by the Free Software Foundation; with the
 
17
Invariant Sections being ``GNU General Public License'' and ``Free Software
 
18
Needs Free Documentation'', the Front-Cover text being ``A GNU Manual'',
 
19
and with the Back-Cover Text being (a) (see below).  A copy of the
 
20
license is included in the section entitled ``GNU Free Documentation
 
21
License''.
 
22
 
 
23
(a) The Back-Cover Text is: ``You have freedom to copy and modify this
 
24
GNU Manual, like GNU software.''-->
 
25
<meta http-equiv="Content-Style-Type" content="text/css">
 
26
<style type="text/css"><!--
 
27
  pre.display { font-family:inherit }
 
28
  pre.format  { font-family:inherit }
 
29
  pre.smalldisplay { font-family:inherit; font-size:smaller }
 
30
  pre.smallformat  { font-family:inherit; font-size:smaller }
 
31
  pre.smallexample { font-size:smaller }
 
32
  pre.smalllisp    { font-size:smaller }
 
33
  span.sc    { font-variant:small-caps }
 
34
  span.roman { font-family:serif; font-weight:normal; } 
 
35
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
 
36
--></style>
 
37
</head>
 
38
<body>
 
39
<div class="node">
 
40
<p>
 
41
<a name="Complete-Fermi-Dirac-Integrals"></a>
 
42
<a name="Complete-Fermi_002dDirac-Integrals"></a>
 
43
Next:&nbsp;<a rel="next" accesskey="n" href="Incomplete-Fermi_002dDirac-Integrals.html#Incomplete-Fermi_002dDirac-Integrals">Incomplete Fermi-Dirac Integrals</a>,
 
44
Up:&nbsp;<a rel="up" accesskey="u" href="Fermi_002dDirac-Function.html#Fermi_002dDirac-Function">Fermi-Dirac Function</a>
 
45
<hr>
 
46
</div>
 
47
 
 
48
<h4 class="subsection">7.18.1 Complete Fermi-Dirac Integrals</h4>
 
49
 
 
50
<p><a name="index-complete-Fermi_002dDirac-integrals-528"></a><a name="index-Fj_0028x_0029_002c-Fermi_002dDirac-integral-529"></a>The complete Fermi-Dirac integral F_j(x) is given by,
 
51
 
 
52
<div class="defun">
 
53
&mdash; Function: double <b>gsl_sf_fermi_dirac_m1</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fm1-530"></a></var><br>
 
54
&mdash; Function: int <b>gsl_sf_fermi_dirac_m1_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fm1_005fe-531"></a></var><br>
 
55
<blockquote><p>These routines compute the complete Fermi-Dirac integral with an index of -1. 
 
56
This integral is given by
 
57
<!-- {$F_{-1}(x) = e^x / (1 + e^x)$} -->
 
58
F_{-1}(x) = e^x / (1 + e^x). 
 
59
<!-- Exceptional Return Values: GSL_EUNDRFLW -->
 
60
</p></blockquote></div>
 
61
 
 
62
<div class="defun">
 
63
&mdash; Function: double <b>gsl_sf_fermi_dirac_0</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f0-532"></a></var><br>
 
64
&mdash; Function: int <b>gsl_sf_fermi_dirac_0_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f0_005fe-533"></a></var><br>
 
65
<blockquote><p>These routines compute the complete Fermi-Dirac integral with an index of 0. 
 
66
This integral is given by F_0(x) = \ln(1 + e^x). 
 
67
<!-- Exceptional Return Values: GSL_EUNDRFLW -->
 
68
</p></blockquote></div>
 
69
 
 
70
<div class="defun">
 
71
&mdash; Function: double <b>gsl_sf_fermi_dirac_1</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f1-534"></a></var><br>
 
72
&mdash; Function: int <b>gsl_sf_fermi_dirac_1_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f1_005fe-535"></a></var><br>
 
73
<blockquote><p>These routines compute the complete Fermi-Dirac integral with an index of 1,
 
74
F_1(x) = \int_0^\infty dt (t /(\exp(t-x)+1)). 
 
75
<!-- Exceptional Return Values: GSL_EUNDRFLW, GSL_EOVRFLW -->
 
76
</p></blockquote></div>
 
77
 
 
78
<div class="defun">
 
79
&mdash; Function: double <b>gsl_sf_fermi_dirac_2</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f2-536"></a></var><br>
 
80
&mdash; Function: int <b>gsl_sf_fermi_dirac_2_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f2_005fe-537"></a></var><br>
 
81
<blockquote><p>These routines compute the complete Fermi-Dirac integral with an index
 
82
of 2,
 
83
F_2(x) = (1/2) \int_0^\infty dt (t^2 /(\exp(t-x)+1)). 
 
84
<!-- Exceptional Return Values: GSL_EUNDRFLW, GSL_EOVRFLW -->
 
85
</p></blockquote></div>
 
86
 
 
87
<div class="defun">
 
88
&mdash; Function: double <b>gsl_sf_fermi_dirac_int</b> (<var>int j, double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fint-538"></a></var><br>
 
89
&mdash; Function: int <b>gsl_sf_fermi_dirac_int_e</b> (<var>int j, double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fint_005fe-539"></a></var><br>
 
90
<blockquote><p>These routines compute the complete Fermi-Dirac integral with an integer
 
91
index of j,
 
92
F_j(x) = (1/\Gamma(j+1)) \int_0^\infty dt (t^j /(\exp(t-x)+1)). 
 
93
<!-- Complete integral F_j(x) for integer j -->
 
94
<!-- Exceptional Return Values: GSL_EUNDRFLW, GSL_EOVRFLW -->
 
95
</p></blockquote></div>
 
96
 
 
97
<div class="defun">
 
98
&mdash; Function: double <b>gsl_sf_fermi_dirac_mhalf</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fmhalf-540"></a></var><br>
 
99
&mdash; Function: int <b>gsl_sf_fermi_dirac_mhalf_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fmhalf_005fe-541"></a></var><br>
 
100
<blockquote><p>These routines compute the complete Fermi-Dirac integral
 
101
<!-- {$F_{-1/2}(x)$} -->
 
102
F_{-1/2}(x). 
 
103
<!-- Exceptional Return Values: GSL_EUNDRFLW, GSL_EOVRFLW -->
 
104
</p></blockquote></div>
 
105
 
 
106
<div class="defun">
 
107
&mdash; Function: double <b>gsl_sf_fermi_dirac_half</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fhalf-542"></a></var><br>
 
108
&mdash; Function: int <b>gsl_sf_fermi_dirac_half_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005fhalf_005fe-543"></a></var><br>
 
109
<blockquote><p>These routines compute the complete Fermi-Dirac integral
 
110
<!-- {$F_{1/2}(x)$} -->
 
111
F_{1/2}(x). 
 
112
<!-- Exceptional Return Values: GSL_EUNDRFLW, GSL_EOVRFLW -->
 
113
</p></blockquote></div>
 
114
 
 
115
<div class="defun">
 
116
&mdash; Function: double <b>gsl_sf_fermi_dirac_3half</b> (<var>double x</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f3half-544"></a></var><br>
 
117
&mdash; Function: int <b>gsl_sf_fermi_dirac_3half_e</b> (<var>double x, gsl_sf_result * result</var>)<var><a name="index-gsl_005fsf_005ffermi_005fdirac_005f3half_005fe-545"></a></var><br>
 
118
<blockquote><p>These routines compute the complete Fermi-Dirac integral
 
119
<!-- {$F_{3/2}(x)$} -->
 
120
F_{3/2}(x). 
 
121
<!-- Exceptional Return Values: GSL_EUNDRFLW, GSL_EOVRFLW -->
 
122
</p></blockquote></div>
 
123
 
 
124
   </body></html>
 
125