Changeset 0610f0e in git for Singular/LIB/involut.lib


Ignore:
Timestamp:
May 14, 2010, 6:55:39 PM (14 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c6a37e587b929939b8736b96653178b2f7a6aef9
Parents:
f55c950f86cfcb5fbb7d28e7ef4ab01c06dcd337
Message:
format

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/involut.lib

    rf55c95 r0610f0e  
    77@*        Viktor Levandovskyy,  levandov@mathematik.uni-kl.de
    88
    9 THEORY: Involution is an anti-isomorphism of a non-commutative K-algebra 
    10 @* with the property that applied an involution twice, one gets an identity. 
    11 @* Involution is linear with respect to the ground field. In this library we compute 
    12 @* linear involutions, distinguishing the case of a diagonal matrix (such involutions 
     9THEORY: Involution is an anti-isomorphism of a non-commutative K-algebra
     10@* with the property that applied an involution twice, one gets an identity.
     11@* Involution is linear with respect to the ground field. In this library we compute
     12@* linear involutions, distinguishing the case of a diagonal matrix (such involutions
    1313@* are called homothetic) and a general one. Also, linear automorphisms of different
    1414@* order can be computed.
     
    284284RETURN:  object of the same type as m
    285285PURPOSE: applies the involution, presented by theta to the object m
    286 THEORY: for an involution theta and two polynomials a,b from the algebra, 
     286THEORY: for an involution theta and two polynomials a,b from the algebra,
    287287@*  theta(ab) = theta(b) theta(a); theta is linear with respect to the ground field
    288288NOTE: This is generalized ''theta(m)'' for data types unsupported by ''map''.
     
    692692@*        L[i][1]  =  ideal; a Groebner Basis of an i-th associated prime,
    693693@*        L[i][2]  =  matrix, defining a linear map, with entries, reduced with respect to L[i][1]
    694 PURPOSE: compute the ideal of linear automorphisms of the basering, 
     694PURPOSE: compute the ideal of linear automorphisms of the basering,
    695695@*  given by a matrix, n-th power of which gives identity (i.e. unipotent matrix)
    696 NOTE: if n=0, a matrix, defining an automorphism is not assumed to be unipotent 
    697 @* but just non-degenerate. A nonzero parameter @code{@@p} is introduced as the value of 
     696NOTE: if n=0, a matrix, defining an automorphism is not assumed to be unipotent
     697@* but just non-degenerate. A nonzero parameter @code{@@p} is introduced as the value of
    698698@* the determinant of the matrix above.
    699 @* For convenience, the full ideal of relations @code{idJ} and the initial matrix with indeterminates 
     699@* For convenience, the full ideal of relations @code{idJ} and the initial matrix with indeterminates
    700700@* @code{matD} are mutually exported in the output ring
    701701SEE ALSO: findInvo
Note: See TracChangeset for help on using the changeset viewer.