# version code 3d5d79686490+
# Please fill out this stencil and submit using the provided submission script.





## 1: (Problem 5.14.11) Exchange Lemma for Vectors over $\R$
## Please express your answer as a list of ints, such as [1,0,0,0,0]

exchange_1 = [...]
exchange_2 = [...]
exchange_3 = [...]



## 2: (Problem 5.14.12) Exchange Lemma for Vectors over GF(2)
# Please give the name of the vector you want to replace as a string (e.g. 'v1')

replace_1 = ...
replace_2 = ...
replace_3 = ...

