Take the 2-minute tour ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I have a problem of the form $$\sup_{x\in\Bbb{C}^n}\left\{\frac{\|Ax\|_\infty}{\|Bx\|_\infty}\right\}$$ where $A$, $B$ are matrices with different number of rows and $x$ is an $n$ dimensional vector. Is there a way to find a tight bound to the expression or to convert this into a linear programming problem?

share|improve this question
add comment

1 Answer

No.

Since $x$ is allowed to be any complex vector, there is no natural simplex to use for casting this as a linear programming problem. You can observe (assuming the infinity norms are the compatible norms they usually denote) that $\frac{||A(cx)||_\infty}{||B(cx)||_\infty}=\frac{||c||\cdot||Ax||_\infty}{||c||\cdot||Bx||_\infty} = \frac{||Ax||_\infty}{||Bx||_\infty}$, so you may choose to work on the unit sphere, but this is not a simplex.

share|improve this answer
    
Does it make any difference if i limit the optimization space to real number vectors? –  ARM Feb 7 at 22:59
    
@ARM: No. You just get the real unit sphere instead of the complex unit sphere. –  Eric Towers Feb 7 at 23:01
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.