Manuals/calci/IMPRODUCTTWO

Revision as of 03:56, 19 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''IMPRODUCTTWO(Complexnumber1,Complexnumber2)'''</div><br/> *<math>Complexnumber1 ,Complexnumber2</math> are two complex numbers of the form <math...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
IMPRODUCTTWO(Complexnumber1,Complexnumber2)


  • are two complex numbers of the form

Description

  • This function gives the product of two complex numbers.
  • Complex number is indicated as  , where   &   are the real numbers, and   is the imaginary unit.  .
  • In this function   and   are compulsory arguments.
  • The multiplication of two complex numbers is a complex number.
  • Let   and  . Then the product of two complex numbers is  .
  • We can use COMPLEX function to convert real and imaginary number in to a complex number.

ZOS

  • The syntax is to calculate product of the complex numbers in ZOS is  
    •   are two complex numbers of the form  
  • For e.g., IMPRODUCTTWO("2+3i","4+5i")
Improduct

Examples

  1. =IMPRODUCTTWO("1+3i","5+5i") = -10+20i
  2. =IMPRODUCTTWO("i","3-i") = 1+3i
  3. =IMPRODUCTTWO("5","-2+4i") = -10+20i
  4. =IMPRODUCTTWO("2+3i","4+6i","3+5i") = -10+24i
  5. =IMPRODUCTTWO("-6-2i","-1-i","5+6i") = 4+8i

Related Videos

IMPRODUCT

See Also

References