Difference between revisions of "Manuals/calci/IMCOS"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
|- class="odd" | |- class="odd" | ||
| IMCOS("2+3i") | | IMCOS("2+3i") | ||
− | | -4. | + | | -4.189625690968806-ⅈ9.109227893755335 |
|- class="even" | |- class="even" | ||
| IMCOS("2-3i") | | IMCOS("2-3i") | ||
− | | 4. | + | | -4.189625690968806+ⅈ9.109227893755335 |
|- class="odd" | |- class="odd" | ||
| IMCOS("2") | | IMCOS("2") | ||
− | | 0. | + | | -0.4161468365471424+ⅈ0 |
|} | |} | ||
Revision as of 12:26, 21 March 2018
IMCOS(iz)
- where 'iz' is the complex number
Description
- This function gives the cos value of 'iz'.
- Where iz is the complex number in the form of
- x & y are the real number
- 'i' is the imaginary unit
- 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.
- is defined by
Examples
IMCOS(iz)
- iz is the complex number.
IMCOS(iz) | Value |
IMCOS("2+3i") | -4.189625690968806-ⅈ9.109227893755335 |
IMCOS("2-3i") | -4.189625690968806+ⅈ9.109227893755335 |
IMCOS("2") | -0.4161468365471424+ⅈ0 |
Related Videos
See Also
References