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?

답변 (1개)

John D'Errico
John D'Errico 2016년 9월 29일

0 개 추천

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

댓글 수: 1

Anver Hisham
Anver Hisham 2016년 9월 29일
@John D'Errico: I see quadprog solves only convex problems. I see my problem is non-convex, and also NP-hard.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

태그

질문:

2016년 9월 29일

댓글:

2016년 9월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by