July 26th, 2005, 8:29 am
QuoteOriginally posted by: OlyaIs there an analytic solution to the following problem: Given A x = b where A is m*n matrix (m<n), and x, b are vectors of lengths n and m correspondingly, find x that minimizes cost function C|x| where C is a positive vector (of lenghts n).The problem does not have analytic solutions (unless considerable additional structure is imposed on the problem). Algorithms for LU decomposition does not apply to this problem (although such algorithms may be employed by linear programming solvers).Chvatal's book was spectacular in the sense that it was the first textbook on linear programming void of simplex tableau's. This makes for a very compact and readable style. Bazaraa, Jarvis and Sherali has written a textbook utilized in many OR courses as introduction to LP - the sheer number of pages may scare you off, though. George Dantzig recently wrote a two-volume textbook together with co-writer (ghost-writer ?) Mukund Thapa, which is very readable. Lex Schrijver wrote a reference on linear (and integer) programming dealing mainly with the theoretical issues in linear optimization. Stephen J. Wright has written a small book on interior point solvers, but you may be able to find newer accounts.For online resources, try INFORMS OR/MS Resource collection