Closed cocochrane closed 8 years ago
From Piazza, abs should be returning the 2-norm, not the absolute value of each individual value.
Then, as per the Vector class example we can change bool to: return bool(abs(self))
Plus change the tests.
From Piazza, abs should be returning the 2-norm, not the absolute value of each individual value.