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
Logged In: YES
user_id=501686
Duplicate of 644764, closing as such.