Borrar filtros
Borrar filtros

Positive definite matrix, least square minimization

2 visualizaciones (últimos 30 días)
reen2015
reen2015 el 7 de Abr. de 2016
Comentada: reen2015 el 12 de Abr. de 2016
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 comentario
reen2015
reen2015 el 7 de Abr. de 2016
I use lsqlin() to solve my constrained least square minimization problem.

Iniciar sesión para comentar.

Respuesta aceptada

Torsten
Torsten el 7 de Abr. de 2016
Editada: Torsten el 7 de Abr. de 2016
Add the constraints that the five sub-determinants of X have to be positive and use fmincon to solve.
Best wishes
Torsten.
  15 comentarios
Torsten
Torsten el 11 de Abr. de 2016
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 el 12 de Abr. de 2016
Thank you Torsten for your kind suggestions and time :)

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Linear Least Squares en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by