Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.146 dsolve

dsolve, matrix, vector

Solves a linear set of equations. matrix must contain the lu decomposition (see decomp) of the matrix describing the dependent component of the set of equations. v must contain the vector to be matched. It will be overwritten by the solution vector.

See also: decomp