| Author |
Comment/Response |
dustin
|
11/25/12 4:37pm
A = Piecewise[{Table[
8/Pi^2*m*(-1)^m/((2*n - 1)*((2*n - 1)^2 + m^2)), {n, 1,
Nmax}, {m, 1, Mmax}],(n odd)}, {0,(n even)}];
I want A to be this expression when n is odd and 0 when n is even regardless of what m is.
How can I set this up?
URL: , |
|