Difference between revisions of "Manuals/calci/IMCOSH"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''IMCOSH( | + | <div style="font-size:30px">'''IMCOSH(ComplexNumber)'''</div><br/> |
| − | * where | + | * where <math>ComplexNumber</math> is any complex number. |
| + | ** | ||
==Description== | ==Description== | ||
| Line 14: | Line 15: | ||
== Examples == | == Examples == | ||
| − | '''IMCOSH( | + | '''IMCOSH(ComplexNumber)''' |
| − | *''' | + | *'''ComplexNumber''' is any complex number. |
{|id="TABLE1" class="SpreadSheet blue" | {|id="TABLE1" class="SpreadSheet blue" | ||
|- class="even" | |- class="even" | ||
| − | |'''IMCOSH( | + | |'''IMCOSH(ComplexNumber)''' |
|'''Value''' | |'''Value''' | ||
Revision as of 14:55, 16 July 2018
IMCOSH(ComplexNumber)
- where 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.
Description
- This function gives the hyperbolic cosine (cosh) value of a complex number.
- Where 'iz' is the complex number in 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 Cosh(ix)=\frac{e^{ix}+e^{-ix}}{2} = Cos(x)}
- 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 cosh(x+iy)} is defined by
Examples
IMCOSH(ComplexNumber)
- ComplexNumber is any complex number.
| IMCOSH(ComplexNumber) | 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