0

Should the function be a] Piecewise affine or b] Convex and piecewise affine?

I'm doing the MOOC on Convex Optimization by Stephen Boyd and came across this question in the exercises. The answer which is given there is b] but I think a] suffices.

1 Answers1

1

Hint: According to your definition, a polyhedron is always convex. What about the epigraph of a function?

gerw
  • 31,359
  • the epigraph of a function is convex set if and only if the function is convex. Oh, got it! Because the polyhedron (which is the epigraph in this case) is convex, the function has to be convex. – niranjantdesai Sep 23 '16 at 13:06