필터 지우기
필터 지우기

Positive definite matrix, least square minimization

조회 수: 2 (최근 30일)
reen2015
reen2015 2016년 4월 7일
댓글: reen2015 2016년 4월 12일
Hi, I am trying to solve a constrained least square minimization problem, which will give me a X_{vec}=(15 x 1) matrix. I will be later converting these 15 elements to a symmetric (5 x 5) matrix called X. Is there any way to constriant the elements of the solution X_{vec} of the constrained LSQ minimization problem such that my X will be a positive definite matrix? Thanks a lot in advance!
  댓글 수: 1
reen2015
reen2015 2016년 4월 7일
I use lsqlin() to solve my constrained least square minimization problem.

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

채택된 답변

Torsten
Torsten 2016년 4월 7일
편집: Torsten 2016년 4월 7일
Add the constraints that the five sub-determinants of X have to be positive and use fmincon to solve.
Best wishes
Torsten.
  댓글 수: 15
Torsten
Torsten 2016년 4월 11일
1. If possible, start with a feasible solution.
2. Strengthening the tolerances means: Choose a smaller value than the default (i.e. options.TolCon < default value)).
Best wishes
Torsten.
reen2015
reen2015 2016년 4월 12일
Thank you Torsten for your kind suggestions and time :)

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Linear Least Squares에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by