Dear GAP-Forum, There's something strange happening with the Add() function for lists. If I write: word:=[]; temp:=Z(2^4)^8; Add(word, temp); I have [Z(2)^0, 0*Z(2), Z(2)^0, 0*Z(2)] as a value of word instead of Z(2^4)^8. So, Add() seems to automatically convert elements from F_(2^4) to vectors over F_2 of length 4. Is there any opportunity to correct this situation other than using word[1]:=temp; ? Sincerely, Stas Bulygin. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Miles-Receive-Header: reply