The problem is :Disciplined convex programming error: Cannot perform the operation: {positive constant} ./ {convex} Uncategorized May 19, 2021 L lei May 19, 2021 #1 the convex variable is “be”,how can I translate the fomulation to convex? here is my code for i=1:se Rs(i)/inv_pos(be)<=(log(1+trace(He{i}.*V{i})/Noise)/log(2)); end M Mark L. Stone May 19, 2021 #2 I think you want Rs(i)*inv_pos(be) L lei May 19, 2021 #3 thank you very much .