Difference between revisions of "Manuals/calci/IMSIN"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
|- class="odd" | |- class="odd" | ||
| IMSIN("4+5i") | | IMSIN("4+5i") | ||
− | | -56. | + | | -56.16227422023234-ⅈ48.5024552417709 |
|- class="even" | |- class="even" | ||
| IMSIN("4-5i") | | IMSIN("4-5i") | ||
− | | -56. | + | |-56.16227422023234+ⅈ48.5024552417709 |
|- class="odd" | |- class="odd" | ||
| IMSIN("4") | | IMSIN("4") | ||
− | | -0. | + | |-0.7568024953079282+ⅈ0 |
|} | |} | ||
Revision as of 13:06, 21 March 2018
IMSIN(iz)
- where iz is the complex number
Description
- This function gives the sin value of 'iz'.
- 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
IMSIN(iz)
- iz is the complex number.
IMSIN(iz) | Value |
IMSIN("4+5i") | -56.16227422023234-ⅈ48.5024552417709 |
IMSIN("4-5i") | |
IMSIN("4") |
Related Videos
See Also
References