Maximize L2 norm under linear constraints?

I want to maximize L2 norm of a vector under some linear constraints. i.e,
max |x|^2
subject to Ax ≤ b
Could you please help me to find out a way to solve this in Matlab?

Risposte (1)

help quadprog
Use
H = -eye(n,n)

1 Commento

@John D'Errico: I see quadprog solves only convex problems. I see my problem is non-convex, and also NP-hard.

Accedi per commentare.

Categorie

Tag

Richiesto:

il 29 Set 2016

Commentato:

il 29 Set 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by