vector recover(vector y)that takes a corrupted signal y (where the missing elements are replaced by zeros) and returns the reconstructed vector x where the elements that were equal to zero are recovered using the least squares method described in the Book.