Elementary Functions - 4.15 Graphics
| DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple | Symbolic Mathematica | Numeric Maple | Numeric Mathematica | 
|---|---|---|---|---|---|---|---|---|
| 4.15.E1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \cos@{x+iy} = \sin@{x+\tfrac{1}{2}\pi+iy}} \cos@{x+iy} = \sin@{x+\tfrac{1}{2}\pi+iy} | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | cos(x + I*y) = sin(x +(1)/(2)*Pi + I*y)
 | Cos[x + I*y] == Sin[x +Divide[1,2]*Pi + I*y]
 | Successful | Successful | - | Successful [Tested: 18] | 
| 4.15.E2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \cot@{x+iy} = -\tan@{x+\tfrac{1}{2}\pi+iy}} \cot@{x+iy} = -\tan@{x+\tfrac{1}{2}\pi+iy} | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | cot(x + I*y) = - tan(x +(1)/(2)*Pi + I*y)
 | Cot[x + I*y] == - Tan[x +Divide[1,2]*Pi + I*y]
 | Successful | Successful | - | Successful [Tested: 18] | 
| 4.15.E3 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \sec@{x+iy} = \csc@{x+\tfrac{1}{2}\pi+iy}} \sec@{x+iy} = \csc@{x+\tfrac{1}{2}\pi+iy} | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | sec(x + I*y) = csc(x +(1)/(2)*Pi + I*y)
 | Sec[x + I*y] == Csc[x +Divide[1,2]*Pi + I*y]
 | Successful | Successful | - | Successful [Tested: 18] |