Manuals/calci/IMTANH

IMTANH(ComplexNumber)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ComplexNumber} is any complex number of the form x+iy.

Description

  • This function gives the hyperbolic TAN value of a complex number.
  • Consider the complex number is the form of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x+iy}
  • x & y are the real numbers.
  • 'i' is the imaginary unit Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle i=\sqrt{-1}}
  • Also x is called the real part & y is the imaginary part of a complex number.
  • COMPLEX is the function used to convert Real & Imaginary numbers in to a complex number.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle tanh(x+iy)} is defined by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle tanh(x+iy)=(tanh(x)+itan(y))/(1+itanh(x).tan(y))}

Examples

IMTANH(ComplexNumber)

  • ComplexNumber is any complex number.
IMTANH(ComplexNumber) Value
IMTANH("6+4i") 1.000001787893904+i0.000012157676058702422
IMTANH("6-8i") 1.000011768189405+i0.0000035379198641842196
IMTANH("10") 0.9999999958776926+i0

Related Videos

Trigonometric Form of Complex Numbers

See Also


References