Skip to content

YALMIP and nullspace #1291

Jun 15, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Not sure what you expect to be returned from a null operator acting on a matrix involving decision variables

Just randomly, if

Q = [r1 r2 0;r2 r1 0]

then for any point in the solver iteration process where r1=r2 the result would be a 3x2 vector, and when r1 and r2 are different it is a 3x1 vector. There is no way to work with such an operator in a standard optimization framework or represent in YALMIP, as everything has defined sizes when the model is set up

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@johanlofberg
Comment options

@kirkrudolph
Comment options

@johanlofberg
Comment options

@kirkrudolph
Comment options

Answer selected by kirkrudolph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants