Scilab-Branch-5.3-GIT
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
文字列行列の行列 (各ベクトル)
説明
A
が文字列からなる上三角行列の時に,
A*x = b
を解きます.
参照
- trianfml — シンボリックな三角化
<< symbolic | symbolic | trianfml >> |