Changeset 8942a5 in git for Singular/LIB/random.lib


Ignore:
Timestamp:
Dec 22, 2000, 3:33:13 PM (23 years ago)
Author:
Gert-Martin Greuel <greuel@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8bb77bfee92151ac9ed599c9d789653dc8a3570c
Parents:
803c5a17d620ffa41d14efaab791dcf17ad1f7a4
Message:
* GMG: Kosmetik


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/random.lib

    r803c5a1 r8942a5  
    1 // $Id: random.lib,v 1.12 2000-12-19 14:37:27 anne Exp $
    21//(GMG/BM, last modified 22.06.96)
    32///////////////////////////////////////////////////////////////////////////////
    4 
    5 version="$Id: random.lib,v 1.12 2000-12-19 14:37:27 anne Exp $";
     3version="$Id: random.lib,v 1.13 2000-12-22 14:29:01 greuel Exp $";
    64category="General purpose";
    75info="
    8 LIBRARY:  random.lib    PROCEDURES OF RANDOM MATRIX AND POLY OPERATIONS
     6LIBRARY:  random.lib    Creating Random and Sparse Matrices, Ideals, Polys
    97
    108PROCEDURES:
    11  genericid(id[,p,b]);     generic sparse linear combinations of generators of id
    12  randomid(id,[k,b]);      random linear combinations of generators of id
    13  randommat(n,m[,id,b]);   nxm matrix of random linear combinations of id
    14  sparseid(k,u[,o,p,b]);   ideal of k random sparse poly's of degree d [u<=d<=o]
    15  sparsemat(n,m[,p,b]);    nxm sparse integer matrix with random coefficients
    16  sparsepoly(u[,o,p,b]);   random sparse polynomial with terms of degree in [u,o]
    17  sparsetriag(n,m[,.]);    nxm sparse lower-triag intmat with random coefficients
    18  randomLast(b);           random transformation of the last variable
    19  randomBinomial(k,u[,.]); binomial ideal, k random generators of degree >=u
     9 genericid(i[,p,b]);     generic sparse linear combinations of generators of i
     10 randomid(id,[k,b]);     random linear combinations of generators of id
     11 randommat(n,m[,id,b]);  nxm matrix of random linear combinations of id
     12 sparseid(k,u[,o,p,b]);  ideal of k random sparse poly's of degree d [u<=d<=o]
     13 sparsemat(n,m[,p,b]);   nxm sparse integer matrix with random coefficients
     14 sparsepoly(u[,o,p,b]);  random sparse polynomial with terms of degree in [u,o]
     15 sparsetriag(n,m[,.]);   nxm sparse lower-triag intmat with random coefficients
     16 randomLast(b);          random transformation of the last variable
     17 randomBinomial(k,u,..); binomial ideal, k random generators of degree >=u
    2018           (parameters in square brackets [] are optional)
    2119";
Note: See TracChangeset for help on using the changeset viewer.