Construct a complex vector from real and imaginary parts
1. vri2c rv:=col(1) iv:=col(2);
2. vri2c rv:=col(1) iv:=col(2) cv:=col(3);
Please refer to the page for additional option switches when accessing the x-function from script
Input
vector
Specifies the input vector that has the real parts of the complex numbers.
Specifies the input vector that has the imaginary parts of the complex numbers.
Output
vector<complex>
Specifies the output vector for the complex numbers.
The vri2c function constructs a complex vector from the real parts and imaginary parts of the complex numbers.
vc2ri, vap2c, mri2c