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

mulcpx

関数 mulcpx は、2つの複素数ブロックを乗算します。

構文

mulcpx(block, block)

両方の入力ブロックの長さは同じにする必要があります。関数 mulcpx は、2つの範囲の虚数乗法を1つのブロックで返します。

  • u = {{1,1,0},{0,1,1}} の場合、mulcpx(u,u){{1,0,-1}, {0,2,0}} を返します。

関連情報

mulcpx

The mulcpx function multiplies two blocks of complex numbers together.

Syntax

mulcpx(block, block)

Both input blocks should be the same length. The mulcpx function returns a block that contains the complex multiplication of the two ranges.

Example

If u = {{1,1,0},{0,1,1}}, the operation mulcpx(u,u) returns {{1,0,-1}, {0,2,0}}.

関連情報