Pure Functions
Functions can be writen as follows:
 
 
or one can "pipe" the argument to a "pure" version of the function.
 
 
or we can first write the "pure" version of the function and then applied to the argument.
 
 
It is not the same as /@
 
 
Hee is another example
 
 
 
 
 
 
It is not the same as /@
 
| Created by Mathematica (September 7, 2006) |