vcmath1

内容

  1. 1 概要
  2. 2 コマンドラインでの使用法
  3. 3 変数
  4. 4 説明
  5. 5 関連のXファンクション

概要

1つの複素数に対して単純な算術演算を実行します。

コマンドラインでの使用法

1. vcmath1 ix:=Col(1);

2. vcmath1 ix:=Col(1) op:=exp;

変数

表示
変数
I/O

データ型
デフォルト
説明
入力 ix

入力

vector<complex>

<active>

入力する複素数 複素数の実数部と虚数部は異なる列または同じ列に保存できます。

操作 op

入力

int

conj

操作:
オプションリスト

  • Con:Conjugate
    共役
  • Sin:Sine
    Sin
  • Cos:Cosine
    Cos
  • Exp:Exp
    指数
出力 ox

出力

vector<complex>

<新規>

 

説明

与えられた複素数:

Image:vcmath1_help_English_files_image002.gif

操作:

共役:

Image:vcmath1_help_English_files_image004.gif

Sin:

Image:vcmath1_help_English_files_image006.gif

Cos:

Image:vcmath1_help_English_files_image008.gif

指数:

Image:vcmath1_help_English_files_image010.gif

関連のXファンクション

vcmath2