%twonorm2 %this calculates the l_2 norm of a sequence using MATLABs internal array %multipliers function s = twonorm2(X) s = sqrt(sum(X.*X));