Scilab 5.5.2
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
symbolic linear system solver
Calling Sequence
[x] = solve(A, b)
Arguments
- A, b, x
matrix (resp. vectors) of character strings
Description
x = solve(A, b)
solves A*x = b
when
A
is an upper triangular matrix made of character strings.
Examples
See Also
- trianfml — symbolic triangularization
Report an issue | ||
<< rdivf | Symbolic | subf >> |