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

From ApCoCoAWiki
(cleanup)
Line 13: Line 13:
 
   </description>
 
   </description>
 
     <seealso>
 
     <seealso>
    <see>NewWeylPolynom</see>  
+
      <see>Weyl.WeylPolynom</see>
    <see>WeylPolynom</see>
+
      <see>Weyl.NewWeylPolynom</see>  
       <see>IsWeylPolynom</see>
+
       <see>Weyl.IsWeylPolynom</see>
       <see>Add</see>
+
       <see>Weyl.Add</see>
       <see>Sub</see>
+
       <see>Weyl.Sub</see>
       <see>Equals</see>
+
       <see>Weyl.Equals</see>
       <see>RollOver</see>
+
       <see>Weyl.RollOver</see>
      <see>Package_Weyl</see>
 
 
     </seealso>
 
     </seealso>
 
     <wiki-category>Package_Weyl</wiki-category>
 
     <wiki-category>Package_Weyl</wiki-category>
 
   </command>
 
   </command>

Revision as of 10:26, 24 October 2007

Weyl.Mul

multiplying two WeylPolynoms

Syntax

Weyl.Mul(P,Q):WeylPolynom

Description

Beta Warning: This method, package or class is a beta version. It may not work as intended or its interface may change in the next version! So please be careful when you're intending to use it.

This method multiplies P and Q and returns P*Q as a WeylPolynom.

This article is a stub. You can make this wiki more useful by adding information.

See also

Weyl.WeylPolynom

Weyl.NewWeylPolynom

Weyl.IsWeylPolynom

Weyl.Add

Weyl.Sub

Weyl.Equals

Weyl.RollOver