Scilab 5.4.0
Please note that the recommended version of Scilab is 6.1.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
Comments
Add a comment:
Please login to comment this page.