Changeset 9a446f3 in git


Ignore:
Timestamp:
Mar 19, 2010, 5:14:50 PM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
89ca47fb0e392b149b888b5746e539030d6a2226
Parents:
5f4ae41ce60d166da2bffdb3dbb5b79c56548093
Message:
more plural tests

git-svn-id: file:///usr/local/Singular/svn/trunk@12659 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Tst/Plural
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • Tst/Plural/doc-division2.tst

    r5f4ae4 r9a446f3  
    2222matrix M2[2][2] = 1,s^2,s^2,1;
    2323list LW2 = division(M2,A);
     24kill M,N;
    2425matrix M = matrix(M2); matrix N = matrix(A);
     26kill T,R,U;
    2527matrix T = matrix(LW2[1]); matrix R = matrix(LW2[2]); matrix U  = matrix(LW2[3]);
    2628transpose(U)*transpose(M) - transpose(T)*transpose(N) - transpose(R); // must be 0
  • Tst/Plural/short.lst

    r5f4ae4 r9a446f3  
    99Syz-qso3
    1010Syz-qso3-q3
     11doc-dim
     12doc-division1
     13doc-division2
Note: See TracChangeset for help on using the changeset viewer.