Manuals/calci/IMARGUMENT

From ZCubes Wiki
Revision as of 01:51, 16 December 2013 by Abin (talk | contribs)
Jump to navigation Jump to search
IMARGUMENT(z)


  • is the complex number is of the form
  • is the order of the Bessel function and is an integer

Description

  • This function gives the principal value of the argument of the complex-valued expression .
  • i.e The angle from the positive axis to the line segment is called the Argument of a complex number.
  • In this function angle value is in Radians.
  • Here IMARGUMENT(z), Where is the complex number in the form of . i.e & are the real numbers.
  • imaginary unit ..
  • An argument of the complex number is any real quantity such that = Failed to parse (syntax error): {\displaystyle r cosφ + i r sinφ} for some positive real number .
  • Where and .
  • We can use COMPLEX function to convert real and imaginary number in to a complex number.

Examples

  1. IMARGUMENT("3-2i") = -0.588002604
  2. IMARGUMENT("5+6i") = 0.876058051
  3. IMARGUMENT("2") = 0
  4. IMARGUMENT("4i") = 1.570796327
  5. DEGREES(IMARGUMENT("2+2i")) = 45

References

Bessel Function