Elementary Functions - 4.43 Cubic Equations
Jump to navigation
Jump to search
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
4.43#Ex1 | A = \left(-\tfrac{4}{3}p\right)^{1/2} |
|
A = (-(4)/(3)*p)^(1/2) |
A == (-Divide[4,3]*p)^(1/2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
4.43#Ex2 | B = \left(\tfrac{4}{3}p\right)^{1/2} |
|
B = ((4)/(3)*p)^(1/2) |
B == (Divide[4,3]*p)^(1/2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
4.43.E2 | z^{3}+pz+q = 0 |
|
(z)^(3)+ p*z + q = 0 |
(z)^(3)+ p*z + q == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |