Difference between revisions of "Manuals/calci/IMCSCH"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<div style="font-size:30px">'''IMCSCH(ComplexNumber)'''</div><br/> | <div style="font-size:30px">'''IMCSCH(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== |
Latest revision as of 16:33, 19 July 2018
IMCSCH(ComplexNumber)
- where is any complex number of the form x+iy.
Description
- This function gives the hyperbolic cosec (csch) value of a complex number.
- Consider the complex number in 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
IMCSCH(ComplexNumber)
- ComplexNumber is any complex number.
IMCSCH(ComplexNumber) | Value |
IMCSCH("7+4i") | -0.001192090379815322+i0.0013802299076340766 |
IMCSCH("7-8i") | -0.0002653570703635442+ⅈ0.001804354511817408 |
IMCSCH("3") | 0.09982156966882273+i0 |
Related Videos
See Also
References