Assignment 1: Problem Solving Example

Unit 0 > Assignment 1 > problem solving


With a challenging problem, what is often hardest is getting started. Where to begin?

Let's start by examining the output more closely:

Let's try to get the top half of the arrowhead first:

 

A1.1 Exercise: Write up the above in my_demo_problem1.py. What went wrong? Explain in your assignment1.pdf.
 

 

A1.2 Exercise: Write up the above in my_demo_problem2.py. What went wrong? Explain in your assignment1.pdf.

 

A1.3 Exercise: Write up the above in my_demo_problem3.py. What went wrong?
 

 

A1.4 Exercise: Write up the above in my_demo_problem4.py. What went wrong?
 

 

Next, let's tackle the bottom half:

 

A1.5 Exercise: Write up the above in my_demo_problem5.py. Did it work? Submit your final version in my_arrowhead.py.


© 2020, Rahul Simha