31.11: Difference between revisions
Jump to navigation
Jump to search
Admin moved page Main Page to Verifying DLMF with Maple and Mathematica |
Admin moved page Main Page to Verifying DLMF with Maple and Mathematica |
||
Line 14: | Line 14: | ||
! scope="col" style="position: sticky; top: 0;" | Numeric<br>Mathematica | ! scope="col" style="position: sticky; top: 0;" | Numeric<br>Mathematica | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11.E4 31.11.E4] | | | [https://dlmf.nist.gov/31.11.E4 31.11.E4] || <math qid="Q9088">L_{0}c_{0}+M_{0}c_{1} = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>L_{0}c_{0}+M_{0}c_{1} = 0</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">L[0]*c[0]+ M[0]*c[1] = 0</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[L, 0]*Subscript[c, 0]+ Subscript[M, 0]*Subscript[c, 1] == 0</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11.E5 31.11.E5] | | | [https://dlmf.nist.gov/31.11.E5 31.11.E5] || <math qid="Q9089">K_{j}c_{j-1}+L_{j}c_{j}+M_{j}c_{j+1} = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>K_{j}c_{j-1}+L_{j}c_{j}+M_{j}c_{j+1} = 0</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">K[j]*c[j - 1]+ L[j]*c[j]+ M[j]*c[j + 1] = 0</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[K, j]*Subscript[c, j - 1]+ Subscript[L, j]*Subscript[c, j]+ Subscript[M, j]*Subscript[c, j + 1] == 0</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11.E6 31.11.E6] | | | [https://dlmf.nist.gov/31.11.E6 31.11.E6] || <math qid="Q9090">K_{j} = -\frac{(j+\alpha-\mu-1)(j+\beta-\mu-1)(j+\gamma-\mu-1)(j+\lambda-1)}{(2j+\lambda-\mu-1)(2j+\lambda-\mu-2)}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>K_{j} = -\frac{(j+\alpha-\mu-1)(j+\beta-\mu-1)(j+\gamma-\mu-1)(j+\lambda-1)}{(2j+\lambda-\mu-1)(2j+\lambda-\mu-2)}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">K[j] = -((j + alpha - mu - 1)*(j + beta - mu - 1)*(j + gamma - mu - 1)*(j + lambda - 1))/((2*j + lambda - mu - 1)*(2*j + lambda - mu - 2))</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[K, j] == -Divide[(j + \[Alpha]- \[Mu]- 1)*(j + \[Beta]- \[Mu]- 1)*(j + \[Gamma]- \[Mu]- 1)*(j + \[Lambda]- 1),(2*j + \[Lambda]- \[Mu]- 1)*(2*j + \[Lambda]- \[Mu]- 2)]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11.E7 31.11.E7] | | | [https://dlmf.nist.gov/31.11.E7 31.11.E7] || <math qid="Q9091">L_{j} = a(\lambda+j)(\mu-j)-q+\frac{(j+\alpha-\mu)(j+\beta-\mu)(j+\gamma-\mu)(j+\lambda)}{(2j+\lambda-\mu)(2j+\lambda-\mu+1)}+\frac{(j-\alpha+\lambda)(j-\beta+\lambda)(j-\gamma+\lambda)(j-\mu)}{(2j+\lambda-\mu)(2j+\lambda-\mu-1)}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>L_{j} = a(\lambda+j)(\mu-j)-q+\frac{(j+\alpha-\mu)(j+\beta-\mu)(j+\gamma-\mu)(j+\lambda)}{(2j+\lambda-\mu)(2j+\lambda-\mu+1)}+\frac{(j-\alpha+\lambda)(j-\beta+\lambda)(j-\gamma+\lambda)(j-\mu)}{(2j+\lambda-\mu)(2j+\lambda-\mu-1)}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">L[j] = a*(lambda + j)*(mu - j)- q +((j + alpha - mu)*(j + beta - mu)*(j + gamma - mu)*(j + lambda))/((2*j + lambda - mu)*(2*j + lambda - mu + 1))+((j - alpha + lambda)*(j - beta + lambda)*(j - gamma + lambda)*(j - mu))/((2*j + lambda - mu)*(2*j + lambda - mu - 1))</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[L, j] == a*(\[Lambda]+ j)*(\[Mu]- j)- q +Divide[(j + \[Alpha]- \[Mu])*(j + \[Beta]- \[Mu])*(j + \[Gamma]- \[Mu])*(j + \[Lambda]),(2*j + \[Lambda]- \[Mu])*(2*j + \[Lambda]- \[Mu]+ 1)]+Divide[(j - \[Alpha]+ \[Lambda])*(j - \[Beta]+ \[Lambda])*(j - \[Gamma]+ \[Lambda])*(j - \[Mu]),(2*j + \[Lambda]- \[Mu])*(2*j + \[Lambda]- \[Mu]- 1)]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11.E8 31.11.E8] | | | [https://dlmf.nist.gov/31.11.E8 31.11.E8] || <math qid="Q9092">M_{j} = -\frac{(j-\alpha+\lambda+1)(j-\beta+\lambda+1)(j-\gamma+\lambda+1)(j-\mu+1)}{(2j+\lambda-\mu+1)(2j+\lambda-\mu+2)}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>M_{j} = -\frac{(j-\alpha+\lambda+1)(j-\beta+\lambda+1)(j-\gamma+\lambda+1)(j-\mu+1)}{(2j+\lambda-\mu+1)(2j+\lambda-\mu+2)}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">M[j] = -((j - alpha + lambda + 1)*(j - beta + lambda + 1)*(j - gamma + lambda + 1)*(j - mu + 1))/((2*j + lambda - mu + 1)*(2*j + lambda - mu + 2))</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[M, j] == -Divide[(j - \[Alpha]+ \[Lambda]+ 1)*(j - \[Beta]+ \[Lambda]+ 1)*(j - \[Gamma]+ \[Lambda]+ 1)*(j - \[Mu]+ 1),(2*j + \[Lambda]- \[Mu]+ 1)*(2*j + \[Lambda]- \[Mu]+ 2)]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11.E9 31.11.E9] | | | [https://dlmf.nist.gov/31.11.E9 31.11.E9] || <math qid="Q9093">M_{-1}P_{-1} = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>M_{-1}P_{-1} = 0</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">M[- 1]*P[- 1] = 0</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[M, - 1]*Subscript[P, - 1] == 0</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex1 31.11#Ex1] | | | [https://dlmf.nist.gov/31.11#Ex1 31.11#Ex1] || <math qid="Q9094">\lambda = \alpha</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\lambda = \alpha</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">lambda = alpha</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Lambda] == \[Alpha]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex2 31.11#Ex2] | | | [https://dlmf.nist.gov/31.11#Ex2 31.11#Ex2] || <math qid="Q9095">\mu = \beta-\epsilon</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\mu = \beta-\epsilon</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">mu = beta - epsilon</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Mu] == \[Beta]- \[Epsilon]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex3 31.11#Ex3] | | | [https://dlmf.nist.gov/31.11#Ex3 31.11#Ex3] || <math qid="Q9096">\lambda = \beta</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\lambda = \beta</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">lambda = beta</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Lambda] == \[Beta]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex4 31.11#Ex4] | | | [https://dlmf.nist.gov/31.11#Ex4 31.11#Ex4] || <math qid="Q9097">\mu = \alpha-\epsilon</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\mu = \alpha-\epsilon</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">mu = alpha - epsilon</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Mu] == \[Alpha]- \[Epsilon]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex5 31.11#Ex5] | | | [https://dlmf.nist.gov/31.11#Ex5 31.11#Ex5] || <math qid="Q9100">\lambda = \gamma+\delta-1</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\lambda = \gamma+\delta-1</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">lambda = gamma + delta - 1</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Lambda] == \[Gamma]+ \[Delta]- 1</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex6 31.11#Ex6] | | | [https://dlmf.nist.gov/31.11#Ex6 31.11#Ex6] || <math qid="Q9101">\mu = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\mu = 0</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">mu = 0</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Mu] == 0</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex7 31.11#Ex7] | | | [https://dlmf.nist.gov/31.11#Ex7 31.11#Ex7] || <math qid="Q9102">\lambda = \gamma</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\lambda = \gamma</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">lambda = gamma</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Lambda] == \[Gamma]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex8 31.11#Ex8] | | | [https://dlmf.nist.gov/31.11#Ex8 31.11#Ex8] || <math qid="Q9103">\mu = \delta-1</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\mu = \delta-1</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">mu = delta - 1</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Mu] == \[Delta]- 1</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex9 31.11#Ex9] | | | [https://dlmf.nist.gov/31.11#Ex9 31.11#Ex9] || <math qid="Q9104">\lambda = \delta</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\lambda = \delta</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">lambda = delta</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Lambda] == \[Delta]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex10 31.11#Ex10] | | | [https://dlmf.nist.gov/31.11#Ex10 31.11#Ex10] || <math qid="Q9105">\mu = \gamma-1</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\mu = \gamma-1</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">mu = gamma - 1</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Mu] == \[Gamma]- 1</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex11 31.11#Ex11] | | | [https://dlmf.nist.gov/31.11#Ex11 31.11#Ex11] || <math qid="Q9106">\lambda = 1</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\lambda = 1</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">lambda = 1</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Lambda] == 1</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/31.11#Ex12 31.11#Ex12] | | | [https://dlmf.nist.gov/31.11#Ex12 31.11#Ex12] || <math qid="Q9107">\mu = \gamma+\delta-2</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\mu = \gamma+\delta-2</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">mu = gamma + delta - 2</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">\[Mu] == \[Gamma]+ \[Delta]- 2</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 12:11, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
31.11.E4 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle L_{0}c_{0}+M_{0}c_{1} = 0}
L_{0}c_{0}+M_{0}c_{1} = 0 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | L[0]*c[0]+ M[0]*c[1] = 0 |
Subscript[L, 0]*Subscript[c, 0]+ Subscript[M, 0]*Subscript[c, 1] == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11.E5 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle K_{j}c_{j-1}+L_{j}c_{j}+M_{j}c_{j+1} = 0}
K_{j}c_{j-1}+L_{j}c_{j}+M_{j}c_{j+1} = 0 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | K[j]*c[j - 1]+ L[j]*c[j]+ M[j]*c[j + 1] = 0 |
Subscript[K, j]*Subscript[c, j - 1]+ Subscript[L, j]*Subscript[c, j]+ Subscript[M, j]*Subscript[c, j + 1] == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11.E6 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle K_{j} = -\frac{(j+\alpha-\mu-1)(j+\beta-\mu-1)(j+\gamma-\mu-1)(j+\lambda-1)}{(2j+\lambda-\mu-1)(2j+\lambda-\mu-2)}}
K_{j} = -\frac{(j+\alpha-\mu-1)(j+\beta-\mu-1)(j+\gamma-\mu-1)(j+\lambda-1)}{(2j+\lambda-\mu-1)(2j+\lambda-\mu-2)} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | K[j] = -((j + alpha - mu - 1)*(j + beta - mu - 1)*(j + gamma - mu - 1)*(j + lambda - 1))/((2*j + lambda - mu - 1)*(2*j + lambda - mu - 2)) |
Subscript[K, j] == -Divide[(j + \[Alpha]- \[Mu]- 1)*(j + \[Beta]- \[Mu]- 1)*(j + \[Gamma]- \[Mu]- 1)*(j + \[Lambda]- 1),(2*j + \[Lambda]- \[Mu]- 1)*(2*j + \[Lambda]- \[Mu]- 2)] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11.E7 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle L_{j} = a(\lambda+j)(\mu-j)-q+\frac{(j+\alpha-\mu)(j+\beta-\mu)(j+\gamma-\mu)(j+\lambda)}{(2j+\lambda-\mu)(2j+\lambda-\mu+1)}+\frac{(j-\alpha+\lambda)(j-\beta+\lambda)(j-\gamma+\lambda)(j-\mu)}{(2j+\lambda-\mu)(2j+\lambda-\mu-1)}}
L_{j} = a(\lambda+j)(\mu-j)-q+\frac{(j+\alpha-\mu)(j+\beta-\mu)(j+\gamma-\mu)(j+\lambda)}{(2j+\lambda-\mu)(2j+\lambda-\mu+1)}+\frac{(j-\alpha+\lambda)(j-\beta+\lambda)(j-\gamma+\lambda)(j-\mu)}{(2j+\lambda-\mu)(2j+\lambda-\mu-1)} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | L[j] = a*(lambda + j)*(mu - j)- q +((j + alpha - mu)*(j + beta - mu)*(j + gamma - mu)*(j + lambda))/((2*j + lambda - mu)*(2*j + lambda - mu + 1))+((j - alpha + lambda)*(j - beta + lambda)*(j - gamma + lambda)*(j - mu))/((2*j + lambda - mu)*(2*j + lambda - mu - 1)) |
Subscript[L, j] == a*(\[Lambda]+ j)*(\[Mu]- j)- q +Divide[(j + \[Alpha]- \[Mu])*(j + \[Beta]- \[Mu])*(j + \[Gamma]- \[Mu])*(j + \[Lambda]),(2*j + \[Lambda]- \[Mu])*(2*j + \[Lambda]- \[Mu]+ 1)]+Divide[(j - \[Alpha]+ \[Lambda])*(j - \[Beta]+ \[Lambda])*(j - \[Gamma]+ \[Lambda])*(j - \[Mu]),(2*j + \[Lambda]- \[Mu])*(2*j + \[Lambda]- \[Mu]- 1)] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11.E8 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle M_{j} = -\frac{(j-\alpha+\lambda+1)(j-\beta+\lambda+1)(j-\gamma+\lambda+1)(j-\mu+1)}{(2j+\lambda-\mu+1)(2j+\lambda-\mu+2)}}
M_{j} = -\frac{(j-\alpha+\lambda+1)(j-\beta+\lambda+1)(j-\gamma+\lambda+1)(j-\mu+1)}{(2j+\lambda-\mu+1)(2j+\lambda-\mu+2)} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | M[j] = -((j - alpha + lambda + 1)*(j - beta + lambda + 1)*(j - gamma + lambda + 1)*(j - mu + 1))/((2*j + lambda - mu + 1)*(2*j + lambda - mu + 2)) |
Subscript[M, j] == -Divide[(j - \[Alpha]+ \[Lambda]+ 1)*(j - \[Beta]+ \[Lambda]+ 1)*(j - \[Gamma]+ \[Lambda]+ 1)*(j - \[Mu]+ 1),(2*j + \[Lambda]- \[Mu]+ 1)*(2*j + \[Lambda]- \[Mu]+ 2)] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11.E9 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle M_{-1}P_{-1} = 0}
M_{-1}P_{-1} = 0 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | M[- 1]*P[- 1] = 0 |
Subscript[M, - 1]*Subscript[P, - 1] == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \lambda = \alpha}
\lambda = \alpha |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | lambda = alpha |
\[Lambda] == \[Alpha] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \mu = \beta-\epsilon}
\mu = \beta-\epsilon |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | mu = beta - epsilon |
\[Mu] == \[Beta]- \[Epsilon] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex3 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \lambda = \beta}
\lambda = \beta |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | lambda = beta |
\[Lambda] == \[Beta] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex4 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \mu = \alpha-\epsilon}
\mu = \alpha-\epsilon |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | mu = alpha - epsilon |
\[Mu] == \[Alpha]- \[Epsilon] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex5 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \lambda = \gamma+\delta-1}
\lambda = \gamma+\delta-1 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | lambda = gamma + delta - 1 |
\[Lambda] == \[Gamma]+ \[Delta]- 1 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex6 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \mu = 0}
\mu = 0 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | mu = 0 |
\[Mu] == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex7 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \lambda = \gamma}
\lambda = \gamma |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | lambda = gamma |
\[Lambda] == \[Gamma] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex8 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \mu = \delta-1}
\mu = \delta-1 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | mu = delta - 1 |
\[Mu] == \[Delta]- 1 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex9 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \lambda = \delta}
\lambda = \delta |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | lambda = delta |
\[Lambda] == \[Delta] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex10 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \mu = \gamma-1}
\mu = \gamma-1 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | mu = gamma - 1 |
\[Mu] == \[Gamma]- 1 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex11 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \lambda = 1}
\lambda = 1 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | lambda = 1 |
\[Lambda] == 1 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
31.11#Ex12 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \mu = \gamma+\delta-2}
\mu = \gamma+\delta-2 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | mu = gamma + delta - 2 |
\[Mu] == \[Gamma]+ \[Delta]- 2 |
Skipped - no semantic math | Skipped - no semantic math | - | - |