Difference between revisions of "Manuals/calci/IMCOS"
Jump to navigation
Jump to search
(Created page with "<div id="7SpaceContent" class="zcontent" align="left"> * <font color="#000000"><font face="Arial, sans-serif"><font size="2">IMCOS returns the NAN(error) value, when 'iN' i...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''IMCOS(z)'''</div><br/> |
+ | * where z is any real number | ||
+ | ==Description== | ||
− | * | + | *This function gives the cos value of 'iz'. |
− | * | + | *Where iz is the complex number in the form of "x+iy".i.e. |
+ | *x&y are the real numbers. | ||
+ | *'I' imaginary unit .i=sqrt(-1). | ||
+ | *Also x is called the real part & y is the imaginary patr of a complex number. | ||
+ | *'COMPLEX' is the function used to convert real& imaginary numbers in to a complex number. | ||
+ | *cos(x+iy) is defined by cos(x+iy)=cos(x)cosh(y)-isin(x)sinh(y) | ||
− | + | == Examples == | |
− | + | '''IMCOS(iz)''' | |
− | + | *'''iz''' is the complex number. | |
− | + | {|id="TABLE1" class="SpreadSheet blue" | |
− | + | |- class="even" | |
− | + | |'''IMCOS(iz)''' | |
− | + | |'''Value(Radian)''' | |
− | + | |- class="odd" | |
+ | | IMCOS("2+3i") | ||
+ | | -4.18962569-i9.10922789 | ||
− | + | |- class="even" | |
+ | | IMCOS("2-3i") | ||
+ | | 4.18962569-i9.10922789 | ||
− | + | |- class="odd" | |
+ | | IMCOS("2") | ||
+ | | 0.4161468365471424 | ||
+ | |} | ||
− | + | ==See Also== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[Manuals/calci/COS| COS]] | |
− | + | *[[Manuals/calci/COMPLEX| COMPLEX]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | + | ==References== | |
− | + | *[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | |
− | + | *[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function] |
Revision as of 00:56, 6 November 2013
IMCOS(z)
- where z is any real number
Description
- This function gives the cos value of 'iz'.
- Where iz is the complex number in the form of "x+iy".i.e.
- x&y are the real numbers.
- 'I' imaginary unit .i=sqrt(-1).
- Also x is called the real part & y is the imaginary patr of a complex number.
- 'COMPLEX' is the function used to convert real& imaginary numbers in to a complex number.
- cos(x+iy) is defined by cos(x+iy)=cos(x)cosh(y)-isin(x)sinh(y)
Examples
IMCOS(iz)
- iz is the complex number.
IMCOS(iz) | Value(Radian) |
IMCOS("2+3i") | -4.18962569-i9.10922789 |
IMCOS("2-3i") | 4.18962569-i9.10922789 |
IMCOS("2") | 0.4161468365471424 |
See Also