Scilab 5.5.0
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
Solucionador simbólico de sistemas lineares
Seqüência de Chamamento
[x]=solve(A,b)
Parâmetros
- A,b,x
matrizes (respectivamente vetores) de "strings"
Descrição
Resolve A*x = b
quando A
é uma
matriz triangular superior feita de strings.
Exemplos
Ver Também
- trianfml — triangularização simbólica
Report an issue | ||
<< rdivf | Symbolic | subf >> |