<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.es/matlabcentral/newsreader/view_thread/242804</link>
    <title>MATLAB Central Newsreader - exterior product</title>
    <description>Feed for thread: exterior product</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2013 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.es/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 21 Jan 2009 08:17:04 +0000</pubDate>
      <title>exterior product</title>
      <link>http://www.mathworks.es/matlabcentral/newsreader/view_thread/242804#622891</link>
      <author>Alex Berkovich</author>
      <description>Greetings,&lt;br&gt;
&lt;br&gt;
I wanted to ask -&lt;br&gt;
Is there a built-in way of finding the exterior product (exterior power) of two vectors? &lt;br&gt;
&lt;br&gt;
simple help doesn't find a thing. perhaps it is referred to in a different way?&lt;br&gt;
&lt;br&gt;
Thanks a lot&lt;br&gt;
Alex</description>
    </item>
    <item>
      <pubDate>Thu, 22 Jan 2009 18:13:01 +0000</pubDate>
      <title>Re: exterior product</title>
      <link>http://www.mathworks.es/matlabcentral/newsreader/view_thread/242804#623250</link>
      <author>Roger Stafford</author>
      <description>"Alex Berkovich" &amp;lt;alexber@tx.technion&amp;gt; wrote in message &amp;lt;gl6lm0$lr7$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Greetings,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I wanted to ask -&lt;br&gt;
&amp;gt; Is there a built-in way of finding the exterior product (exterior power) of two vectors? &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; simple help doesn't find a thing. perhaps it is referred to in a different way?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks a lot&lt;br&gt;
&amp;gt; Alex&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;I don't know of any built-in functions that cover all exterior products of vectors.  In two dimensions there is 'det' which gives the scalar exterior product of two vectors as a 2 x 2 determinant.  In three dimensional space there is 'cross' which gives the three-dimensional exterior product of two vectors.  The exterior product (triple product) of three vectors is again given by 'det'.  Each of these is extensively used in various matlab applications.  I myself use them quite often.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;For higher dimensions the exterior products are defined over even higher dimensional spaces.  The kth exterior product of k vectors in n dimensions is C(n,k)-dimensional.  For example, the exterior product space of two vectors in four-dimensional space would be six-dimensional.  I know of nothing in matlab which covers these.  They must be created by the user in terms of other functions.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;(See &lt;a href="http://en.wikipedia.org/wiki/Exterior_algebra"&gt;http://en.wikipedia.org/wiki/Exterior_algebra&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
Roger Stafford</description>
    </item>
  </channel>
</rss>
