Vector warmup ------------------------------ * **Topic:** basic operations, functions, vectors, timing * **Task:** 1. Create matrices as list tables and numpy arrays. 2. Test what happens, when you make changes to these. 3. You should run into some problems, try to fix them. 4. Test how vectorization affects numeric efficiency by increasing the size of your matrices. * **Template:** `vectors.py `_ * **Further reading:** - https://en.wikipedia.org/wiki/Array_programming vectors.py ############ .. automodule:: vectors :members: :undoc-members: