diff --git a/hw5.html b/hw5.html new file mode 100644 index 0000000000000000000000000000000000000000..1f0a3bf1e35a97bacbc14457f9b646846e811384 --- /dev/null +++ b/hw5.html @@ -0,0 +1,62 @@ +<html> +<head> + +<link href="https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap" rel="stylesheet"> +<link rel="stylesheet" type="text/css" href="styles.css" media="screen" > +</head> + + +<body> + +<div id="header"> +<div id="title1"></div> + +<h1><b>Alfonso Parra Rubio. </b> aprubio [at] mit.edu</h1> +<p><a href=index.html><img class="loogo"src="img/logo.png" alt="LOGO" /></img></a></p> +</div> +<div id="mySidenav" class="sidenav"> + <p><span class = "weeknum"><a href="https://alfonso.pages.cba.mit.edu/home/"> _About me</a> </span></p> + <p><span class = "weeknum"><a href="http://cba.mit.edu/about/index.html"> _About my lab</a> </span></p> + + +</div> + + +<div id="content"> + +<p> <b> <i>This 5.2 question was done in with my clasmate Alex Berke.</i> </b> </p> + +<h1>Problem Set 5.</h1> + +<h2> <b>Problem 5.1</b> Make a first proposal of what you spect to be your final project based on:</h2> + +<li>Read the course website,1 which describes the possible types of projects and lists some (old) +project ideas.</li> + +<li>Look at the class problems and work you’ve done during class, both for suitable problems/results and to understand what types of problems you enjoyed.</li> + +<li>Talk to your fellow students, in the Project Discussion Comingle room or the corresponding +Coauthor thread.2 Also feel free to talk to staff during class or office hours or over email.</li> + +<li>Look ahead at future lecture topics to see whether there’s something there you’d like to +explore deeper. (You can always watch the videos early.)</li> + +<li>Read Problem Set 6,3 which gives the exact specification for a project proposal.</li> + + +<h2> <b>Problem 5.2</b> [Skeletal Reconstruction]. Draw a polygon, or a set of disjoint polygons, whose +straight skeleton is given by the black lines in the following diagram:</h2> + +<p> <b> <i>This 5.2 question was done in with my clasmate Alex Berke.</i> </b> </p> + +<p>I was able to find without a problem all bisector lines for leters <b>I and T </b>without a problem because of its <b>orthogonality</b> . <b> I wanted to draw exactly the weird slopes that the M have </b> on its non orthogonal angles. To do so I used the grid. At the top skeleton line that breaks orthogonality, it can be seen that has a slope of 2:1. I drawed a normal line to the skeleton. I saw that if I placed that line in the vertex where meets other skeleton lines, it will cut the horizontal line (top part of the M) in a specific point of the grid. <b>Applying symmetry to this intersection will tell me a ponint with the other (symmetric respect the skeleton line that forces to be bisector line)</b> line will pass forcing to that root be a bisector of those pair of lines. Same method were applied to the lower weird angle lines. </p> + +<img src="img/MITcandf.png" width="800px"alt=""> + + + + +<a href="index.html"> back to menu</a> + + </div> <!-- end content !--> + </html> diff --git a/img/Cobey2020.pdf b/img/Cobey2020.pdf index f61a72af3e64def7d4d8cbbb2f153760fed649af..03fdbcf03220438eb69b9a1d1f9ac77ccf8d23fe 100644 Binary files a/img/Cobey2020.pdf and b/img/Cobey2020.pdf differ diff --git a/img/MITcandf.png b/img/MITcandf.png new file mode 100644 index 0000000000000000000000000000000000000000..d99c5bf8d0d9ff63c283c8c1546bff28d7c7020f Binary files /dev/null and b/img/MITcandf.png differ diff --git a/img/portadahw4.png b/img/portadahw4.png new file mode 100644 index 0000000000000000000000000000000000000000..7ff17187b452478d7133dd8dad2468b384e9820e Binary files /dev/null and b/img/portadahw4.png differ diff --git a/img/portadahw5.png b/img/portadahw5.png new file mode 100644 index 0000000000000000000000000000000000000000..9d6a1888188df04365bc26b25033eecdad739587 Binary files /dev/null and b/img/portadahw5.png differ diff --git a/index.html b/index.html index 6ec4e372cf9a36fdfcf57a03d503b8cd2679d472..ec913343a01feea2d1529fb50f0e68f1fa89d9d0 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,8 @@ <div class="thumb_wrap"><div class="thumb"><b>HW1</b> Pset .<a href="hw1.html"><img class="thumb_img" src="img/hw1title.png" width=800px></a></br></div></div> <div class="thumb_wrap"><div class="thumb"><b>HW2</b> .<a href="hw2.html"><img class="thumb_img" src="img/pset2image.png" width=800px></a></br></div></div> <div class="thumb_wrap"><div class="thumb"><b>HW3</b> .<a href="hw3.html"><img class="thumb_img" src="img/pset3img.png" width=800px></a></br></div></div> +<div class="thumb_wrap"><div class="thumb"><b>HW4</b> .<a href="hw4.html"><img class="thumb_img" src="img/portadahw4.png" width=800px></a></br></div></div> +<div class="thumb_wrap"><div class="thumb"><b>HW5</b> .<a href="hw5.html"><img class="thumb_img" src="img/portadahw5.png" width=800px></a></br></div></div>