Changeset 9a446f3 in git
- Timestamp:
- Mar 19, 2010, 5:14:50 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 89ca47fb0e392b149b888b5746e539030d6a2226
- Parents:
- 5f4ae41ce60d166da2bffdb3dbb5b79c56548093
- Location:
- Tst/Plural
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Plural/doc-division2.tst
r5f4ae4 r9a446f3 22 22 matrix M2[2][2] = 1,s^2,s^2,1; 23 23 list LW2 = division(M2,A); 24 kill M,N; 24 25 matrix M = matrix(M2); matrix N = matrix(A); 26 kill T,R,U; 25 27 matrix T = matrix(LW2[1]); matrix R = matrix(LW2[2]); matrix U = matrix(LW2[3]); 26 28 transpose(U)*transpose(M) - transpose(T)*transpose(N) - transpose(R); // must be 0 -
Tst/Plural/short.lst
r5f4ae4 r9a446f3 9 9 Syz-qso3 10 10 Syz-qso3-q3 11 doc-dim 12 doc-division1 13 doc-division2
Note: See TracChangeset
for help on using the changeset viewer.