Sequence Multiplication
- Posted by "C. K. Lester" <cklester at yahoo.com> Mar 14, 2002
- 410 views
Where length(seq_a) = length(seq_b), instead of seq_x = seq_a * seq_b should I use for t=1 to length(seq_a) do seq_x[t] = seq_a[t] * seq_b[t] end for I would try it out but it's late and I'm going to bed. Plus, someone may have some additional insights they'd like to share. Thanks (and goodnight), ck