hi,

how can i create an null-vector in GAP. is there any function in GAP?

my solution:

GetNullVector:=function(l)
  
  return( 0*[1..l]);

end;

salute,
nasira
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to