From bug-octave-request Thu May 20 14:04:01 1993 Subject: a bug From: krmuske (Ken Muske) To: bug-octave Date: Thu, 20 May 93 14:03:58 -0500 Script started on Thu May 20 14:01:56 1993 warning: could not update utmp entry bash$ octave Octave, version 0.71.6. Copyright (C) 1992, 1993, John W. Eaton. This is free software with ABSOLUTELY NO WARRANTY. For details, type `warranty'. octave:1> a=[1.5 .5;.5 1.5] a = 1.50000 0.50000 0.50000 1.50000 octave:2> b=[[1 1];[1 1]*a] parse error: b=[[1 1];[1 1]*a] ^ octave:2> quit bye-bye. bash$ exit exit script done on Thu May 20 14:02:44 1993