Linear constraints using lsqnonlin
Mostrar comentarios más antiguos
Hi, I'm solving a non-linear system of 3 equations in 3 unkowns:

I'm using lsqnonlin to solve it:
lambda = lsqnonlin(F,lambda0,lb,ub,options);
Moreover, I need to add some constraints to the variables:

How can pass this constraints to the solver?
Thanks in advance!
2 comentarios
Walter Roberson
el 28 de Sept. de 2022
A system of 3 equations in 3 unknowns usually as a unique solution.
That is not generally the case for nonlinear systems. For example 3 curved surfaces might intersect at multiple locations and the constraints could narrow the result down to one particular quandrant.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Quadratic Programming and Cone Programming en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!