Manuals/calci/IMPRODUCT

From ZCubes Wiki
Revision as of 23:58, 25 June 2014 by Devika (talk | contribs)
Jump to navigation Jump to search
IMPRODUCT(Complexnumber1,Complexnumber2)


  • are of the form

Description

  • This function gives the product of the complex numbers.
  • In , where Complexnumbers are in the form of .
  • where & are the real numbers. is the imaginary unit ..
  • In CALCI we can find the product of 2 to 29 Complex numbers.
  • The multiplication of two complex numbers is a complex number.
  • Let and .
  • Then the product of two complex number is .
  • In this function is required. are optional.
  • We can use COMPLEX function to convert real and imaginary number in to a complex number.

ZOS Section

  • The syntax is to calculate product of the complex numbers in ZOS is
    • are of the form
  • For e.g., improduct("2+3i","4+5i","8+7i","10-14i")

Examples

  1. =IMPRODUCT("1+3i","5+2i") = -1+17i
  2. =IMPRODUCT("i","3-i") = 1+3i
  3. =IMPRODUCT("5","-2+4i") = -10+20i
  4. =IMPRODUCT("2+3i","4+6i","3+5i") = -150+22i
  5. =IMPRODUCT("-6-2i","-1-i") = 4+8i

See Also

References