Next: dsum, Previous: dsmooth, Up: Internal Routines [Contents][Index]
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