Changeset d500d0 in git
- Timestamp:
- Jul 25, 2014, 12:27:18 PM (9 years ago)
- Branches:
- (u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
- Children:
- e89d89c7d1b8b3046d1b3b185b329885d5e72979
- Parents:
- aad2d4349ff74f09655344ff6912e450b99129c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/bimodules.lib
raad2d43 rd500d0 43 43 isTwoSidedGB(I); checks whether an ideal I is two-sided Groebner basis 44 44 45 SEE ALSO: ncalg_lib, nctools_lib 46 47 KEYWORDS: bimodules, bisyzygies, bitrinity, lift, enveloping algebra, pure tensor, 48 total divisors, two-sided, two-sided Groebner basis, tensor 45 SEE ALSO: ncalg_lib; nctools_lib 46 47 KEYWORDS: bimodules; bisyzygies; lift; enveloping algebra; pure tensor; total divisors; two-sided; two-sided Groebner basis; tensor 49 48 50 49 "; … … 515 514 def R = makeModElimRing(A); setring R; 516 515 module N = imap(A,N); N = std(N); 517 intvec Nrows = 2..(j+1);516 //intvec Nrows = 2..(j+1); 518 517 module g = imap(save,g); 519 518 matrix G[nrows(N)][1];
Note: See TracChangeset
for help on using the changeset viewer.