Hi all,
I have the following code which runs without error but gives no output. It's probably simple but I just can't see the problem.
[FONT="Times New Roman"]LM={};
M[line_, cur_, lq_, ld_, k_] := For [i = 1, Length[line[[1]]], i++,
Module[{m}, If[line[[1, i]] == "Q",
m =...