ApCoCoA-1:Weyl.WeylMul: Difference between revisions
From ApCoCoAWiki
m Mul moved to ApCoCoA:Mul: tidying up the wiki... |
xmled. |
||
Line 1: | Line 1: | ||
{{ | <command> | ||
<title>Weyl.Mul</title> | |||
<short_description>multiplying two WeylPolynoms</short_description> | |||
<syntax> | |||
Weyl.Mul(P,Q):WeylPolynom | |||
</syntax> | |||
<description> | |||
{{Beta}} | |||
This method multiplies P and Q and returns P*Q as a WeylPolynom. | |||
{{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