 
 
 
.* takes as arguments two matrices or two lists A and B 
of the same size.
.* is an infixed operator that returns the matrix or the list 
where each term is the term by term product of the corresponding
terms of A and B.
Input :
Output :
Input :
Output :
 
 
