rtoy / maxima

A Clone of Maxima's repo
Other
0 stars 0 forks source link

'entermatrix' does not work properly #3072

Closed rtoy closed 3 months ago

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 12:45:03 Created by *anonymous on 2004-06-17 11:35:56 Original: https://sourceforge.net/p/maxima/bugs/576


ENTERMATRIX(m,n) should ask whether the matrix is diagonal, symmetric, antisymmetric or general; but it does this at the wrong moment. For example, try this (typing <enter> after *every* ";"):

(C1) ENTERMATRIX(2,2); (<-- nothing happens!) 1;2;3;

*Now* the output is:

Is the matrix 1. Diagonal 2. Symmetric 3. Antisymmetric 4. General Answer 1, 2, 3 or 4 : Row 1 Column 1: Row 2 Column 2:
Matrix entered. [ 2 0 ] (D1) [ ] [ 0 3 ]

(I am using XMaxima 5.9.0, Windows version.)

Thank you

Franco Buratti (Italy) bufranz@hotmail.com

rtoy commented 3 months ago

Imported from SourceForge on 2024-07-07 12:45:04 Created by robert_dodier on 2006-04-09 20:10:02 Original: https://sourceforge.net/p/maxima/bugs/576/#c0b1