2.8.30 vcmath1

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>

<active>

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

conj

Operations:
Option list

  • Con:Conjugate
    Conjugation
  • Sin:Sine
    Sine
  • Cos:Cosine
    Cosine
  • Exp:Exp
    Exponential
Output ox

Output

vector<complex>

<new>

Description

Given a complex numbers:

Vcmath1 help English files image002.gif

Operations are:

Conjugation:

Vcmath1 help English files image004.gif

Sine:

Vcmath1 help English files image006.gif

Cosine:

Vcmath1 help English files image008.gif

Exponential:

Vcmath1 help English files image010.gif

Related X-Functions

vcmath2


Keywords:calculation