Difference between revisions of "Manuals/calci/IMCOTH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<div style="font-size:30px">'''IMCOTH(ComplexNumber)'''</div><br/>
 
<div style="font-size:30px">'''IMCOTH(ComplexNumber)'''</div><br/>
* where <math>ComplexNumber</math> is any complex number.
+
* where <math>ComplexNumber</math> is any complex number of the form x+iy.
  
 
==Description==
 
==Description==

Revision as of 16:30, 19 July 2018

IMCOTH(ComplexNumber)


  • where is any complex number of the form x+iy.

Description

  • This function gives the hyperbolic cotangent (coth) value of a complex number.
  • Consider the complex number is the form of
  • x & y are the real numbers.
  • 'i' is the imaginary unit
  • 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.
  • is defined by

Examples

IMCOTH(ComplexNumber)

  • ComplexNumber is any complex number.
IMCOTH(ComplexNumber) Value
IMCOTH("7+4i") 0.9999997580237623-i0.0000016453591929519932
IMCOTH("7-8i") 0.9999984073584316-i7
IMCOTH("3") 1.004969823313689+i0

Related Videos

Trigonometric Form of Complex Numbers

See Also


References