Scilabヘルプ >> Elementary Functions > elementarymatrices
elementarymatrices
- diag — 対角行列の構築または展開
- empty — ([]) 空行列
- eye — 単位行列
- grand — 乱数生成器
- linspace — generates linearly spaced numbers between 2 reached bounds
- logspace — 対数的間隔のベクトル
- meshgrid — 行列または3次元配列を作成
- ndgrid — build matrices or N-D arrays by replicating some template vectors
- ones — 要素が1の行列
- rand — 乱数生成
- repmat — 配列を複製/タイル状に配置
- squarewave — 周期 2*%piの矩形波を生成
- testmatrix — ヒルバート,フランクのような特殊行列を作成
- toeplitz — Toeplitz matrix (chosen constant diagonal bands)
- zeros — ゼロからなる行列