The IMSUB () is an engineering function which takes ‘inumber’ as an argument and calculates the difference of two complex numbers in x+yi or x+yj text format.
Formula:
IMSUB (inumber1, inumber2) In the above syntax, argument inumber1 denotes the complex number from which to subtract inumber2 and the argument inumber2 denotes the complex number to subtract from inumber1.
Video Tutorial:
Let us see how the IMSUB function calculates the difference between complex numbers, with the help of the below video.