| Author |
Comment/Response |
jp
|
10/11/08 12:25pm
Can anyone figure out why this will not work?
f[x_, m_, n_] := Cos[((2 m - 1) Pi x)/2] Cos[((2 n - 1) Pi x)/2]
Do[ Plot[f[x, m, n], {x, -1, 1}], {m, 1, 4}, {n, m, 4}]
I don't get any error message and I've gone over the form many times. It just does not seem to evaluate. Thanks
URL: , |
|