Solve(M, V) = Solve for vector U where square matrix M * U = V
Solve(M, V) = Solve for vector U where square matrix M * U = V:
Uses the LU decomposition of M to solve the classical problem of n linear
equations and n unknowns.
See: LU Decomposition and Its Applications -- From Numerical Recipes Home
Page
Return to Matrix and Polynomial Computations
Return to Harry's Home Page
This page accessed
times since
September 18, 2006.
Page created by: hjsmithh@sbcglobal.net
Changes last made on Monday, 06-Aug-07 20:22:57 PDT