Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
lusolve
疎な線形システムの解を得る
呼び出し手順
x=lusolve(hand,b) x=lusolve(A,b)
引数
- b
- 通常の実数行列 
- A
- 可逆な実数正方疎行列 
- hand
- 疎行列LU分解を計算した際のハンドル(lufactの出力) 
- x
- 通常の実数行列 
説明
x=lusolve(hand,b) は疎な線形システム
            
            A*x = bを解きます.
[hand,rk]=lufact(A) は lufact の出力です.
x=lusolve(A,b)は,疎な線形システム
            
            A*x = bを解きます.
例
| Report an issue | ||
| << luget | Sparse Decompositions | spchol >> |