Software Design and Implementation
T14: Matrices and Lists
Assignment T14 should be completed in a team of four.
Objectives
- Gain an understanding of how matrices are represented in Python
- Gain an understanding of how aliasing works in Python
Assignment Specifics
This assignment is to be completed in teams in class. Roles should be rotated within the group (i.e., if you were recorder for T12, you should take on a new role).
You will also be using a new tool called Online Python Tutor which allows us to step through code line by line with visuals of what happens in memory.
Online Python Tutor
Click the "Forward>" button to step through the code:
Instructions for this Teamwork
- Please go to https://docs.google.com/document/d/1s20QbACCCxmNkrvNTLw7-s5akBLdjC5fNmDwWBHMNEk/edit?usp=sharing to work through the rest of this assignment. being sure to double-click each of the code images to run the code we have prepared for you in the Online Python Tutor.