![]() |
| サイトマップ | |
|
この関数は、複素数の範囲の逆数を取ります。
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}}
を返します。
This function takes the reciprocal of a range of complex numbers.
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.
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}}.