21.9: 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/21.9.E1 21.9.E1] | | | [https://dlmf.nist.gov/21.9.E1 21.9.E1] || <math qid="Q6917">4u_{t} = 6uu_{x}+u_{xxx}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>4u_{t} = 6uu_{x}+u_{xxx}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">4*u[t] = 6*u*u[x]+ u[x, x, x]</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">4*Subscript[u, t] == 6*u*Subscript[u, x]+ Subscript[u, x, x, x]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/21.9.E2 21.9.E2] | | | [https://dlmf.nist.gov/21.9.E2 21.9.E2] || <math qid="Q6918">iu_{t} = -\tfrac{1}{2}u_{xx}+|u|^{2}u</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>iu_{t} = -\tfrac{1}{2}u_{xx}+|u|^{2}u</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">I*u[t] = -(1)/(2)*u[x, x]+(abs(u))^(2)* u</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">I*Subscript[u, t] == -Divide[1,2]*Subscript[u, x, x]+(Abs[u])^(2)* u</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/21.9.E3 21.9.E3] | | | [https://dlmf.nist.gov/21.9.E3 21.9.E3] || <math qid="Q6919">(-4u_{t}+6uu_{x}+u_{xxx})_{x}+3u_{yy} = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>(-4u_{t}+6uu_{x}+u_{xxx})_{x}+3u_{yy} = 0</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">- 4*u[t]+ 6*u*u[x]+ u[x, x, x][x]+ 3*u[y, y] = 0</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[- 4*Subscript[u, t]+ 6*u*Subscript[u, x]+ Subscript[u, x, x, x], x]+ 3*Subscript[u, y, y] == 0</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- | |- | ||
| [https://dlmf.nist.gov/21.9.E4 21.9.E4] | | | [https://dlmf.nist.gov/21.9.E4 21.9.E4] || <math qid="Q6920">u(x,y,t) = c+2\pderiv[2]{}{x}\ln@{\Riemanntheta@{\mathbf{k}x+\mathbf{l}y+\boldsymbol{{\omega}}t+\boldsymbol{{\phi}}}{\boldsymbol{{\Omega}}}}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>u(x,y,t) = c+2\pderiv[2]{}{x}\ln@{\Riemanntheta@{\mathbf{k}x+\mathbf{l}y+\boldsymbol{{\omega}}t+\boldsymbol{{\phi}}}{\boldsymbol{{\Omega}}}}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>u(x , y , t) = c + 2*diff(ln(RiemannTheta(k*x + l*y + omega*t + phi, Omega)), [x$(2)])</syntaxhighlight> || <syntaxhighlight lang=mathematica>Error</syntaxhighlight> || Missing Macro Error || Missing Macro Error || - || - | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 11:56, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
21.9.E1 | 4u_{t} = 6uu_{x}+u_{xxx} |
|
4*u[t] = 6*u*u[x]+ u[x, x, x] |
4*Subscript[u, t] == 6*u*Subscript[u, x]+ Subscript[u, x, x, x] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
21.9.E2 | iu_{t} = -\tfrac{1}{2}u_{xx}+|u|^{2}u |
|
I*u[t] = -(1)/(2)*u[x, x]+(abs(u))^(2)* u |
I*Subscript[u, t] == -Divide[1,2]*Subscript[u, x, x]+(Abs[u])^(2)* u |
Skipped - no semantic math | Skipped - no semantic math | - | - |
21.9.E3 | (-4u_{t}+6uu_{x}+u_{xxx})_{x}+3u_{yy} = 0 |
|
- 4*u[t]+ 6*u*u[x]+ u[x, x, x][x]+ 3*u[y, y] = 0 |
Subscript[- 4*Subscript[u, t]+ 6*u*Subscript[u, x]+ Subscript[u, x, x, x], x]+ 3*Subscript[u, y, y] == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
21.9.E4 | u(x,y,t) = c+2\pderiv[2]{}{x}\ln@{\Riemanntheta@{\mathbf{k}x+\mathbf{l}y+\boldsymbol{{\omega}}t+\boldsymbol{{\phi}}}{\boldsymbol{{\Omega}}}} |
|
u(x , y , t) = c + 2*diff(ln(RiemannTheta(k*x + l*y + omega*t + phi, Omega)), [x$(2)])
|
Error
|
Missing Macro Error | Missing Macro Error | - | - |