/usr/share/doc/axiom-doc/hypertex/dlmf.xhtml is in axiom-hypertex-data 20120501-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | <?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:m="http://www.w3.org/1998/Math/MathML">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="us-ascii"/>
<title>Axiom Documentation</title>
<style>
html {
background-color: #ECEA81;
}
body {
margin: 0px;
padding: 0px;
}
div.command {
color:red;
}
div.center {
color:blue;
}
div.reset {
visibility:hidden;
}
div.mathml {
color:blue;
}
input.subbut {
background-color:#ECEA81;
border: 0;
color:green;
font-family: "Courier New", Courier, monospace;
}
input.noresult {
background-color:#ECEA81;
border: 0;
color:black;
font-family: "Courier New", Courier, monospace;
}
span.cmd {
color:green;
font-family: "Courier New", Courier, monospace;
}
pre {
font-family: "Courier New", Courier, monospace;
}
</style>
</head>
<body>
<div align="center"><img align="middle" src="doctitle.png"/></div>
<hr/>
<div align="center">
<a href="http://dlmf.nist.gov">
Digital Library of Mathematical Functions
</a><br/>
The Gamma Function by R. A. Askey and R. Roy
</div>
<hr/>
<p>
The Gamma function is an extension of the factorial function to
real and complex numbers. For positive integers,
<m:math display="inline">
<m:mi mathvariant="normal">Γ</m:mi>
<m:mrow>
<m:mo>(</m:mo>
<m:mi>n</m:mi>
<m:mo>)</m:mo>
</m:mrow>
<m:mo>=</m:mo>
<m:mrow>
<m:mo>(</m:mo>
<m:mi>n</m:mi>
<m:mo>-</m:mo>
<m:mn>1</m:mn>
<m:mo>)</m:mo>
<m:mi mathvariant="normal">!</m:mi>
</m:mrow>
</m:math>.
</p>
<p>
These pages explore Axiom's facilities for handling the Gamma function.
In particular we try to show that Axiom conforms to published standards.
</p>
<ul>
<li><b>Notation</b></li>
<ul>
<li><a href="dlmfnotation.xhtml">Notation</a></li>
</ul>
<li><b>Properties</b></li>
<ul>
<li><a href="dlmfdefinitions.xhtml">Definitions</a></li>
<li><a href="dlmfgraphics.xhtml">Graphics</a></li>
<li><a href="dlmfspecialvaluesandextrema.xhtml">
Special Values and Extrema</a></li>
<li><a href="dlmffunctionrelations.xhtml">Function Relations</a></li>
<li><a href="dlmfinequalities.xhtml">Inequalities</a></li>
<li><a href="dlmfseriesexpansions.xhtml">Series Expansions</a></li>
<li><a href="dlmfinfiniteproducts.xhtml">Infinite Products</a></li>
<li><a href="dlmfintegralrepresentations.xhtml">
Integral Representations</a></li>
<li><a href="dlmfcontinuedfractions.xhtml">Continued Fractions</a></li>
<li><a href="dlmfasymptoticexpansions.xhtml">Asymptotic Expansions</a></li>
<li><a href="dlmfbetafunction.xhtml">Beta Function</a></li>
<li><a href="dlmfintegrals.xhtml">Integrals</a></li>
<li><a href="dlmfmultidimensionalintegral.xhtml">
Multidimensional Integral</a></li>
<li><a href="dlmfpolygammafunctions.xhtml">Polygamma Functions</a></li>
<li><a href="dlmfsums.xhtml">Sums</a></li>
<li><a href="dlmfbarnesgfunction.xhtml">
Barnes <i>G</i>-Function (Double Gamma Function)</a></li>
<li><a href="dlmfqgammaandbetafunctions.xhtml">
<i>q</i>-Gamma and Beta Functions</a></li>
</ul>
<li><b>Applications</b></li>
<ul>
<li><a href="dlmfmathematicalapplications.xhtml">
Mathematical Applications</a></li>
<li><a href="dlmfphysicalapplications.xhtml">
Physical Applications</a></li>
</ul>
<li><b>Computation</b></li>
<ul>
<li><a href="dlmfmethodsofcomputation.xhtml">
Methods of Computation</a></li>
<li><a href="dlmftables.xhtml">Tables</a></li>
<li><a href="dlmfapproximations.xhtml">Approximations</a></li>
<li>Axiom Software</li>
</ul>
</ul>
</body>
</html>
|