Difference between revisions of "Manuals/calci/IMSIN"

From ZCubes Wiki
Jump to navigation Jump to search
Line 17: Line 17:
  
 
|- class="even"
 
|- class="even"
|'''COSH(z)'''
+
|'''IMSIN(iz)'''
 
|'''Value(Radian)'''
 
|'''Value(Radian)'''
  
 
|- class="odd"
 
|- class="odd"
| COSH(0)
+
| IMSIN("4+5i")
| 1
+
| -56.16227422-i48.50245524
  
 
|- class="even"
 
|- class="even"
| COSH(10)
+
| IMSIN("4-5i")
| 11013.232920103319
+
| 56.16227422-i48.50245524
  
 
|- class="odd"
 
|- class="odd"
| COSH(7)
+
| IMSIN("4")
| COSH(7)=548.3170352
+
| 0.7568024953079282
 
|}
 
|}
  

Revision as of 01:44, 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 "x+iy".i.e. x&y are the real numbers.
  • 'I' imaginary unit .i=sqrt(-1).
  • 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.
  • sin(x+iy) is defined by sin(x+iy)=sin(x)cosh(y)-icos(x)sinh(y)

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