Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
trisolve
シンボリックな線形システムソルバ
呼び出し手順
[x [,sexp]] = trisolve(A,b [,sexp])
パラメータ
- A,b
 文字列の行列
説明
A*x =bをシンボリックに解きます.
	Aは上三角行列と仮定されます.
sexp は,
    A, b, xの共通の副次式のベクトルです.
作者
F.D, S.S
| << trianfml | symbolic | Trigonometry >> |