2.8.30 vcmath1
Contents
Brief Information
Perform simple arithmetic on one complex number
Command Line Usage
1. vcmath1 ix:=Col(1);
2. vcmath1 ix:=Col(1) op:=exp;
X-Function Execution Options
Please refer to the page for additional option switches when accessing the x-function from script
Variables
| Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
|---|---|---|---|---|
| Input | ix |
Input vector<complex> |
|
The input complex number. The real and imaginary parts of the complex number can be saved in different columns or in the same column. |
| Operation | op |
Input int |
|
Operations:
|
| Output | ox |
Output vector<complex> |
|
Description
Given a complex numbers:
Operations are:
Conjugation:
Sine:
Cosine:
Exponential:
Related X-Functions
Keywords:calculation




