In general if two operators, say d1 and d2, are linear, then d1(d2(f(x)) = d2(d1(f(x)), assuming convergence for f(x). So as long as the two operators are linear, the operators can be interchanged (as far as i understood). Now consider two linear operators linear Low Pass Filtering (mathematically represented by the convolution integral) and sampling (represented mathematically by multiplication with a periodic dirac delta train of impulses). Now here though the two operators are linear, it is not correct to interchange the two. As generally Low pass filtering needs to be done before sampling to avoid aliasing, and the opposite (first sample and then do filtering) does not provide the same result. What is the point that I am missing? Please help me out...