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.
trisolve
symbolic linear system solver
Calling Sequence
[x [,sexp]] = trisolve(A,b [,sexp])
Arguments
- A,b
matrices of strings
Description
symbolically solves A*x =b
, A
being assumed to be upper triangular.
sexp
is a vector of common subexpressions in
A, b, x
.
Examples
Report an issue | ||
<< trianfml | Symbolic | Trigonometry >> |