How do we implement y[n] = x[n] *(0.7 n u[n]+ 0.2 n u[n]) using
the recursive method where * means the convolution and u[n] is the
unit step function?