Perform simple arithmetic on two complex numbers
1. vcmath2 ix1:=Col(1) ix2:=Col(2) op:=div;
Please refer to the page for additional option switches when accessing the x-function from script
Input
vector<complex>
Specifies the first complex number. The real and imaginary parts of the complex number can be saved in different columns or in the same column.
Specifies the second complex number. The real and imaginary parts of the complex number can be saved in different columns or in the same column.
int
Operations: Option list
Output
Specifies the output column.
Given two complex numbers:
Operations are:
Addition:
Subtraction:
Multiplication:
Division:
vcmath1
Keywords:calculation