Scilab 5.5.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
solve
代数線形システムのソルバ
呼び出し手順
[x] = solve(A, b)
引数
- A,b,x
文字列の行列 (またはベクトル)
説明
x = solve(A, b)
は,
A
が文字列からなる上三角行列の時に,
A*x = b
を解きます.
参照
- trianfml — シンボリックな三角化
Report an issue | ||
<< rdivf | symbolic | subf >> |