Difference between revisions of "ApCoCoA-1:BB.GenHomMultMat"

From ApCoCoAWiki
(adding formula tags)
(adding formula tags)
Line 6: Line 6:
 
</syntax>
 
</syntax>
 
     <description>
 
     <description>
Computes the generic homogeneous multiplication matrix for x[I] with respect to the order ideal OO. The input is a positive integer I and an order ideal OO (2nd element of type POLY). The output is a matrix of size Mu x Mu over the ring <formula>BBS=K[c_{ij}]</formula>.
+
Computes the generic homogeneous multiplication matrix for <formula>x[I]</formula> with respect to the order ideal OO. The input is a positive integer I and an order ideal OO (2nd element of type POLY). The output is a matrix of size <formula>Mu<times/>Mu</formula> over the ring <formula>BBS=K[c_{ij}]</formula>.
 
     </description>
 
     </description>
 
     <key>Kreuzer</key>
 
     <key>Kreuzer</key>

Revision as of 20:45, 2 November 2007

borderbasis.GenHomMultMat

Compute generic hom. mult. matrix w.r.t. order ideal

Syntax

$borderbasis.GenHomMultMat(I:INT,OO:LIST):MAT

Description

Computes the generic homogeneous multiplication matrix for <formula>x[I]</formula> with respect to the order ideal OO. The input is a positive integer I and an order ideal OO (2nd element of type POLY). The output is a matrix of size <formula>Mu<times/>Mu</formula> over the ring <formula>BBS=K[c_{ij}]</formula>.