PainlevΓ© Transcendents - 32.13 Reductions of Partial Differential Equations
Jump to navigation
Jump to search
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
32.13.E1 | v_{t}-6v^{2}v_{x}+v_{xxx} = 0 |
|
v[t]- 6*(v)^(2)* v[x]+ v[x, x, x] = 0 |
Subscript[v, t]- 6*(v)^(2)* Subscript[v, x]+ Subscript[v, x, x, x] == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex1 | z = x(3t)^{-1/3} |
|
(x(+)*y*I) = (x(3*t))^(- 1/3) |
(x[+]*y*I) == (x[3*t])^(- 1/3) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex2 | v(x,t) = (3t)^{-1/3}w(z) |
|
v(x , t) = (3*t)^(- 1/3)* w*((x + y*I)) |
v[x , t] == (3*t)^(- 1/3)* w*((x + y*I)) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13.E3 | u_{t}+6uu_{x}+u_{xxx} = 0 |
|
u[t]+ 6*u*u[x]+ u[x, x, x] = 0 |
Subscript[u, t]+ 6*u*Subscript[u, x]+ Subscript[u, x, x, x] == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex3 | z = x(3t)^{-1/3} |
|
(x(+)*y*I) = (x(3*t))^(- 1/3) |
(x[+]*y*I) == (x[3*t])^(- 1/3) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex5 | z = x+3\lambda t^{2} |
|
(x + y*I) = x + 3*lambda*(t)^(2) |
(x + y*I) == x + 3*\[Lambda]*(t)^(2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex6 | u(x,t) = W(z)-\lambda t |
|
u(x , t) = W*((x + y*I))- lambda*t |
u[x , t] == W*((x + y*I))- \[Lambda]*t |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13.E6 | u_{xt} = \sin@@{u} |
|
u[x, t] = sin(u)
|
Subscript[u, x, t] == Sin[u]
|
Failure | Failure | Failed [300 / 300] |
Failed [300 / 300]
|
32.13#Ex7 | z = xt |
|
(x + y*I) = x*t |
(x + y*I) == x*t |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex8 | u(x,t) = v(z) |
|
u(x , t) = v*((x + y*I)) |
u[x , t] == v*((x + y*I)) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13.E8 | u_{tt} = u_{xx}-6(u^{2})_{xx}+u_{xxxx} |
|
u[t, t] = u[x, x]- 6*(u)^(2)[x, x]+ u[x, x, x, x] |
Subscript[u, t, t] == Subscript[u, x, x]- 6*Subscript[(u)^(2), x, x]+ Subscript[u, x, x, x, x] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex9 | z = x-ct |
|
(x + y*I) = x - c*t |
(x + y*I) == x - c*t |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.13#Ex10 | u(x,t) = v(z) |
|
u(x , t) = v*((x + y*I)) |
u[x , t] == v*((x + y*I)) |
Skipped - no semantic math | Skipped - no semantic math | - | - |