Manuals/calci/IMSUMTWO
Jump to navigation
Jump to search
IMSUMTWO(ComplexNumber1,ComplexNumber2)
- are two complex numbers of the form
Description
- This function calculates the sum 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.
- Let and . The addition of two complex number is: where and are real numbers.
- We can use COMPLEX function to convert real and imaginary number into a complex number.
ZOS
- The syntax is to calculate sum of two complex numbers in ZOS is
- are two complex numbers of the form
Examples
- IMSUMTWO("2+10i","4+16i")=6+26i
- IMSUMTWO("-7-12i","-10-4i")=-17-16i
- IMSUMTWO("-14j","10-4j")=10-18j
- IMSUMTWO("-4-13j","17","24+12j")=13-13j
- IMSUMTWO("12+10i","8+16i","5+2i")=20+26i
Related Videos
See Also
References