View Single Post
  #1  
Old 07-07-2011, 03:38 AM
Chapre Chapre is offline
Member
 
Join Date: Sep 2010
Posts: 36
Question multiplication on link position matrix

Hello;
I want to create an operator on a link (position) that should always half the first value of the input matrix (list) and leave the rest intact.

EX: imput matrix=[ a,b ,c ] * operator ------> output matrix=[ a/2 , b ,c ]
Reply With Quote