Changeset a6b576 in git for Singular/LIB/matrix.lib


Ignore:
Timestamp:
Dec 8, 2008, 3:31:46 PM (15 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
c1526ff3c9e6dd7c3a625a36d7a716046a9c7310
Parents:
6b84331e2b20793ec5e9a095f67e337bc2a04e8b
Message:
*motsak: minor fix of RETURN descriptions for *Basis procs.


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/matrix.lib

    r6b8433 ra6b576  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: matrix.lib,v 1.44 2008-11-20 17:17:33 motsak Exp $";
     2version="$Id: matrix.lib,v 1.45 2008-12-08 14:31:46 motsak Exp $";
    33category="Linear Algebra";
    44info="
     
    10781078proc symmetricBasis(int n, int k, list #)
    10791079"USAGE:    symmetricBasis(n, k[,s]); n int, k int, s string
    1080 RETURN:   poynomial ring containing the ideal \"symBasis\",
     1080RETURN:   ring, poynomial ring containing the ideal \"symBasis\",
    10811081          being a basis of the k-th symmetric power of an n-dim vector space.
    10821082NOTE:     The output polynomial ring has characteristics 0 and n variables
     
    11261126proc exteriorBasis(int n, int k, list #)
    11271127"USAGE:    exteriorBasis(n, k[,s]); n int, k int, s string
    1128 RETURN:   poynomial ring containing the ideal \"extBasis\",
     1128RETURN:   qring, an exterior algebra containing the ideal \"extBasis\",
    11291129          being a basis of the k-th exterior power of an n-dim vector space.
    11301130NOTE:     The output polynomial ring has characteristics 0 and n variables
     
    11701170}
    11711171
     1172//////////////////////////////////////////////////////////////////////////////
    11721173
    11731174static proc chooseSafeVarName(string prefix, string suffix)
     
    11841185  return(S);
    11851186}
     1187
     1188//////////////////////////////////////////////////////////////////////////////
    11861189
    11871190static proc mapPower(int p, module A, int k, def Tn, def Tm)
     
    12651268
    12661269
    1267 
    1268 
    12691270//////////////////////////////////////////////////////////////////////////////
    12701271
Note: See TracChangeset for help on using the changeset viewer.