Category "convex-optimization"

Invertible matrices - Convex or concave set

Is the set of matrices such that determinant is non-zero a convex or a concave set? GL(n)={X: det(X) not = 0}

Displaying the solution at each iteration by using CVXPY

By using CVXPY, I want to solve this simple convex optimization problem:- min ||z||^2 subject to z = Ax - b where A and b are given The code is as follows:- x =