<< trianfml symbolic bloc2exp >>
removed >> removed > 5-5-2 > symbolic > trisolve

trisolve

シンボリックな線形システムソルバ

呼び出し手順

[x, sexp] = trisolve(A, b)
[x, sexp] = trisolve(A, b, sexp)

引数

A,b

文字列の行列

説明

A*x =bをシンボリックに解きます. Aは上三角行列と仮定されます.

sexp は, A, b, xの共通の副次式のベクトルです.

A=['x','y';'0','z'];b=['0';'1'];
w=trisolve(A,b)
x=5;y=2;z=4;
evstr(w)
inv(evstr(A))*evstr(b)

参照

履歴

VersionDescription
5.5.2 trisolve was removed after Scilab 5.5.2.

<< trianfml symbolic bloc2exp >>