Difference between revisions of "Manuals/calci/IMSIN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
*This function gives the sin value of 'iz'.  
 
*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.
+
*Where 'iz' is the complex number in the form of <math>"x+iy"</math>.i.e. x&y are the real numbers.
 
*'i' imaginary unit <math>i=\sqrt(-1)</math>
 
*'i' imaginary unit <math>i=\sqrt(-1)</math>
 
*Also x is  called the real part & y is the imaginary part of a complex number.
 
*Also x is  called the real part & y is the imaginary part of a complex number.

Revision as of 03:42, 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 Failed to parse (syntax error): {\displaystyle "x+iy"} .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.16227422-i48.50245524
IMSIN("4-5i") 56.16227422-i48.50245524
IMSIN("4") 0.7568024953079282

See Also


References