Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
star
(*) 乗算演算子
説明
乗算. 一般的な意味. 定数,論理値,多項式,有理関数 および
syslin
リスト(直列結合を意味します)で有効です.
要素毎の乗算の場合は, x.*y
のようにします.
x
または y
がスカラー(1x1 行列)の場合, .*
は *
と同じになります.
クロネッカー積は, x.*.y
です.
A*.B
は
定義済みの意味がない演算子で, * または /. と同様に
新しい演算子を定義する際に使用可能です(オーバーロード参照).
Report an issue | ||
<< slash | Scilab keywords | symbols >> |