> < ^ Date: Wed, 16 Aug 2000 10:24:04 +0200 (CEST)
> < ^ From: Sergei.Haller@math.uni-giessen.de < >
> ^ Subject: ZeroMatrix

Dear Forum,

I just tried to create a matrix containing only zeroes.
(and have done it with NullMat(m,n))

But before I looked into the manual I tried it with ``ZeroMatrix''
and the prompt-line-completion-feature (pressing TAB):

gap> ZeroMa # pressed TAB
ZeroMapping
ZeroMatrix
gap> ZeroMatrix;
Variable: 'ZeroMatrix' must have a value
gap> NullMa # pressed TAB
NullMapMatrix
NullMat
NullMatrix
gap> NullMatrix;
Variable: 'NullMatrix' must have a value
gap> NullMat;
function( ) ... end
gap>

If ZeroMatrix and NullMatrix do not exist, why they are offered by the
``TAB-feature''

BTW, Im using
GAP4, Version: 4r2 fix4 of 19-July-2000, i586-pc-linux-gnu-gcc

c ya
        Sergei

--------------------------------------------------------------------
         eMail:       Sergei.Haller@math.uni-giessen.de
      WWW-page:     http://www.hrz.uni-giessen.de/~gc1007/
--------------------------------------------------------------------
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain

Miles-Receive-Header: reply


> < [top]