Manuals/calci/IMREAL

Revision as of 00:36, 24 December 2013 by Abin (talk | contribs) (→‎References)
IMREAL(z)


  • is the complex number is of the form

Description

  • This function gives the real coefficient of the complex number.
  • IMREAL(z),   is the complex number is in the form of  
  • where   &   are the real numbers.   imaginary unit.  .
  • The complex number   can be identified by   in the complex plane.
  • Here   is called real part and   is the imaginary part of  .
  • This function shows the value of the real part of  .
  • A complex is said to be purely imaginary when   and it is a real number when  .
  • We can use COMPLEX function to convert real and imaginary number in to a complex number.

Examples

  1. =IMREAL("3+4i") = 3
  2. =IMREAL("-5+6i") = -5
  3. =IMREAL("8") = 8
  4. =IMREAL("-2i") = 0

See Also


References