Difference between revisions of "Manuals/calci/IMPRODUCT"
Jump to navigation
Jump to search
(→ZOS) |
|||
Line 17: | Line 17: | ||
*The syntax is to calculate product of the complex numbers in ZOS is <math>IMPRODUCT()</math> | *The syntax is to calculate product of the complex numbers in ZOS is <math>IMPRODUCT()</math> | ||
**Parameters are of the form <math>z=a+ib</math> | **Parameters are of the form <math>z=a+ib</math> | ||
− | *For e.g., | + | *For e.g., IMPRODUCT("2+3i","4+5i","8+7i","10-14i") |
{{#ev:youtube|TWYVYlQWIoc|280|center|Improduct}} | {{#ev:youtube|TWYVYlQWIoc|280|center|Improduct}} | ||
Latest revision as of 04:04, 2 November 2020
IMPRODUCT()
- Parameters are of the form .
- IMPRODUCT(),returns the product of from 2 to 29 complex numbers.
Description
- This function gives the product of the complex numbers.
- In , where parameters 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 first parameter is required. From the second parameter are optional.
- 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
- Parameters are of the form
- For e.g., IMPRODUCT("2+3i","4+5i","8+7i","10-14i")
Examples
- =IMPRODUCT("1+3i","5+2i") = -1+17i
- =IMPRODUCT("i","3-i") = 1+3i
- =IMPRODUCT("5","-2+4i") = -10+20i
- =IMPRODUCT("2+3i","4+6i","3+5i") = -150+22i
- =IMPRODUCT("-6-2i","-1-i") = 4+8i
Related Videos
See Also
References