日本語 English
株式会社ヒューリンクス
TEL:03-5642-8384
営業時間:9:00-17:30

invcpx

この関数は、複素数の範囲の逆数を取ります。

構文

invcpx(block)

入力と出力は複素数のブロックです。invcpx 関数は、入力ブロック内の各複素数についての範囲 1/c を返します。

  • x = complex ({3,0,1}, {0,1,1}) の場合、invcpx(x){{0.33333, 0.0, 0.5}, {0.0,-1.0,-0.5}} を返します。

関連情報

invcpx

This function takes the reciprocal of a range of complex numbers.

Syntax

invcp(block)

The input and output are blocks of complex numbers. The invcpx function returns the range 1/c for each complex number in the input block.

Example

If x = complex ({3,0,1}, {0,1,1}), the operation invcpx(x) returns {{0.33333, 0.0, 0.5}, {0.0,-1.0,-0.5}}.

関連情報