Can CVX solve this kind of function {x-log(1+0.01*x/(x+1))}

What if you write it as x-1000*log(1.01-0.01*inv_pos((x+1))). I’m not sure this is correct cvx syntax, I just mean transform the expression like this.

1 Like