Assume v is a vector in R^5. You wish to compute a vector w such that the th entry of w, denoted wi, is the sum of vi-1,vi, vi+1. For example wi is the sum of ,vo,v1 and v2. For elements at the endpoints of w, you will only account for two elements in your sum. For example wo, (assuming zero-based indexing) is the sum of vo and v1. Construct a matrix A such that Av=w.