Scilab 6.0.2
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
empty
([]) 空行列
説明
[] は空行列を定義します.
この行列は特殊な行列として定義され,
0行0列,すなわちsize([]) =[0,0]となります.
以下の便利な表記が使用可能です:
[] * A = A * [] = []
[] + A = A + [] = []
[ [], A] = [A, []] = A
明示的な答えがない場合,行列関数は [] またはエラーメッセージを
返します. 空の線形システム
(syslin リスト) は複数の行または列を有する可能性があります.
例s
参照
履歴
| バージョン | 記述 |
| 6.0.0 |
|
| Report an issue | ||
| << diag | elementarymatrices | eye >> |