{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Name: **Your name here** \n", "UID: **Your student ID num here**" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Homework 4: Convex Functions \n", "\n", "Use either the slides, or Boyd $\\S$3.2 as a reference.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Problem 1\n", "For this problem, you may use any of the results/rules from the lecture slides.\n", "\n", "### (a) Consider the function\n", " $$f(x) = \\begin{cases}\n", "0, \\text{ if } x<0\\\\\n", "\\infty , \\text{ if } x\\ge 0\\\\\n", "\\end{cases}.$$\n", "\n", "Is this function closed and proper?" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "*Your work here*\n", "\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### (b) Consider the set of $n\\times n$ low-rank matrices $\\{A\\in\\mathbb{R}^{n\\times n} | \\, \\text{rank}(A)\\le k \\},$ where $00$ with \n", " $$ \\langle x-y,\\nabla f(x) - \\nabla f(y) \\rangle \\ge m\\|x-y\\|^2.$$\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "*Your work here*\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Problem 3\n", " Suppose that $g(x)$ is convex and $h(x)$ is concave (i.e. $-h(x)$ is convex). Suppose we restrict both functions into a closed, convex set $C$ such that both $g(x)$ and $h(x)$ are always positive when $x \\in C.$ Prove that the function\n", " $f(x) = g(x)/h(x)$ \n", " is quasi-convex. (note: It follows that every local minimum is also global)\n", "\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "*Your work here*\n" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.6" } }, "nbformat": 4, "nbformat_minor": 2 }