Elementary Functions - 4.28 Definitions and Periodicity
Jump to navigation
Jump to search
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
4.28.E1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \sinh@@{z} = \frac{e^{z}-e^{-z}}{2}}
\sinh@@{z} = \frac{e^{z}-e^{-z}}{2} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | sinh(z) = (exp(z)- exp(- z))/(2)
|
Sinh[z] == Divide[Exp[z]- Exp[- z],2]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \cosh@@{z} = \frac{e^{z}+e^{-z}}{2}}
\cosh@@{z} = \frac{e^{z}+e^{-z}}{2} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | cosh(z) = (exp(z)+ exp(- z))/(2)
|
Cosh[z] == Divide[Exp[z]+ Exp[- z],2]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E3 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \cosh@@{z}+\sinh@@{z} = e^{+ z}}
\cosh@@{z}+\sinh@@{z} = e^{+ z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | cosh(z)+ sinh(z) = exp(+ z)
|
Cosh[z]+ Sinh[z] == Exp[+ z]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E3 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \cosh@@{z}-\sinh@@{z} = e^{- z}}
\cosh@@{z}-\sinh@@{z} = e^{- z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | cosh(z)- sinh(z) = exp(- z)
|
Cosh[z]- Sinh[z] == Exp[- z]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E4 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \tanh@@{z} = \frac{\sinh@@{z}}{\cosh@@{z}}}
\tanh@@{z} = \frac{\sinh@@{z}}{\cosh@@{z}} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | tanh(z) = (sinh(z))/(cosh(z))
|
Tanh[z] == Divide[Sinh[z],Cosh[z]]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E5 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \csch@@{z} = \frac{1}{\sinh@@{z}}}
\csch@@{z} = \frac{1}{\sinh@@{z}} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | csch(z) = (1)/(sinh(z))
|
Csch[z] == Divide[1,Sinh[z]]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E6 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \sech@@{z} = \frac{1}{\cosh@@{z}}}
\sech@@{z} = \frac{1}{\cosh@@{z}} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | sech(z) = (1)/(cosh(z))
|
Sech[z] == Divide[1,Cosh[z]]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E7 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \coth@@{z} = \frac{1}{\tanh@@{z}}}
\coth@@{z} = \frac{1}{\tanh@@{z}} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | coth(z) = (1)/(tanh(z))
|
Coth[z] == Divide[1,Tanh[z]]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E8 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \sin@{iz} = i\sinh@@{z}}
\sin@{iz} = i\sinh@@{z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | sin(I*z) = I*sinh(z)
|
Sin[I*z] == I*Sinh[z]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E9 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \cos@{iz} = \cosh@@{z}}
\cos@{iz} = \cosh@@{z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | cos(I*z) = cosh(z)
|
Cos[I*z] == Cosh[z]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E10 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \tan@{iz} = i\tanh@@{z}}
\tan@{iz} = i\tanh@@{z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | tan(I*z) = I*tanh(z)
|
Tan[I*z] == I*Tanh[z]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E11 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \csc@{iz} = -i\csch@@{z}}
\csc@{iz} = -i\csch@@{z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | csc(I*z) = - I*csch(z)
|
Csc[I*z] == - I*Csch[z]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E12 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \sec@{iz} = \sech@@{z}}
\sec@{iz} = \sech@@{z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | sec(I*z) = sech(z)
|
Sec[I*z] == Sech[z]
|
Successful | Successful | - | Successful [Tested: 7] |
4.28.E13 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \cot@{iz} = -i\coth@@{z}}
\cot@{iz} = -i\coth@@{z} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | cot(I*z) = - I*coth(z)
|
Cot[I*z] == - I*Coth[z]
|
Successful | Successful | - | Successful [Tested: 7] |