Changeset d0a341 in git


Ignore:
Timestamp:
May 3, 1998, 1:57:37 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
98edbb5e63c2f807c92514a18f75cb7e47451806
Parents:
c1e2b1837b627727ba4d5777298b2631a1a05311
Message:
* new version from Agnes


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/finvar.lib

    rc1e2b1 rd0a341  
    1 // $Header: /exports/cvsroot-2/cvsroot/Singular/LIB/finvar.lib,v 1.8 1998-04-03 22:47:02 krueger Exp $
    2 ////////////////////////////////////////////////////////////////////////////////
    3 
    4 version="$Id: finvar.lib,v 1.8 1998-04-03 22:47:02 krueger Exp $";
     1// $Id: finvar.lib,v 1.9 1998-05-03 11:57:37 obachman Exp $
     2// author: Agnes Eileen Heydtmann, email:agnes@math.uni-sb.de
     3// last change: 3.5.98
     4//////////////////////////////////////////////////////////////////////////////
     5version="$Id: finvar.lib,v 1.9 1998-05-03 11:57:37 obachman Exp $"
    56info="
    67LIBRARY:  finvar.lib       LIBRARY TO CALCULATE INVARIANT RINGS & MORE
     
    17221723    part_mon=mon[lower_bound..upper_bound];
    17231724    B=minbase(B+evaluate_reynolds(REY,part_mon));
    1724     if (ncols(B)==cd or upper_bound==j)
     1725    if ((ncols(B)==cd and B[1]<>0) or upper_bound==j)
    17251726    { degBound=0;
    17261727      return(B);
     
    41164117         of the powers is then homogeneous of degree d.
    41174118EXAMPLE: example power_products; gives an example
    4118 { if (d<=0)
     4119{ ring R=0,x,dp;
     4120  if (d<=0)
    41194121  { "ERROR:   The <int> may not be <= 0";
    41204122    return();
     
    52085210          matrix P=primary_charp(L[1],newring,v);
    52095211          matrix S,IS=secondary_charp(P,L[1],newring,v);
    5210           if (voice==2)
     5212          if (defined(aksldfalkdsflkj)==2)
    52115213          { kill aksldfalkdsflkj;
    52125214          }
     
    52255227          list l=primary_charp_no_molien(L[1],v);
    52265228          if (size(l)==2)
    5227           { matix S=secondary_no_molien(l[1],L[1],l[2],v);
     5229          { matrix S=secondary_no_molien(l[1],L[1],l[2],v);
    52285230          }
    52295231          else
     
    55645566    execute "ring R=("+charstr(br)+"),(x(1..n),y(1..m)),(dp(n),dp(m));";
    55655567    execute "minpoly=number("+mp+");";
    5566     ring R=0,(x(1..n),y(1..m)),(dp(n),dp(m));
    55675568    ideal vars=x(1..n);
    55685569    map emb=br,vars;
     
    58415842         print(image_of_variety(I,F));
    58425843}
     5844
     5845
Note: See TracChangeset for help on using the changeset viewer.