Difference between revisions of "Manuals/calci/IMPRODUCTTWO"

From ZCubes Wiki
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
 
<div style="font-size:30px">'''IMPRODUCTTWO(Complexnumber1,Complexnumber2)'''</div><br/>
 
<div style="font-size:30px">'''IMPRODUCTTWO(Complexnumber1,Complexnumber2)'''</div><br/>
*<math>Complexnumber1 ,Complexnumber2</math> are two complex numbers of the form <math>z=a+ib</math>
+
*<math>Complexnumber1 </math> and <math>Complexnumber2</math> are two complex numbers of the form <math>z=a+ib</math>
 
   
 
   
 
==Description==
 
==Description==

Revision as of 17:03, 16 July 2018

IMPRODUCTTWO(Complexnumber1,Complexnumber2)


  • and 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