Difference between revisions of "Manuals/calci/IMCOS"

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

Revision as of 03:53, 6 November 2013

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.
  • cos(x+iy) is defined by cos(x+iy)=cos(x)cosh(y)-isin(x)sinh(y)

Examples

IMCOS(iz)

  • iz is the complex number.
IMCOS(iz) Value(Radian)
IMCOS("2+3i") -4.18962569-i9.10922789
IMCOS("2-3i") 4.18962569-i9.10922789
IMCOS("2") 0.4161468365471424

See Also


References