Elliptic Integrals - 19.27 Asymptotic Approximations and Expansions
Jump to navigation
Jump to search
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
19.27#Ex1 | a = \tfrac{1}{2}(x+y) |
|
a = (1)/(2)*(x + y) |
a == Divide[1,2]*(x + y) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
19.27#Ex2 | b = \tfrac{1}{2}(y+z) |
|
b = (1)/(2)*(y +(x + y*I)) |
b == Divide[1,2]*(y +(x + y*I)) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
19.27#Ex3 | c = \tfrac{1}{3}(x+y+z) |
|
c = (1)/(3)*(x + y +(x + y*I)) |
c == Divide[1,3]*(x + y +(x + y*I)) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
19.27#Ex4 | f = (xyz)^{1/3} |
|
f = (x*y*(x + y*I))^(1/3) |
f == (x*y*(x + y*I))^(1/3) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
19.27#Ex5 | g = (xy)^{1/2} |
|
g = (x*y)^(1/2) |
g == (x*y)^(1/2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
19.27#Ex6 | h = (yz)^{1/2} |
|
h = (y*(x + y*I))^(1/2) |
h == (y*(x + y*I))^(1/2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |