Answer
Mar 11, 2021 - 07:31 PM
You can always use Cos and Sin functions to create your complex numbers.
You can also create your script, for example:
#LOCAL COMPLEX X
A=1.0
B=0.0
X=CMPLX(A,B)
$RePart = REAL(X)
$ImPart = IMAG(X)
Check my answer here:
https://forum.hvdc.ca/2884387/how-to-...
You can also create your script, for example:
#LOCAL COMPLEX X
A=1.0
B=0.0
X=CMPLX(A,B)
$RePart = REAL(X)
$ImPart = IMAG(X)
Check my answer here:
https://forum.hvdc.ca/2884387/how-to-...
Add New Comment