symbolic linear system solver
[x] = solve(A, b)
matrix (resp. vectors) of character strings
x = solve(A, b)
solves A*x = b
when
A
is an upper triangular matrix made of character strings.
Version | Description |
5.5.2 | solve was removed after Scilab 5.5.2. |