Re: underdetermined linear equation system
- From: "Bruno Luong" <b.luong@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 11 Oct 2009 16:24:02 +0000 (UTC)
To complement my previous posts, the two other popular constraints are:
(P1)
min L1(x) := sum |x(i)|
A*x = b
x >= epsilon
(P2)
min Linf(x) := max{|x(i)|}
A*x = b
x >= epsilon
Both problems (P1) and (P2) can be solved with "linear programming" using LINPROG (also in optimization toolbox).
Bruno
.
- References:
- underdetermined linear equation system
- From: arnold szilagyi
- Re: underdetermined linear equation system
- From: Bruno Luong
- underdetermined linear equation system
- Prev by Date: combinations of N matrixes taken K at a time
- Next by Date: Git in Matlab
- Previous by thread: Re: underdetermined linear equation system
- Next by thread: Re: underdetermined linear equation system
- Index(es):
Relevant Pages
|