Changeset d500d0 in git


Ignore:
Timestamp:
Jul 25, 2014, 12:27:18 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
Children:
e89d89c7d1b8b3046d1b3b185b329885d5e72979
Parents:
aad2d4349ff74f09655344ff6912e450b99129c6
Message:
fix: examples and doc for bimodules.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/bimodules.lib

    raad2d43 rd500d0  
    4343isTwoSidedGB(I);   checks whether an ideal I is two-sided Groebner basis
    4444
    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
     45SEE ALSO: ncalg_lib; nctools_lib
     46
     47KEYWORDS: bimodules; bisyzygies; lift; enveloping algebra; pure tensor; total divisors; two-sided; two-sided Groebner basis; tensor
    4948
    5049";
     
    515514    def R = makeModElimRing(A); setring R;
    516515    module N = imap(A,N); N = std(N);
    517     intvec Nrows = 2..(j+1);
     516    //intvec Nrows = 2..(j+1);
    518517    module g = imap(save,g);
    519518    matrix G[nrows(N)][1];
Note: See TracChangeset for help on using the changeset viewer.