Elementary Functions - 4.43 Cubic Equations

From testwiki
Revision as of 16:41, 25 May 2021 by Admin (talk | contribs) (Admin moved page Main Page to Verifying DLMF with Maple and Mathematica)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


DLMF Formula Constraints Maple Mathematica Symbolic
Maple
Symbolic
Mathematica
Numeric
Maple
Numeric
Mathematica
4.43#Ex1 A = ( - 4 3 p ) 1 / 2 𝐴 superscript 4 3 𝑝 1 2 {\displaystyle{\displaystyle A=\left(-\tfrac{4}{3}p\right)^{1/2}}}
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 = ( 4 3 p ) 1 / 2 𝐵 superscript 4 3 𝑝 1 2 {\displaystyle{\displaystyle B=\left(\tfrac{4}{3}p\right)^{1/2}}}
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 + p z + q = 0 superscript 𝑧 3 𝑝 𝑧 𝑞 0 {\displaystyle{\displaystyle z^{3}+pz+q=0}}
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 - -