Difference between revisions of "Manuals/calci/IMSUB"
Jump to navigation
Jump to search
Line 35: | Line 35: | ||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Complex_number Complex number] | [http://en.wikipedia.org/wiki/Complex_number Complex number] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 07:11, 13 March 2017
IMSUB(Complexnumber1,Complexnumber2)
- are of the form
Description
- This function gives the difference of the two complex numbers.
- In , where Complexnumbers are of the form .
- & are the real numbers. imaginary unit ..
- Let and .
- The difference of two complex number is: where and are real numbers.
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
ZOS
- The syntax is to calculate the difference of the complex numbers in ZOS is .
- are of the form
- For e.g.,IMSUB("4+5i","9-3i")
Examples
- IMSUB("6+4i","5+3i")=1+1i
- IMSUB("3+4i","6+7i")=-3-3i
- IMSUB("8","9+10i")=-1-10i
- IMSUB("5+7i","3")=2+7i
Related Videos
See Also
References