<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, efficient way to work out exterior products</title>
    <link>http://www.mapleprimes.com/questions/137431-Efficient-Way-To-Work-Out-Exterior-Products</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 21:09:53 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 21:09:53 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, efficient way to work out exterior products</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, efficient way to work out exterior products</title>
      <link>http://www.mapleprimes.com/questions/137431-Efficient-Way-To-Work-Out-Exterior-Products</link>
    </image>
    <item>
      <title>with(difforms)</title>
      <link>http://www.mapleprimes.com/questions/137431-Efficient-Way-To-Work-Out-Exterior-Products?ref=Feed:MaplePrimes:efficient way to work out exterior products:Comments#answer137436</link>
      <itunes:summary>&lt;p&gt;I almost never used it (it is quite inconvenient, but you may try with(difforms)&lt;br&gt;and then &amp;amp;^( (e1 -e2+ e3), (e2-e4)), for which you have to supply degrees&lt;br&gt;by defform(e1=p, ...)&lt;/p&gt;
&lt;p&gt;May be DifferentialGeometry[ExteriorDerivative] is your friend ... starting by&lt;br&gt;with(DifferentialGeometry), looking up DifferentialGeometry[algebraic operations]&lt;br&gt;Which does not really invite me to use it (I miss a simple 'overloading' for the&lt;br&gt;operators). But I am simply not used to that package, I guess.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I almost never used it (it is quite inconvenient, but you may try with(difforms)&lt;br&gt;and then &amp;amp;^( (e1 -e2+ e3), (e2-e4)), for which you have to supply degrees&lt;br&gt;by defform(e1=p, ...)&lt;/p&gt;
&lt;p&gt;May be DifferentialGeometry[ExteriorDerivative] is your friend ... starting by&lt;br&gt;with(DifferentialGeometry), looking up DifferentialGeometry[algebraic operations]&lt;br&gt;Which does not really invite me to use it (I miss a simple 'overloading' for the&lt;br&gt;operators). But I am simply not used to that package, I guess.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>137436</guid>
      <pubDate>Mon, 17 Sep 2012 00:05:23 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>Thanks,
I tried
&amp;nbsp;restart; with(difforms</title>
      <link>http://www.mapleprimes.com/questions/137431-Efficient-Way-To-Work-Out-Exterior-Products?ref=Feed:MaplePrimes:efficient way to work out exterior products:Comments#comment137438</link>
      <itunes:summary>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;I tried&lt;/p&gt;
&lt;p&gt;&amp;nbsp;restart; with(difforms);&lt;br&gt;defform(e1 = 1, e2 = 1);&lt;br&gt;`&amp;amp;^`(e1, e3)+`&amp;amp;^`(e3, e1)+`&amp;amp;^`(e1, e1);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And I get e1&amp;amp;^e3+ e3&amp;amp;^e1 as output, in other words, he knows he can cancel e1&amp;amp;^e1, but not that there is antisymmetry?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;I tried&lt;/p&gt;
&lt;p&gt;&amp;nbsp;restart; with(difforms);&lt;br&gt;defform(e1 = 1, e2 = 1);&lt;br&gt;`&amp;amp;^`(e1, e3)+`&amp;amp;^`(e3, e1)+`&amp;amp;^`(e1, e1);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And I get e1&amp;amp;^e3+ e3&amp;amp;^e1 as output, in other words, he knows he can cancel e1&amp;amp;^e1, but not that there is antisymmetry?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>137438</guid>
      <pubDate>Mon, 17 Sep 2012 01:48:34 Z</pubDate>
      <itunes:author>fredbel6</itunes:author>
      <author>fredbel6</author>
    </item>
    <item>
      <title>simplify</title>
      <link>http://www.mapleprimes.com/questions/137431-Efficient-Way-To-Work-Out-Exterior-Products?ref=Feed:MaplePrimes:efficient way to work out exterior products:Comments#comment137453</link>
      <itunes:summary>&lt;pre&gt;Seems it does not simplify automatically, so continue by&lt;br&gt;&lt;br&gt;  simpform(%);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wdegree(e3)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1 + (-1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) (e1 &amp;amp;^ e3)&lt;br&gt;&lt;br&gt;And you see, that it depends on the degree of e3.&lt;br&gt;&lt;br&gt;PS: I am not sure, whether they always mean "pure degree".&lt;br&gt;&lt;br&gt;&lt;strong&gt;Edited&lt;/strong&gt;: &lt;br&gt;the terminus in Algebra is "anti-commutativ" or "alternating"&lt;br&gt;(in this case), not "anti-symmetric"&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;Seems it does not simplify automatically, so continue by&lt;br&gt;&lt;br&gt;  simpform(%);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wdegree(e3)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1 + (-1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ) (e1 &amp;amp;^ e3)&lt;br&gt;&lt;br&gt;And you see, that it depends on the degree of e3.&lt;br&gt;&lt;br&gt;PS: I am not sure, whether they always mean "pure degree".&lt;br&gt;&lt;br&gt;&lt;strong&gt;Edited&lt;/strong&gt;: &lt;br&gt;the terminus in Algebra is "anti-commutativ" or "alternating"&lt;br&gt;(in this case), not "anti-symmetric"&lt;/pre&gt;</description>
      <guid>137453</guid>
      <pubDate>Mon, 17 Sep 2012 12:22:38 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
  </channel>
</rss>