Changeset c1986a in git


Ignore:
Timestamp:
May 6, 2005, 11:42:02 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
1d81b2939a37082b3c46e6e21ab974b485e157ed
Parents:
a58f47ac8eee1255eec5e769cce34d8625f4cade
Message:
*hannes/lossen: syntax for doku


git-svn-id: file:///usr/local/Singular/svn/trunk@8059 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/control.lib

    ra58f47 rc1986a  
    1 version="$Id: control.lib,v 1.29 2005-04-30 20:34:59 levandov Exp $";
     1version="$Id: control.lib,v 1.30 2005-05-06 09:41:58 Singular Exp $";
    22category="System and Control Theory";
    33info="
     
    16021602PURPOSE: define the ring easily
    16031603RETURN:  no return value
    1604  EXAMPLE:  example declare; shows an example
    1605  "
    1606  {
     1604EXAMPLE:  example declare; shows an example
     1605"
     1606{
    16071607   if(size(#)==0)
    16081608   {
     
    16281628   };
    16291629   keepring(basering);
    1630  }
    1631  example
    1632  {"EXAMPLE:";echo = 2;
     1630}
     1631example
     1632{"EXAMPLE:";echo = 2;
    16331633   string v="x,y,z";
    16341634   string p="q,p";
     
    16541654   print(basering);
    16551655   print(nameof(basering));
    1656  };
     1656}
    16571657//
    16581658// maybe reasonable to add this in declare
  • Singular/LIB/gmspoly.lib

    ra58f47 rc1986a  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: gmspoly.lib,v 1.9 2005-04-28 09:23:17 Singular Exp $";
     2version="$Id: gmspoly.lib,v 1.10 2005-05-06 09:41:59 Singular Exp $";
    33category="Singularities";
    44
     
    7373  setring @WX;
    7474  ideal J=jacob(imap(@X,f));
    75 ~
    7675  int i;
    7776  for(i=1;i<=n;i++)
  • Singular/LIB/normal.lib

    ra58f47 rc1986a  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: normal.lib,v 1.42 2005-04-29 13:23:25 Singular Exp $";
     2version="$Id: normal.lib,v 1.43 2005-05-06 09:41:59 Singular Exp $";
    33category="Commutative Algebra";
    44info="
     
    21942194//////////////////////////////////////////////////////////////////////////////
    21952195
    2196 proc closureFrac(list L);
     2196proc closureFrac(list L)
    21972197"USAGE:    closureFrac (L); L a list as in the result of primeClosure, L[n]
    21982198                           containing an additional poly f
  • Singular/LIB/presolve.lib

    ra58f47 rc1986a  
    11//last change: 13.02.2001 (Eric Westenberger)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: presolve.lib,v 1.23 2005-05-04 09:31:39 Singular Exp $";
     3version="$Id: presolve.lib,v 1.24 2005-05-06 09:42:00 Singular Exp $";
    44category="Symbolic-numerical solving";
    55info="
     
    2222 sortvars(id[n1,p1..]); sort vars w.r.t. complexity in id [different blocks]
    2323 valvars(id[..]);       valuation of vars w.r.t. to their complexity in id
    24  idealsSimplify(id);    ideal I = eliminate(Id,m) m is a product of variables
    25                        which are only linearly involved in the generators of id
    2624 idealSplit(id,tF,fS);  a list of ideals such that their intersection
    2725                        has the same radical as id
  • Singular/LIB/primitiv.lib

    ra58f47 rc1986a  
    33// This library is for Singular 1.2 or newer
    44
    5 version="$Id: primitiv.lib,v 1.20 2005-04-22 16:04:46 Singular Exp $";
     5version="$Id: primitiv.lib,v 1.21 2005-05-06 09:42:00 Singular Exp $";
    66category="Commutative Algebra";
    77info="
     
    259259         The active ring must allow an algebraic extension (e.g., it cannot
    260260         be a transcendent ring extension of Q or Z/p).
    261 RETURN:  ring; @
     261RETURN:  ring; @*
    262262           if called with a nonempty second parameter L, then in the output
    263263           ring there is defined a list erg ( =L mapped to the new ring);
  • Singular/LIB/rinvar.lib

    ra58f47 rc1986a  
    11// Last change 10.12.2000 (TB)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: rinvar.lib,v 1.11 2005-04-29 08:55:50 Singular Exp $";
     3version="$Id: rinvar.lib,v 1.12 2005-05-06 09:42:01 Singular Exp $";
    44category="Invariant theory";
    55info="
     
    2828 ReynoldsOperator(G, Gaction);  Reynolds operator of the group G
    2929 SimplifyIdeal(I[,m,s]);        simplify the ideal I (try to reduce variables)
    30  TransferIdeal(R,name,nA);      transfer the ideal 'name' from R to basering
    3130
    3231SEE ALSO: qhmoduli_lib, zeroset_lib
     
    654653        attrib(groupid, "isSB", 1);
    655654        ideal action = actionid;
    656 //        ideal invarsGens = TransferIdeal(RIRR, "invarsGens", newA);
    657 //        export(invarsGens);
    658 // lossen: ersetzt durch
    659655        setring RIRR;
    660656        string parName, minPoly;
     
    962958
    963959  def RORR = ZeroSet(G1, primaryDec);
    964 //  setring RORR;
    965 //  id = TransferIdeal(ROBR, "Grp", newA);  // defined in ZeroSet ...
    966 //  ideal actionid = TransferIdeal(ROBR, "Gaction", newA);
    967 // lossen: ersetzt durch
    968960  setring ROBR;
    969961  string parName, minPoly;
  • Singular/LIB/spcurve.lib

    ra58f47 rc1986a  
    11// (anne, last modified 31.5.99)
    22/////////////////////////////////////////////////////////////////////////////
    3 version="$Id: spcurve.lib,v 1.18 2005-04-26 17:19:41 Singular Exp $";
     3version="$Id: spcurve.lib,v 1.19 2005-05-06 09:42:01 Singular Exp $";
    44category="Singularities";
    55info="
     
    510510         a is an integer vector giving the weights of the variables
    511511RETURN:  integer, max(a-weighted order(N_ij) - W_ij | all entries ij) @*
    512          string "ERROR" if sizes do not match
    513 EXAMPLE: example relweight; shows an example"
     512         string \"ERROR\" if sizes do not match
     513EXAMPLE: example relweight; shows an example
     514"
    514515{
    515516  int p = printlevel-voice+3;  // p=printlevel+1 (default: p=1)
  • Singular/LIB/urrcount.lib

    ra58f47 rc1986a  
    1 // $Id: urrcount.lib,v 1.3 2005-05-02 13:11:56 Singular Exp $
     1// $Id: urrcount.lib,v 1.4 2005-05-06 09:42:01 Singular Exp $
    22// E. Tobis  12.Nov.2004, April 2004
    33// last change 1. May 2005 (G.-M. Greuel)
     
    574574           sequence begininng with p, p' and goes on with minus the remainder
    575575           of the two previous polynomials, until the remainder is zero.
    576            See: Basu, Pollack, Roy, "Algorithms in Real Algebraic Geometry",
     576           See: Basu, Pollack, Roy, Algorithms in Real Algebraic Geometry,
    577577           Springer, 2003.
    578578SEE ALSO:  sturm,sturmhaseq
     
    737737           related to the Sturm sequence, but behaves better with respect to
    738738           the size of the coefficients. It is defined via subresultants.
    739            See: Basu, Pollack, Roy, "Algorithms in Real Algebraic Geometry",
     739           See: Basu, Pollack, Roy, Algorithms in Real Algebraic Geometry,
    740740           Springer, 2003.
    741741SEE ALSO:  sturm,sturmseq,sturmha
  • Singular/LIB/zeroset.lib

    ra58f47 rc1986a  
    11// Last change 12.02.2001 (Eric Westenberger)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: zeroset.lib,v 1.11 2005-04-25 10:13:07 Singular Exp $";
     3version="$Id: zeroset.lib,v 1.12 2005-05-06 09:42:02 Singular Exp $";
    44category="Symbolic-numerical solving";
    55info="
     
    622622EXAMPLE: example EGCD; shows an example
    623623"
     624{
    624625// might be extended to return s1, s2 s.t. f*s1 + g*s2 = gcd
    625 {
    626626  int i = 1;
    627627  poly r1, r2, r;
     
    812812EXAMPLE: example  Factor; shows an example
    813813"
     814{
    814815// extend this by a squarefree factorization !!
    815816// multiplicities are not valid !!
    816 {
    817817  int i, s;
    818818  list normList, factorList, quo_rem;
Note: See TracChangeset for help on using the changeset viewer.