Difference between revisions of "Manuals/calci/IMCOSH"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''IMCOSH(iz)'''</div><br/> * where iz is the complex number ==Description== *This function gives the hyperbolic cosine (cosh) value of a complex...") |
|||
Line 10: | Line 10: | ||
*Also x is called the real part & y is the imaginary part of a complex number. | *Also x is called the real part & y is the imaginary part of a complex number. | ||
*[[Manuals/calci/COMPLEX| COMPLEX]] is the function used to convert Real & Imaginary numbers in to a complex number. | *[[Manuals/calci/COMPLEX| COMPLEX]] is the function used to convert Real & Imaginary numbers in to a complex number. | ||
+ | *<math>Cosh(ix)=\frac{e^{ix}+e^{-ix}}{2} = Cos(x)</math> | ||
*<math>cosh(x+iy)</math> is defined by <math>cosh(x+iy)=(cosh(x).cos(y))+i.(sinh(x).sin(y))</math> | *<math>cosh(x+iy)</math> is defined by <math>cosh(x+iy)=(cosh(x).cos(y))+i.(sinh(x).sin(y))</math> | ||
Revision as of 12:45, 19 April 2017
IMCOSH(iz)
- where iz is the complex number
Description
- This function gives the hyperbolic cosine (cosh) value of a complex number.
- Where 'iz' is 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
IMCOSH(iz)
- iz is the complex number.
IMCOSH(iz) | Value |
IMCOSH("7+4i") | -358.4039322400531-i414.9670103107624 |
IMCOSH("7-8i") | -79.78014715292208-i542.481078316949 |
IMCOSH("3") | 10.067661995777764+i0 |
Related Videos
See Also
References