Changeset 867e1a3 in git for Singular/LIB/inout.lib


Ignore:
Timestamp:
Dec 14, 2009, 7:07:52 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
3a5edc375c8c9192d0f777ea79d63b5fde378a37
Parents:
ded085a7412801cc56df67b95d9d1aad3854f8b4
Message:
no - for ideal/module: track 114

git-svn-id: file:///usr/local/Singular/svn/trunk@12387 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/inout.lib

    rded085 r867e1a3  
    105105   execute("matrix M[2][2]="+s+";");      //use the string s as input
    106106   module m1 = transpose(M);              //should be the same as m
    107    print(m-m1);
     107   print(matrix(m)-matrix(m1));
    108108}
    109109///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.