Difference between revisions of "ApCoCoA-1:Weyl.WeylMul"
From ApCoCoAWiki
m (ApCoCoA:Mul moved to ApCoCoA:Weyl.Mul) |
(cleanup) |
||
Line 13: | Line 13: | ||
</description> | </description> | ||
<seealso> | <seealso> | ||
− | + | <see>Weyl.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>Weyl.RollOver</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