You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
Hi,
What will happen if we add a positive definite constraint to a non square matrix (X) in YALMIP?
X=sdpvar(m,n,'full','complex');
Constraint=[X>0];
Is it correct?
Johan Löfberg
unread,
Feb 13, 2015, 2:14:57 AM2/13/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yal...@googlegroups.com
You cannot express that a non-hermitian matrix is positive definite. X>=0 for a non-hermitian matrix in YALMIP means all elements are non-negative (in complex case real and imag both non-negative)