Do i = 1 to Matrix._; j = 1 to Matrix.i._
 If i = j then Matrix.i.j = Sin Vector.i
 Else Matrix.i.j = 0
;  
