Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.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, []] = A
inv([]) =[]
det([])=cond([])=rcond([])=1, rank([])=0
明示的な答えがない場合,行列関数は []
またはエラーメッセージを
返します. 空の線形システム
(syslin
リスト) は複数の行または列を有する可能性があります.
例s
参照
Report an issue | ||
<< elseif | Scilab keywords | end >> |