Difference between revisions of "ApCoCoA-1:Weyl.WeylMul"
From ApCoCoAWiki
KHiddemann (talk | contribs) (adding keys and types) |
|||
Line 1: | Line 1: | ||
<command> | <command> | ||
− | <title>Weyl. | + | <title>Weyl.WeylMul</title> |
− | <short_description> | + | <short_description>Computes the product F*G of Weyl polynomial F and G in normal form.</short_description> |
<syntax> | <syntax> | ||
− | Weyl. | + | Weyl.WeylMul(F,G):WeylPolynom |
</syntax> | </syntax> | ||
<description> | <description> | ||
− | |||
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. | ||
− | + | ||
</description> | </description> | ||
<seealso> | <seealso> | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</seealso> | </seealso> | ||
<types> | <types> | ||
<type>cocoaserver</type> | <type>cocoaserver</type> | ||
</types> | </types> | ||
− | + | <key>weyl.weylmul</key> | |
− | <key>weyl. | ||
<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