Question: Indexing piecewise functions?

I have an array of functions involving x such that array[i] is valid only on the interval x=i..(i+1). I am trying to create a piecewise function that includes all array[i] terms valid in their respective ranges, but I am running into some syntax problems.
Please Wait...