Difference between revisions of "Manuals/calci/IMSIN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''IMSIN(z)'''</div><br/>
+
<div style="font-size:30px">'''IMSIN(iz)'''</div><br/>
 
* where z is any real number
 
* where z is any real number
 
==Description==
 
==Description==

Revision as of 03:48, 6 November 2013

IMSIN(iz)


  • 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 .i.e. x&y are the real numbers.
  • 'i' 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(Radian)
IMSIN("4+5i") -56.162-i48.502
IMSIN("4-5i") 56.162-i48.502
IMSIN("4") 0.756802

See Also


References