Manuals/calci/IMSUB
Syntax
Remarks
Examples
''''''' ''''
Description
This function calculates the difference of two complex numbers in a+bi or a + bj text format.
IMSUB
The difference of two complex numbers is:
(a+bi)-(c+di)=(a-c)+(b-d)i
IMSUB(IN1,IN2)
where IN1 and IN2 are the complex numbers.
Column1 | Column2 | Column3 | Column4 | |
Row1 | 9+2i | |||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
Let's see an example
I.e. =IMSUB(“12+3i”,”3+i”) is 9+2i