Re: underdetermined linear equation system



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
.



Relevant Pages

  • Re: Possible proof of Gabriels Theorem?
    ... > to posts where people have been discussing the concept seems ... any such constant function. ... The epsilon-delta definition is a load of hogwash in my opinion. ... integrable since no epsilon> 0 exists. ...
    (sci.math)
  • Re: Stuck on a proof in Rudins "Real and Complex Analysis"
    ... k-Lipschitz function maps measure 0 sets to measure 0 sets. ... Let epsilon> 0 be given. ... the sum over n of Lis less than epsilon. ... Z is a subset of the union over n of I_n. ...
    (sci.math)
  • Re: abundance of irrationals!)
    ... over all n> m is an infinite sum. ... but for each n you must calculate the partial sum Sfrom 1 to ... special epsilon. ... about n is true for all n, given that arbitrary epsilon. ...
    (sci.math)
  • Re: Can someone please tell me where I am going wrong??
    ... in the interval, the program then gives the natural logarithm of ... int main{ ... float sum, term; ... double a, b, c, epsilon; ...
    (comp.lang.c)
  • Re: Continuos functions from [0,1] to R
    ... the sum of a finite number of bounded functions is bounded. ... typo.. ... delta <= epsilon provided delta>0 ...
    (sci.math)