Difference between revisions of "ApCoCoA-1:Weyl.WeylMul"

From ApCoCoAWiki
(adding keys and types)
Line 1: Line 1:
 
   <command>
 
   <command>
     <title>Weyl.Mul</title>
+
     <title>Weyl.WeylMul</title>
     <short_description>multiplying two WeylPolynoms</short_description>
+
     <short_description>Computes the product F*G of Weyl polynomial F and G in normal form.</short_description>
 
<syntax>
 
<syntax>
Weyl.Mul(P,Q):WeylPolynom
+
Weyl.WeylMul(F,G):WeylPolynom
 
</syntax>
 
</syntax>
 
     <description>
 
     <description>
{{Beta}}
 
  
 
This method multiplies P and Q and returns <formula>P*Q</formula> as a WeylPolynom.
 
This method multiplies P and Q and returns <formula>P*Q</formula> as a WeylPolynom.
  
{{Stub}}
+
 
 
   </description>
 
   </description>
 
     <seealso>
 
     <seealso>
      <see>Weyl.WeylPolynom</see>
+
      <see>Weyl.NewWeylPolynom</see>
 
      <see>Weyl.IsWeylPolynom</see>
 
      <see>Weyl.Add</see>
 
      <see>Weyl.Sub</see>
 
      <see>Weyl.Equals</see>
 
      <see>Weyl.RollOver</see>
 
 
     </seealso>
 
     </seealso>
 
     <types>
 
     <types>
 
       <type>cocoaserver</type>
 
       <type>cocoaserver</type>
 
     </types>
 
     </types>
    <key>heldt</key>
+
     <key>weyl.weylmul</key>
     <key>weyl.mul</key>
 
 
     <wiki-category>Package_Weyl</wiki-category>
 
     <wiki-category>Package_Weyl</wiki-category>
 
   </command>
 
   </command>

Revision as of 14:20, 21 December 2008

Weyl.WeylMul

Computes the product F*G of Weyl polynomial F and G in normal form.

Syntax

Weyl.WeylMul(F,G):WeylPolynom

Description


This method multiplies P and Q and returns <formula>P*Q</formula> as a WeylPolynom.


See also