# Upper bounds (Ub) and Lower bounds (Lb) for [X1, X2] LB = np.array([-10.0, -10.0]) # Lower bounds for X1 and X2 UB = np.array([10.0, 10.0]) # Upper bounds for X1 and X2 ...