From f3743205730a178ac8376fa4433ddec582a0abb9 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Sun, 9 Apr 2023 17:05:33 -0400 Subject: [PATCH] formatting tweak --- psets/pset5.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psets/pset5.ipynb b/psets/pset5.ipynb index aa0be8f..b2af059 100644 --- a/psets/pset5.ipynb +++ b/psets/pset5.ipynb @@ -20,7 +20,7 @@ "Consider the following optimization problem:\n", "$$\n", "\\min_{x \\in \\mathbb{R}^2} x_1 \\\\\n", - "\\mbox{subject to } x_2 \\le x_1^3 \\mbox{ and } x_2 \\ge 0 \\, .\n", + "\\mbox{ subject to } x_2 \\le x_1^3 \\mbox{ and } x_2 \\ge 0 \\, .\n", "$$\n", "\n", "**(a)** Draw a sketch of the feasible set in the $x_1, x_2$ plane and indicate the optimum $x_*$.\n", @@ -40,7 +40,7 @@ "Consider the convex problem:\n", "$$\n", "\\min_{x\\in \\mathbb{R}^n} \\Vert b - Ax \\Vert_2^2 \\\\\n", - "\\mbox{subject to } \\Vert x \\Vert_2^2 \\le r^2\n", + "\\mbox{ subject to } \\Vert x \\Vert_2^2 \\le r^2\n", "$$\n", "for some $r > 0$, $m \\times n$ matrix $A$ (of rank $n$), and $b \\in \\mathbb{R}^m$ — that is, least-squares optimization with the solution constrained to lie inside a sphere of radius $r$.\n", "\n",