-
Notifications
You must be signed in to change notification settings - Fork 1
/
FoxH-2_9_12_output.tex
74 lines (59 loc) · 1.52 KB
/
FoxH-2_9_12_output.tex
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
\documentclass[11pt]{article}
\input{../latex_sources/preamble.tex}
\addbibresource{../latex_sources/Fox-H_biber.bib}
\begin{document}
\section{Example \url{FoxH-2_9_12.wls}}
\paragraph{File content}
\inputminted{text}{FoxH-2_9_12.wls}
\paragraph{Fox H-function}
\begin{align*}
\FoxH
{1,2}
{2,2}
{\cdot}
{\left(\frac{1}{2}, 1\right), \left(\frac{1}{2}, 1\right)}
{\left(0, 1\right), \left(-\frac{1}{2}, 1\right)}
\end{align*}
\begin{align*}
\FoxHext
{1,2}
{2,2}
{\cdot}
{\left(\frac{1}{2}, 1\right), \left(\frac{1}{2}, 1\right)}
{}
{\left(0, 1\right)}
{\left(-\frac{1}{2}, 1\right)}
\end{align*}
\paragraph{Summary}
\begin{align*}
a^* & = 2 \\
\Delta & = 0 \\
\delta & = \text{ComplexInfinity} \\
\mu & = -\frac{3}{2} \\
a_1^* & = 1 \\
a_2^* & = 1 \\
\xi & = \frac{3}{2} \\
c^* & = 1 \\
\end{align*}
\paragraph{Poles}
\noindent\textbf{1. First eight poles from upper front list}
\begin{align*}
a_{i,k} =
\left(
\begin{array}{cccccccc}
\frac{1}{2} & \frac{3}{2} & \frac{5}{2} & \frac{7}{2} & \frac{9}{2} & \frac{11}{2} & \frac{13}{2} & \frac{15}{2} \\
\frac{1}{2} & \frac{3}{2} & \frac{5}{2} & \frac{7}{2} & \frac{9}{2} & \frac{11}{2} & \frac{13}{2} & \frac{15}{2} \\
\end{array}
\right)
\end{align*}
\noindent\textbf{2. First eight poles from lower front list}
\begin{align*}
b_{j,\ell} =
\left(
\begin{array}{cccccccc}
0 & -1 & -2 & -3 & -4 & -5 & -6 & -7 \\
\end{array}
\right)
\end{align*}
\printbibliography[title={References}]
\end{document}