rhenretta Messages 65 Reaction score 0 Thread starter Sep 29, 2010 #1 Sorry, pretty basic, but for the life of me I can't think of the operator... if i=j it would return 1, and if i != j it would return 0...
Sorry, pretty basic, but for the life of me I can't think of the operator... if i=j it would return 1, and if i != j it would return 0...
rhenretta Messages 65 Reaction score 0 Sep 29, 2010 #3 no, I remember seeing in a math or physics book once, a mathematical operation that could be done, I believe it was used in context with a summation operator, to obtain a value of 1 if i and j were the same value, and 0 if not.
no, I remember seeing in a math or physics book once, a mathematical operation that could be done, I believe it was used in context with a summation operator, to obtain a value of 1 if i and j were the same value, and 0 if not.
arildno Science Advisor Homework Helper Gold Member Dearly Missed Messages 10,165 Reaction score 138 Sep 29, 2010 #4 ... k=0; if i==j, then k=1; ...
rhenretta Messages 65 Reaction score 0 Sep 30, 2010 #5 Found it, Kronecker delta http://en.wikipedia.org/wiki/Kronecker_delta_function