This assignment will be graded as check (complete) or check-minus (incomplete).
Please complete the following by next lecture:
Do the math self-assessment. You can review the solutions here when you are done.
Read the course policies.
Post on Piazza. Tell everyone something about yourself and share any feedback or questions you have about the class.
Submission intructions TBD
The purpose of this exercise is to get familiar with Python and begin to using course resources to collaborate with your classmates. Please complete this by Friday 2/1.
Get up and running with an Anaconda 2018.12 Python 3.7 installation either on your personal computer or a CS lab computer. See the Getting started with Python for CS 335.
Spend an hour or two with one or more of the Python resources on the course page.
Write a program that uses NumPy creates two 100 x 100 arrays, then adds them together in two different ways: first by using a double for loop, and then by using the ‘+’ operator. Time how long each method takes to add the matrices.
Write a small example program of your own choosing. Clearly describe in the comments what the program is supposed to do, and make sure we can run it.
Please consider this a collaborative exercise to be solved with your classmates. Post to Piazza early and often. We want to hear from you!