Computer Science, asked by prashantg9971, 3 months ago

Consider following NLPP
Min Z=2x22-24x2+2x22-8x2+2x3-12x3+200
By separating this function show that it is convex​

Answers

Answered by Anonymous
0

Explanation:

CLS

INPUT "Enter two number"; a, b

IF a > b THEN

PRINT a; "is greatest number"

PRINT b; "is lowest number"

ELSE

PRINT b; "is greatest number"

PRINT a; "is lowest number"

END IF

END

Similar questions