Difference between revisions of "Manuals/calci/IMSIN"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''IMSIN(z)'''</div><br/> |
+ | * where z is any real number | ||
+ | ==Description== | ||
− | + | *This function gives the sin 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. | ||
+ | *sin(x+iy) is defined by sin(x+iy)=sin(x)cosh(y)-icos(x)sinh(y) | ||
− | + | == Examples == | |
− | + | '''IMSIN(z)''' | |
− | + | *'''z''' is any real number. | |
− | + | {|id="TABLE1" class="SpreadSheet blue" | |
− | + | |- class="even" | |
− | + | |'''COSH(z)''' | |
− | + | |'''Value(Radian)''' | |
− | + | |- class="odd" | |
+ | | COSH(0) | ||
+ | | 1 | ||
− | + | |- class="even" | |
− | - | + | | COSH(10) |
− | + | | 11013.232920103319 | |
− | |||
− | |||
− | + | |- class="odd" | |
+ | | COSH(7) | ||
+ | | COSH(7)=548.3170352 | ||
+ | |} | ||
− | + | ==See Also== | |
− | |||
− | |||
− | + | *[[Manuals/calci/COS| COS]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | + | *[[Manuals/calci/SINH| SINH]] | |
− | |||
− | |||
− | + | *[[Manuals/calci/TANH | TANH]] | |
− | + | ==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:28, 6 November 2013
IMSIN(z)
- where z is any real number
Description
- This function gives the sin 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.
- sin(x+iy) is defined by sin(x+iy)=sin(x)cosh(y)-icos(x)sinh(y)
Examples
IMSIN(z)
- z is any real number.
COSH(z) | Value(Radian) |
COSH(0) | 1 |
COSH(10) | 11013.232920103319 |
COSH(7) | COSH(7)=548.3170352 |