Heun Functions - 32.2 Differential Equations
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
32.2.E1 | \deriv[2]{w}{z} = 6w^{2}+z |
|
diff(w, [z$(2)]) = 6*(w)^(2)+ z
|
D[w, {z, 2}] == 6*(w)^(2)+ z
|
Failure | Failure | Failed [70 / 70] Result: -3.866025406-5.696152424*I
Test Values: {w = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I}
Result: -2.500000002-6.062177828*I
Test Values: {w = 1/2*3^(1/2)+1/2*I, z = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [70 / 70]
Result: Complex[-3.8660254037844397, -5.696152422706632]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-2.500000000000001, -6.06217782649107]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E2 | \deriv[2]{w}{z} = 2w^{3}+zw+\alpha |
|
diff(w, [z$(2)]) = 2*(w)^(3)+ z*w + alpha
|
D[w, {z, 2}] == 2*(w)^(3)+ z*w + \[Alpha]
|
Failure | Failure | Failed [209 / 210] Result: -2.000000001-2.866025406*I
Test Values: {alpha = 3/2, w = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I}
Result: -.6339745966-2.500000002*I
Test Values: {alpha = 3/2, w = 1/2*3^(1/2)+1/2*I, z = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [209 / 210]
Result: Complex[-2.0, -2.8660254037844384]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5]}
Result: Complex[-1.0, -2.8660254037844384]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 0.5]}
... skip entries to safe data |
32.2.E3 | \deriv[2]{w}{z} = \frac{1}{w}\left(\deriv{w}{z}\right)^{2}-\frac{1}{z}\deriv{w}{z}+\frac{\alpha w^{2}+\beta}{z}+\gamma w^{3}+\frac{\delta}{w} |
|
diff(w, [z$(2)]) = (1)/(w)*(diff(w, z))^(2)-(1)/(z)*diff(w, z)+(alpha*(w)^(2)+ beta)/(z)+ gamma*(w)^(3)+(delta)/(w)
|
D[w, {z, 2}] == Divide[1,w]*(D[w, z])^(2)-Divide[1,z]*D[w, z]+Divide[\[Alpha]*(w)^(2)+ \[Beta],z]+ \[Gamma]*(w)^(3)+Divide[\[Delta],w]
|
Failure | Failure | Failed [300 / 300] Result: -3.598076212-.5772156656*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, w = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I}
Result: -1.000000000+2.020860546*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, w = 1/2*3^(1/2)+1/2*I, z = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [299 / 300]
Result: Complex[-3.098076211353316, -0.8660254037844389]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-2.098076211353316, -1.8660254037844388]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E4 | \deriv[2]{w}{z} = \frac{1}{2w}\left(\deriv{w}{z}\right)^{2}+\frac{3}{2}w^{3}+4zw^{2}+2(z^{2}-\alpha)w+\frac{\beta}{w} |
|
diff(w, [z$(2)]) = (1)/(2*w)*(diff(w, z))^(2)+(3)/(2)*(w)^(3)+ 4*z*(w)^(2)+ 2*((z)^(2)- alpha)*w +(beta)/(w)
|
D[w, {z, 2}] == Divide[1,2*w]*(D[w, z])^(2)+Divide[3,2]*(w)^(3)+ 4*z*(w)^(2)+ 2*((z)^(2)- \[Alpha])*w +Divide[\[Beta],w]
|
Failure | Failure | Failed [299 / 300] Result: 1.299038104-5.250000007*I
Test Values: {alpha = 3/2, beta = 3/2, w = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I}
Result: 5.299038110+2.749999997*I
Test Values: {alpha = 3/2, beta = 3/2, w = 1/2*3^(1/2)+1/2*I, z = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[1.2990381056766576, -5.25]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5]}
Result: Complex[2.1650635094610964, -5.75]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 0.5]}
... skip entries to safe data |
32.2.E5 | \deriv[2]{w}{z} = \left(\frac{1}{2w}+\frac{1}{w-1}\right)\left(\deriv{w}{z}\right)^{2}-\frac{1}{z}\deriv{w}{z}+\frac{(w-1)^{2}}{z^{2}}\left(\alpha w+\frac{\beta}{w}\right)+\frac{\gamma w}{z}+\frac{\delta w(w+1)}{w-1} |
|
diff(w, [z$(2)]) = ((1)/(2*w)+(1)/(w - 1))*(diff(w, z))^(2)-(1)/(z)*diff(w, z)+((w - 1)^(2))/((z)^(2))*(alpha*w +(beta)/(w))+(gamma*w)/(z)+(delta*w*(w + 1))/(w - 1)
|
D[w, {z, 2}] == (Divide[1,2*w]+Divide[1,w - 1])*(D[w, z])^(2)-Divide[1,z]*D[w, z]+Divide[(w - 1)^(2),(z)^(2)]*(\[Alpha]*w +Divide[\[Beta],w])+Divide[\[Gamma]*w,z]+Divide[\[Delta]*w*(w + 1),w - 1]
|
Failure | Failure | Failed [300 / 300] Result: -3.206380793+1.517949194*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, w = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I}
Result: -3.834936494+2.791317281*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, w = 1/2*3^(1/2)+1/2*I, z = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[-3.495190528383291, 1.017949192431124]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-2.1291651245988517, -4.0801270189221945]
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E6 | \deriv[2]{w}{z} = \frac{1}{2}\left(\frac{1}{w}+\frac{1}{w-1}+\frac{1}{w-z}\right)\left(\deriv{w}{z}\right)^{2}-\left(\frac{1}{z}+\frac{1}{z-1}+\frac{1}{w-z}\right)\deriv{w}{z}+\frac{w(w-1)(w-z)}{z^{2}(z-1)^{2}}\left(\alpha+\frac{\beta z}{w^{2}}+\frac{\gamma(z-1)}{(w-1)^{2}}+\frac{\delta z(z-1)}{(w-z)^{2}}\right) |
|
diff(w, [z$(2)]) = (1)/(2)*((1)/(w)+(1)/(w - 1)+(1)/(w - z))*(diff(w, z))^(2)-((1)/(z)+(1)/(z - 1)+(1)/(w - z))*diff(w, z)+(w*(w - 1)*(w - z))/((z)^(2)*(z - 1)^(2))*(alpha +(beta*z)/((w)^(2))+(gamma*(z - 1))/((w - 1)^(2))+(delta*z*(z - 1))/((w - z)^(2)))
|
D[w, {z, 2}] == Divide[1,2]*(Divide[1,w]+Divide[1,w - 1]+Divide[1,w - z])*(D[w, z])^(2)-(Divide[1,z]+Divide[1,z - 1]+Divide[1,w - z])*D[w, z]+Divide[w*(w - 1)*(w - z),(z)^(2)*(z - 1)^(2)]*(\[Alpha]+Divide[\[Beta]*z,(w)^(2)]+Divide[\[Gamma]*(z - 1),(w - 1)^(2)]+Divide[\[Delta]*z*(z - 1),(w - z)^(2)])
|
Failure | Failure | Failed [269 / 300] Result: -.9380246356e-1+1.316803425*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, w = 1/2*3^(1/2)+1/2*I, z = -1/2+1/2*I*3^(1/2)}
Result: 1.739453154+1.182694224*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, w = 1/2*3^(1/2)+1/2*I, z = 1/2-1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Indeterminate
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Indeterminate
Test Values: {Rule[w, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2#Ex1 | W(\zeta) = \frac{a(z)w+b(z)}{c(z)w+d(z)} |
|
W(zeta) = (a(z)* w + b(z))/(c(z)* w + d(z)) |
W[\[Zeta]] == Divide[a[z]* w + b[z],c[z]* w + d[z]] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex2 | \zeta = \phi(z) |
|
zeta = phi(z) |
\[Zeta] == \[Phi][z] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E9 | \deriv[2]{u}{\zeta} = \frac{1}{u}\left(\deriv{u}{\zeta}\right)^{2}-\frac{1}{\zeta}\deriv{u}{\zeta}+\frac{u^{2}(\alpha+\gamma u)}{4\zeta^{2}}+\frac{\beta}{4\zeta}+\frac{\delta}{4u} |
|
diff(u, [zeta$(2)]) = (1)/(u)*(diff(u, zeta))^(2)-(1)/(zeta)*diff(u, zeta)+((u)^(2)*(alpha + gamma*u))/(4*(zeta)^(2))+(beta)/(4*zeta)+(delta)/(4*u)
|
D[u, {\[Zeta], 2}] == Divide[1,u]*(D[u, \[Zeta]])^(2)-Divide[1,\[Zeta]]*D[u, \[Zeta]]+Divide[(u)^(2)*(\[Alpha]+ \[Gamma]*u),4*\[Zeta]^(2)]+Divide[\[Beta],4*\[Zeta]]+Divide[\[Delta],4*u]
|
Failure | Failure | Failed [300 / 300] Result: -1.074730384+.1153480418*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, zeta = 1/2*3^(1/2)+1/2*I}
Result: .4374708571+.3969114845*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, zeta = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[-1.0747595264191645, -0.029006350946109677]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¶, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[0.4374999999999999, 0.541265877365274]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¶, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E10 | \deriv[2]{u}{z}+\frac{1}{z}\deriv{u}{z} = \frac{2\alpha}{z}\sin@@{u}+2\gamma\sin@{2u} |
|
diff(u, [z$(2)])+(1)/(z)*diff(u, z) = (2*alpha)/(z)*sin(u)+ 2*gamma*sin(2*u)
|
D[u, {z, 2}]+Divide[1,z]*D[u, z] == Divide[2*\[Alpha],z]*Sin[u]+ 2*\[Gamma]*Sin[2*u]
|
Failure | Failure | Failed [300 / 300] Result: -4.496361213+.6291944644*I
Test Values: {alpha = 3/2, gamma = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I}
Result: -1.346900984+2.955916370*I
Test Values: {alpha = 3/2, gamma = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, z = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[-5.5647975539874, -0.7848783935570325]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-1.5418435125289267, -2.4153373252737342]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E11 | \deriv[2]{u}{\zeta} = 3u^{5}+2\zeta u^{3}+\left(\tfrac{1}{4}\zeta^{2}-\nu-\tfrac{1}{2}\right)u+\frac{\beta}{32u^{3}} |
|
diff(u, [zeta$(2)]) = 3*(u)^(5)+ 2*zeta*(u)^(3)+((1)/(4)*(zeta)^(2)- nu -(1)/(2))*u +(beta)/(32*(u)^(3))
|
D[u, {\[Zeta], 2}] == 3*(u)^(5)+ 2*\[Zeta]*(u)^(3)+(Divide[1,4]*\[Zeta]^(2)- \[Nu]-Divide[1,2])*u +Divide[\[Beta],32*(u)^(3)]
|
Failure | Failure | Failed [300 / 300] Result: 4.531088915-2.319150408*I
Test Values: {beta = 3/2, nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, zeta = 1/2*3^(1/2)+1/2*I}
Result: 5.263139725+.9129004010*I
Test Values: {beta = 3/2, nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, zeta = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[4.531088913245536, -2.3191504037844384]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī², 1.5], Rule[Ī¶, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī½, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[3.165063509461097, -2.685175807568877]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī², 1.5], Rule[Ī¶, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī½, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E12 | \deriv[2]{u}{\zeta} = -\frac{\alpha\cosh@@{u}}{2(\sinh@@{u})^{3}}-\frac{\beta\sinh@@{u}}{2(\cosh@@{u})^{3}}-\tfrac{1}{4}\gamma e^{\zeta}\sinh@{2u}-\tfrac{1}{8}\delta e^{2\zeta}\sinh@{4u} |
|
diff(u, [zeta$(2)]) = -(alpha*cosh(u))/(2*(sinh(u))^(3))-(beta*sinh(u))/(2*(cosh(u))^(3))-(1)/(4)*gamma*exp(zeta)*sinh(2*u)-(1)/(8)*delta*exp(2*zeta)*sinh(4*u)
|
D[u, {\[Zeta], 2}] == -Divide[\[Alpha]*Cosh[u],2*(Sinh[u])^(3)]-Divide[\[Beta]*Sinh[u],2*(Cosh[u])^(3)]-Divide[1,4]*\[Gamma]*Exp[\[Zeta]]*Sinh[2*u]-Divide[1,8]*\[Delta]*Exp[2*\[Zeta]]*Sinh[4*u]
|
Failure | Failure | Failed [300 / 300] Result: -10.15437375-4.132059394*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, zeta = 1/2*3^(1/2)+1/2*I}
Result: -.1182986371-1.333346640*I
Test Values: {alpha = 3/2, beta = 3/2, delta = 1/2*3^(1/2)+1/2*I, gamma = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, zeta = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[-10.983749451492802, -3.604532198424999]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¶, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-0.3640397236276506, -1.2834088930332135]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī±, 1.5], Rule[Ī², 1.5], Rule[Ī³, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī“, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¶, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E13 | z(1-z)I\left(\int_{\infty}^{w}\frac{\diff{t}}{\sqrt{t(t-1)(t-z)}}\right) = \sqrt{w(w-1)(w-z)}\*\left(\alpha+\frac{\beta z}{w^{2}}+\frac{\gamma(z-1)}{(w-1)^{2}}+(\delta-\tfrac{1}{2})\frac{z(z-1)}{(w-z)^{2}}\right) |
|
z*(1 - z)*I(int((1)/(sqrt(t*(t - 1)*(t - z))), t = infinity..w)) = sqrt(w*(w - 1)*(w - z))*(alpha +(beta*z)/((w)^(2))+(gamma*(z - 1))/((w - 1)^(2))+(delta -(1)/(2))*(z*(z - 1))/((w - z)^(2)))
|
z*(1 - z)*I[(Integrate[Divide[1,Sqrt[t*(t - 1)*(t - z)]], {t, Infinity, w}, GenerateConditions->None]) ] == Sqrt[w*(w - 1)*(w - z)]*(\[Alpha]+Divide[\[Beta]*z,(w)^(2)]+Divide[\[Gamma]*(z - 1),(w - 1)^(2)]+(\[Delta]-Divide[1,2])*Divide[z*(z - 1),(w - z)^(2)])
|
Failure | Aborted | Skipped - Because timed out | Skipped - Because timed out |
32.2.E14 | I = z(1-z)\deriv[2]{}{z}+(1-2z)\deriv{}{z}-\frac{1}{4} |
|
I = z*(1 - z)*diff(+(1 - 2*z)*diff(-, z), [z$(2)])(1)/(4)
|
I == z*(1 - z)*D[+(1 - 2*z)*D[-, z], {z, 2}]Divide[1,4]
|
Error | Failure | - | Error |
32.2#Ex3 | \deriv{f_{1}}{z}+f_{1}(f_{2}-f_{3})+2\mu_{1} = 0 |
|
diff(f[1], z)+ f[1]*(f[2]- f[3])+ 2*mu[1] = 0
|
D[Subscript[f, 1], z]+ Subscript[f, 1]*(Subscript[f, 2]- Subscript[f, 3])+ 2*Subscript[\[Mu], 1] == 0
|
Failure | Failure | Failed [300 / 300] Result: 1.732050808+1.000000000*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, mu[1] = 1/2*3^(1/2)+1/2*I}
Result: -1.000000000+1.732050808*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, mu[1] = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[1.7320508075688774, 0.9999999999999999]
Test Values: {Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¼, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 1], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 2], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 3], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[Ī¼, 1], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-0.9999999999999996, 1.7320508075688774]
Test Values: {Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¼, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 1], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 2], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 3], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[Ī¼, 1], Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2#Ex4 | \deriv{f_{2}}{z}+f_{2}(f_{3}-f_{1})+2\mu_{2} = 0 |
|
diff(f[2], z)+ f[2]*(f[3]- f[1])+ 2*mu[2] = 0
|
D[Subscript[f, 2], z]+ Subscript[f, 2]*(Subscript[f, 3]- Subscript[f, 1])+ 2*Subscript[\[Mu], 2] == 0
|
Failure | Failure | Failed [300 / 300] Result: 1.732050808+1.000000000*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, mu[2] = 1/2*3^(1/2)+1/2*I}
Result: -1.000000000+1.732050808*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, mu[2] = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[1.7320508075688774, 0.9999999999999999]
Test Values: {Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¼, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 1], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 2], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 3], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[Ī¼, 2], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-0.9999999999999996, 1.7320508075688774]
Test Values: {Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¼, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 1], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 2], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 3], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[Ī¼, 2], Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2#Ex5 | \deriv{f_{3}}{z}+f_{3}(f_{1}-f_{2})+2\mu_{3} = 0 |
|
diff(f[3], z)+ f[3]*(f[1]- f[2])+ 2*mu[3] = 0
|
D[Subscript[f, 3], z]+ Subscript[f, 3]*(Subscript[f, 1]- Subscript[f, 2])+ 2*Subscript[\[Mu], 3] == 0
|
Failure | Failure | Failed [300 / 300] Result: 1.732050808+1.000000000*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, mu[3] = 1/2*3^(1/2)+1/2*I}
Result: -1.000000000+1.732050808*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, mu[3] = -1/2+1/2*I*3^(1/2)}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[1.7320508075688774, 0.9999999999999999]
Test Values: {Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¼, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 1], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 2], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 3], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[Ī¼, 3], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[-0.9999999999999996, 1.7320508075688774]
Test Values: {Rule[z, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ī¼, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 1], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 2], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[f, 3], Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Subscript[Ī¼, 3], Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.2.E16 | \mu_{1}+\mu_{2}+\mu_{3} = 1 |
|
mu[1]+ mu[2]+ mu[3] = 1 |
Subscript[\[Mu], 1]+ Subscript[\[Mu], 2]+ Subscript[\[Mu], 3] == 1 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E17 | f_{1}(z)+f_{2}(z)+f_{3}(z)+2z = 0 |
|
f[1](z)+ f[2](z)+ f[3](z)+ 2*z = 0 |
Subscript[f, 1][z]+ Subscript[f, 2][z]+ Subscript[f, 3][z]+ 2*z == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E18 | (\alpha,\beta) = (\mu_{3}-\mu_{2},-2\mu_{1}^{2}) |
|
(alpha , beta) = (mu[3]- mu[2], - 2*(mu[1])^(2)) |
(\[Alpha], \[Beta]) == (Subscript[\[Mu], 3]- Subscript[\[Mu], 2], - 2*(Subscript[\[Mu], 1])^(2)) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex6 | z\deriv{f_{1}}{z} = f_{1}f_{3}(f_{2}-f_{4})+(\tfrac{1}{2}-\mu_{3})f_{1}+\mu_{1}f_{3} |
|
z*diff(f[1], z) = f[1]*f[3]*(f[2]- f[4])+((1)/(2)- mu[3])*f[1]+ mu[1]*f[3] |
z*D[Subscript[f, 1], z] == Subscript[f, 1]*Subscript[f, 3]*(Subscript[f, 2]- Subscript[f, 4])+(Divide[1,2]- Subscript[\[Mu], 3])*Subscript[f, 1]+ Subscript[\[Mu], 1]*Subscript[f, 3] |
Failure | Failure | Failed [298 / 300] Result: -.4330127020-.2500000000*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[1] = 1/2*3^(1/2)+1/2*I, mu[3] = 1/2*3^(1/2)+1/2*I} Result: -1.799038106-.6160254036*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[1] = 1/2*3^(1/2)+1/2*I, mu[3] = -1/2+1/2*I*3^(1/2)} ... skip entries to safe data |
Skipped - Because timed out |
32.2#Ex7 | z\deriv{f_{2}}{z} = f_{2}f_{4}(f_{3}-f_{1})+(\tfrac{1}{2}-\mu_{4})f_{2}+\mu_{2}f_{4} |
|
z*diff(f[2], z) = f[2]*f[4]*(f[3]- f[1])+((1)/(2)- mu[4])*f[2]+ mu[2]*f[4] |
z*D[Subscript[f, 2], z] == Subscript[f, 2]*Subscript[f, 4]*(Subscript[f, 3]- Subscript[f, 1])+(Divide[1,2]- Subscript[\[Mu], 4])*Subscript[f, 2]+ Subscript[\[Mu], 2]*Subscript[f, 4] |
Failure | Failure | Failed [298 / 300] Result: -.4330127020-.2500000000*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[2] = 1/2*3^(1/2)+1/2*I, mu[4] = 1/2*3^(1/2)+1/2*I} Result: -1.799038106-.6160254036*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[2] = 1/2*3^(1/2)+1/2*I, mu[4] = -1/2+1/2*I*3^(1/2)} ... skip entries to safe data |
Skipped - Because timed out |
32.2#Ex8 | z\deriv{f_{3}}{z} = f_{3}f_{1}(f_{4}-f_{2})+(\tfrac{1}{2}-\mu_{1})f_{3}+\mu_{3}f_{1} |
|
z*diff(f[3], z) = f[3]*f[1]*(f[4]- f[2])+((1)/(2)- mu[1])*f[3]+ mu[3]*f[1] |
z*D[Subscript[f, 3], z] == Subscript[f, 3]*Subscript[f, 1]*(Subscript[f, 4]- Subscript[f, 2])+(Divide[1,2]- Subscript[\[Mu], 1])*Subscript[f, 3]+ Subscript[\[Mu], 3]*Subscript[f, 1] |
Failure | Failure | Failed [298 / 300] Result: -.4330127020-.2500000000*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[1] = 1/2*3^(1/2)+1/2*I, mu[3] = 1/2*3^(1/2)+1/2*I} Result: .9330127024+.1160254036*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[1] = 1/2*3^(1/2)+1/2*I, mu[3] = -1/2+1/2*I*3^(1/2)} ... skip entries to safe data |
Skipped - Because timed out |
32.2#Ex9 | z\deriv{f_{4}}{z} = f_{4}f_{2}(f_{1}-f_{3})+(\tfrac{1}{2}-\mu_{2})f_{4}+\mu_{4}f_{2} |
|
z*diff(f[4], z) = f[4]*f[2]*(f[1]- f[3])+((1)/(2)- mu[2])*f[4]+ mu[4]*f[2] |
z*D[Subscript[f, 4], z] == Subscript[f, 4]*Subscript[f, 2]*(Subscript[f, 1]- Subscript[f, 3])+(Divide[1,2]- Subscript[\[Mu], 2])*Subscript[f, 4]+ Subscript[\[Mu], 4]*Subscript[f, 2] |
Failure | Failure | Failed [298 / 300] Result: -.4330127020-.2500000000*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[2] = 1/2*3^(1/2)+1/2*I, mu[4] = 1/2*3^(1/2)+1/2*I} Result: .9330127024+.1160254036*I
Test Values: {mu = 1/2*3^(1/2)+1/2*I, z = 1/2*3^(1/2)+1/2*I, f[1] = 1/2*3^(1/2)+1/2*I, f[2] = 1/2*3^(1/2)+1/2*I, f[3] = 1/2*3^(1/2)+1/2*I, f[4] = 1/2*3^(1/2)+1/2*I, mu[2] = 1/2*3^(1/2)+1/2*I, mu[4] = -1/2+1/2*I*3^(1/2)} ... skip entries to safe data |
Skipped - Because timed out |
32.2.E20 | \mu_{1}+\mu_{2}+\mu_{3}+\mu_{4} = 1 |
|
mu[1]+ mu[2]+ mu[3]+ mu[4] = 1 |
Subscript[\[Mu], 1]+ Subscript[\[Mu], 2]+ Subscript[\[Mu], 3]+ Subscript[\[Mu], 4] == 1 |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E21 | f_{1}(z)+f_{3}(z) = \sqrt{z} |
|
f[1](z)+ f[3](z) = sqrt(z) |
Subscript[f, 1][z]+ Subscript[f, 3][z] == Sqrt[z] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E22 | f_{2}(z)+f_{4}(z) = \sqrt{z} |
|
f[2](z)+ f[4](z) = sqrt(z) |
Subscript[f, 2][z]+ Subscript[f, 4][z] == Sqrt[z] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E23 | (\alpha,\beta,\gamma,\delta) = (\tfrac{1}{2}\mu_{1}^{2},-\tfrac{1}{2}\mu_{3}^{2},\mu_{4}-\mu_{2},-\tfrac{1}{2}) |
|
(alpha , beta , gamma , delta) = ((1)/(2)*(mu[1])^(2), -(1)/(2)*(mu[3])^(2), mu[4]- mu[2], -(1)/(2)) |
(\[Alpha], \[Beta], \[Gamma], \[Delta]) == (Divide[1,2]*(Subscript[\[Mu], 1])^(2), -Divide[1,2]*(Subscript[\[Mu], 3])^(2), Subscript[\[Mu], 4]- Subscript[\[Mu], 2], -Divide[1,2]) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E25 | w(z;\alpha) = \epsilon W(\zeta)+\frac{1}{\epsilon^{5}} |
|
w(z ; alpha) = epsilon*W(zeta)+(1)/((epsilon)^(5)) |
w[z ; \[Alpha]] == \[Epsilon]*W[\[Zeta]]+Divide[1,\[Epsilon]^(5)] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex10 | z = \epsilon^{2}\zeta-\frac{6}{\epsilon^{10}} |
|
z = (epsilon)^(2)* zeta -(6)/((epsilon)^(10)) |
z == \[Epsilon]^(2)* \[Zeta]-Divide[6,\[Epsilon]^(10)] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex11 | \alpha = \frac{4}{\epsilon^{15}} |
|
alpha = (4)/((epsilon)^(15)) |
\[Alpha] == Divide[4,\[Epsilon]^(15)] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E27 | \deriv[2]{W}{\zeta} = 6W^{2}+\zeta+\epsilon^{6}(2W^{3}+\zeta W) |
|
diff(W, [zeta$(2)]) = 6*(W)^(2)+ zeta + (epsilon)^(6)*(2*(W)^(3)+ zeta*W) |
D[W, {\[Zeta], 2}] == 6*(W)^(2)+ \[Zeta]+ \[Epsilon]^(6)*(2*(W)^(3)+ \[Zeta]*W) |
Failure | Failure | Failed [300 / 300] Result: -4.366025408-8.562177830*I
Test Values: {W = 1/2*3^(1/2)+1/2*I, zeta = 1/2*3^(1/2)+1/2*I, epsilon = 1} Result: -35.86602547-189.1217784*I
Test Values: {W = 1/2*3^(1/2)+1/2*I, zeta = 1/2*3^(1/2)+1/2*I, epsilon = 2} ... skip entries to safe data |
Failed [300 / 300]
Result: Complex[-4.366025403784439, -8.56217782649107]
Test Values: {Rule[W, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ļµ, 1], Rule[Ī¶, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]} Result: Complex[-35.86602540378445, -189.1217782649107]
Test Values: {Rule[W, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[Ļµ, 2], Rule[Ī¶, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]} ... skip entries to safe data |
32.2.E28 | w(z;\alpha,\beta,\gamma,\delta) = 1+2\epsilon W(\zeta;a) |
|
w(z ; alpha , beta , gamma , delta) = 1 + 2*epsilon*W(zeta ; a) |
w[z ; \[Alpha], \[Beta], \[Gamma], \[Delta]] == 1 + 2*\[Epsilon]*W[\[Zeta]; a] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex12 | z = 1+\epsilon^{2}\zeta |
|
z = 1 + (epsilon)^(2)* zeta |
z == 1 + \[Epsilon]^(2)* \[Zeta] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex13 | \alpha = -\tfrac{1}{2}\epsilon^{-6} |
|
alpha = -(1)/(2)*(epsilon)^(- 6) |
\[Alpha] == -Divide[1,2]*\[Epsilon]^(- 6) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex14 | \beta = \tfrac{1}{2}\epsilon^{-6}+2a\epsilon^{-3} |
|
beta = (1)/(2)*(epsilon)^(- 6)+ 2*a*(epsilon)^(- 3) |
\[Beta] == Divide[1,2]*\[Epsilon]^(- 6)+ 2*a*\[Epsilon]^(- 3) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex15 | \gamma = -\delta |
|
gamma = - delta |
\[Gamma] == - \[Delta] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E30 | w(z;\alpha,\beta) = 2^{2/3}\epsilon^{-1}W(\zeta;a)+\epsilon^{-3} |
|
w(z ; alpha , beta) = (2)^(2/3)* (epsilon)^(- 1)* W(zeta ; a)+ (epsilon)^(- 3) |
w[z ; \[Alpha], \[Beta]] == (2)^(2/3)* \[Epsilon]^(- 1)* W[\[Zeta]; a]+ \[Epsilon]^(- 3) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex16 | z = 2^{-2/3}\epsilon\zeta-\epsilon^{-3} |
|
z = (2)^(- 2/3)* epsilon*zeta - (epsilon)^(- 3) |
z == (2)^(- 2/3)* \[Epsilon]*\[Zeta]- \[Epsilon]^(- 3) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex17 | \alpha = -2a-\tfrac{1}{2}\epsilon^{-6} |
|
alpha = - 2*a -(1)/(2)*(epsilon)^(- 6) |
\[Alpha] == - 2*a -Divide[1,2]*\[Epsilon]^(- 6) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex18 | \beta = -\tfrac{1}{2}\epsilon^{-12} |
|
beta = -(1)/(2)*(epsilon)^(- 12) |
\[Beta] == -Divide[1,2]*\[Epsilon]^(- 12) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E32 | w(z;\alpha,\beta,\gamma,\delta) = 1+\epsilon\zeta W(\zeta;a,b,c,d) |
|
w(z ; alpha , beta , gamma , delta) = 1 + epsilon*zeta*W(zeta ; a , b , c , d) |
w[z ; \[Alpha], \[Beta], \[Gamma], \[Delta]] == 1 + \[Epsilon]*\[Zeta]*W[\[Zeta]; a , b , c , d] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex19 | z = \zeta^{2} |
|
z = (zeta)^(2) |
z == \[Zeta]^(2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex20 | \alpha = \tfrac{1}{4}a\epsilon^{-1}+\tfrac{1}{8}c\epsilon^{-2} |
|
alpha = (1)/(4)*a*(epsilon)^(- 1)+(1)/(8)*c*(epsilon)^(- 2) |
\[Alpha] == Divide[1,4]*a*\[Epsilon]^(- 1)+Divide[1,8]*c*\[Epsilon]^(- 2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex21 | \beta = -\tfrac{1}{8}c\epsilon^{-2} |
|
beta = -(1)/(8)*c*(epsilon)^(- 2) |
\[Beta] == -Divide[1,8]*c*\[Epsilon]^(- 2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex22 | \gamma = \tfrac{1}{4}\epsilon b |
|
gamma = (1)/(4)*epsilon*b |
\[Gamma] == Divide[1,4]*\[Epsilon]*b |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex23 | \delta = \tfrac{1}{8}\epsilon^{2}d |
|
delta = (1)/(8)*(epsilon)^(2)* d |
\[Delta] == Divide[1,8]*\[Epsilon]^(2)* d |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E34 | w(z;\alpha,\beta,\gamma,\delta) = \tfrac{1}{2}\sqrt{2}\epsilon W(\zeta;a,b) |
|
w(z ; alpha , beta , gamma , delta) = (1)/(2)*sqrt(2)*epsilon*W(zeta ; a , b) |
w[z ; \[Alpha], \[Beta], \[Gamma], \[Delta]] == Divide[1,2]*Sqrt[2]*\[Epsilon]*W[\[Zeta]; a , b] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex24 | z = 1+\sqrt{2}\epsilon\zeta |
|
z = 1 +sqrt(2)*epsilon*zeta |
z == 1 +Sqrt[2]*\[Epsilon]*\[Zeta] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex25 | \alpha = \tfrac{1}{2}\epsilon^{-4} |
|
alpha = (1)/(2)*(epsilon)^(- 4) |
\[Alpha] == Divide[1,2]*\[Epsilon]^(- 4) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex26 | \beta = \tfrac{1}{4}b |
|
beta = (1)/(4)*b |
\[Beta] == Divide[1,4]*b |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex27 | \gamma = -\epsilon^{-4} |
|
gamma = - (epsilon)^(- 4) |
\[Gamma] == - \[Epsilon]^(- 4) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex28 | \delta = a\epsilon^{-2}-\tfrac{1}{2}\epsilon^{-4} |
|
delta = a*(epsilon)^(- 2)-(1)/(2)*(epsilon)^(- 4) |
\[Delta] == a*\[Epsilon]^(- 2)-Divide[1,2]*\[Epsilon]^(- 4) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2.E36 | w(z;\alpha,\beta,\gamma,\delta) = W(\zeta;a,b,c,d) |
|
w(z ; alpha , beta , gamma , delta) = W(zeta ; a , b , c , d) |
w[z ; \[Alpha], \[Beta], \[Gamma], \[Delta]] == W[\[Zeta]; a , b , c , d] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex29 | z = 1+\epsilon\zeta |
|
z = 1 + epsilon*zeta |
z == 1 + \[Epsilon]*\[Zeta] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex30 | \gamma = c\epsilon^{-1}-d\epsilon^{-2} |
|
gamma = c*(epsilon)^(- 1)- d*(epsilon)^(- 2) |
\[Gamma] == c*\[Epsilon]^(- 1)- d*\[Epsilon]^(- 2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.2#Ex31 | \delta = d\epsilon^{-2} |
|
delta = d*(epsilon)^(- 2) |
\[Delta] == d*\[Epsilon]^(- 2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |