| Author |
Comment/Response |
Kidi3
|
10/17/12 02:58am
How can i use this function
MK[d_] := Cases[d, x /; EvenQ[d]]
The idea of this function is that is should spit out all the even numbers of the range d.
So an example would be
in:MK[10]
Out:{2,4,6,8,10}
URL: , |
|