What I ended up doing, in response to Adam's message, is figuring that:

$ x_1[n] = -x_1[-n] $ and $ x_2[n] = x_2[-n] $ and then defined $ (x_1[n])(x_2[n]) $ as y[n]

Multiplying the redefined $ x_1[n] $ and $ x_2[n] $ I got $ -(x_1[-n](x_2[-n])) $ which resembles very closely -y[-n]. From there I declared the function odd.

Back to Homework_1

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva