Difference between revisions of "Manuals/calci/IMSIN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
|- class="even"
 
|- class="even"
 
| IMSIN("4-5i")
 
| IMSIN("4-5i")
| 56.162-i48.502
+
| -56.162+i48.502
  
 
|- class="odd"
 
|- class="odd"
 
| IMSIN("4")
 
| IMSIN("4")
| 0.756802
+
| -0.756802+i0
 
|}
 
|}
  

Revision as of 20:35, 17 April 2017

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.162-i48.502
IMSIN("4-5i") -56.162+i48.502
IMSIN("4") -0.756802+i0

Related Videos

Trigonometric Form of Complex Numbers

See Also


References