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

From ApCoCoAWiki
m (Mul moved to ApCoCoA:Mul: tidying up the wiki...)
(xmled.)
Line 1: Line 1:
{{Stub}}
+
<command>
 +
    <title>Weyl.Mul</title>
 +
    <short_description>multiplying two WeylPolynoms</short_description>
 +
<syntax>
 +
Weyl.Mul(P,Q):WeylPolynom
 +
</syntax>
 +
    <description>
 +
{{Beta}}
  
{{Beta}}
+
This method multiplies P and Q and returns P*Q as a WeylPolynom.
  
[[Category:Package_Weyl]]
+
{{Stub}}
 +
  </description>
 +
    <seealso>
 +
    <see>NewWeylPolynom</see>
 +
    <see>WeylPolynom</see>
 +
      <see>IsWeylPolynom</see>
 +
      <see>Add</see>
 +
      <see>Sub</see>
 +
      <see>Equals</see>
 +
      <see>RollOver</see>
 +
      <see>Package_Weyl</see>
 +
    </seealso>
 +
    <wiki-category>Package_Weyl</wiki-category>
 +
  </command>

Revision as of 09:10, 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

NewWeylPolynom

WeylPolynom

IsWeylPolynom

Add

Sub

Equals

RollOver

Package_Weyl