Changeset cfc9c0 in git for Singular/LIB/qmatrix.lib


Ignore:
Timestamp:
Apr 28, 2005, 6:32:06 PM (19 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
fefe03c337c2d780101b98e7858eb2538ed41587
Parents:
fdebd3cb4759f0739bae5afd99a64ab39ae4efb4
Message:
*levandov: corrections, related to the documentation


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/qmatrix.lib

    rfdebd3 rcfc9c0  
    1 version="$Id: qmatrix.lib,v 1.8 2005-02-23 18:10:46 levandov Exp $";
     1version="$Id: qmatrix.lib,v 1.9 2005-04-28 16:32:06 levandov Exp $";
    22category="Noncommutative";
    33info="
     
    8080proc LengthSymElement(intvec v)
    8181"USAGE:   LengthSymElement(v); v an intvec representing an element of S(n)
    82 RETURN:  int, the length of v
     82PURPOSE: determine the length of v
     83RETURN:  int
    8384NOTE:    if v doesn't represent an element of S(n), the output may have no sense
    8485SEE ALSO: SymGroup, LengthSym
     
    108109proc LengthSym(intmat M)
    109110"USAGE:   LengthSym(M); M an intmat representing a subset of S(n) (each row must be an element of S(n))
    110 RETURN:  intvec, the i-th element is the length of the i-th row of M
     111PURPOSE: determine a vector, which i-th element is the length of the i-th row of M
     112RETURN:  intvec
    111113NOTE:    If M is not a subset of S(n), the output may not have meaning
    112114SEE ALSO: SymGroup, LengthSymElement
Note: See TracChangeset for help on using the changeset viewer.