Dear Forum, Is there a way to transpose economically a large rectangular matrix? By `economically' I mean without using much additional memory, but possibly destroying the original matrix. I keep getting an error of the following kind.
------------------------------------------------------------------ gap> M:=NullMat(4,6,GF(5)); gap> TransposedMatDestructive(M); Error, Unbind of entry of locked compressed vector is forbidden in Unbind( mat[j][m + i] ); called from <function "unknown">( <arguments> ) called from read-eval loop at line 62 of *stdin* You can `return;' to ignore the assignment ------------------------------------------------------------------ Thank you Anvita _______________________________________________ Forum mailing list Forum@mail.gap-system.org http://mail.gap-system.org/mailman/listinfo/forum