February 27th, 2007, 5:56 pm
Pretty much the same thing. Think of the discrete version of a function as a vector of values that the function takes over a grid of the domain: [ f(x1), f(x2), f(x3), ...f(xn) ]. Then C = A*B is given by C(k) = Sum( A(i)*B(k-i) ) for all i. Exact analogue to the integral for the continuous case.So, [q1, p1]*[q2, p2] = [ (q1*q2), (q1*p2 + q2*p1), (p1*p2) ].
Last edited by
vixen on February 26th, 2007, 11:00 pm, edited 1 time in total.