Manuals/calci/IMSUB
Jump to navigation
Jump to search
IMSUB(z1,z2)
- are the complex numbers is of the form
Description
- This function gives the difference of the two complex numbers.
- IMSUB(z1,z2), Where are the complex number is in the form of .
- & are the real numbers. imaginary unit ..
- Let z1=a+ib and z2=c+id.
- The difference of two complex number is: where a,b,c and d are real numbers.
- We can use COMPLEX function to convert real and imaginary number in to a complex number.
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
See Also