Question: deleting some values in list

Hi there,

B:=Matrix(3,4,[ListTools:-LengthSplit([1,2,3,4,5,6],4)],fill=32);

C:=[seq(i,i=B^%T)];

What's the most efficient way to delete the 'extra' 32s when converting it back?

Thanks.

 

casper

Please Wait...