Revision as of 08:34, 10 February 2009 by Hu (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TA Comments: The original version of solutions for question 3 were erroneous.


The graph for x[n-k] should be 0 at n, and 1's from n+1 to n+10
The correct solution (as Kim described) is as follows:
y[n]=0 for n<-10
y[n]=n+11 for -10<=n<=-1
y[n]=9-n for 0<=n<=8
y[n]=0 for n>8

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett