Fixed bolding

This commit is contained in:
Alex Kopp 2017-11-27 20:43:56 -05:00 committed by GitHub
parent 9f44fb9389
commit 3272ab6766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
"\n",
"- *Every point in **P** lies either on or inside of **H**.*\n",
"- *Every vertex of **H** is a point in **P**.*\n",
"- <i>**H**</i> *is convex: a line segment joining any two vertexes of **H** either is an edge of **H** or lies inside **H**.*\n",
"- **H** *is convex: a line segment joining any two vertexes of **H** either is an edge of **H** or lies inside **H**.*\n",
"\n",
"\n",
"In this notebook we develop an algorithm to find the convex hull (and show examples of how to use `matplotlib` plotting). The first thing to do is decide how we will represent the objects of interest:\n",