<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, gradient of a tensor??</title>
    <link>http://www.mapleprimes.com/questions/35721-Gradient-Of-A-Tensor</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 20:04:00 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 20:04:00 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, gradient of a tensor??</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, gradient of a tensor??</title>
      <link>http://www.mapleprimes.com/questions/35721-Gradient-Of-A-Tensor</link>
    </image>
    <item>
      <title>I answered my own ?? but I am not sure I know how to</title>
      <link>http://www.mapleprimes.com/questions/35721-Gradient-Of-A-Tensor?ref=Feed:MaplePrimes:gradient of a tensor??:Comments#answer44857</link>
      <itunes:summary>&lt;p&gt;It is the DIVERGENCE I want.&amp;nbsp; Any feedback or example how to make it work would be a help.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It is the DIVERGENCE I want.&amp;nbsp; Any feedback or example how to make it work would be a help.&lt;/p&gt;</description>
      <guid>44857</guid>
      <pubDate>Mon, 15 Feb 2010 10:07:22 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>Why is MAPLE choking on this?????????</title>
      <link>http://www.mapleprimes.com/questions/35721-Gradient-Of-A-Tensor?ref=Feed:MaplePrimes:gradient of a tensor??:Comments#answer44858</link>
      <itunes:summary>&lt;p&gt;see worksheet&lt;/p&gt;
&lt;p&gt;&amp;lt;a href='http://www.mapleprimes.com:8080/maplenet/primes/worksheet/9288_probset3.mw'&amp;gt;View 9288_probset3.mw on MapleNet&amp;lt;/a&amp;gt; or &amp;lt;a href='http://www.mapleprimes.com/files/9288_probset3.mw'&amp;gt;Download 9288_probset3.mw&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a href='http://www.mapleprimes.com/viewfile/4149'&amp;gt;View file details&amp;lt;/a&amp;gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;see worksheet&lt;/p&gt;
&lt;p&gt;&amp;lt;a href='http://www.mapleprimes.com:8080/maplenet/primes/worksheet/9288_probset3.mw'&amp;gt;View 9288_probset3.mw on MapleNet&amp;lt;/a&amp;gt; or &amp;lt;a href='http://www.mapleprimes.com/files/9288_probset3.mw'&amp;gt;Download 9288_probset3.mw&amp;lt;/a&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;a href='http://www.mapleprimes.com/viewfile/4149'&amp;gt;View file details&amp;lt;/a&amp;gt;&lt;/p&gt;</description>
      <guid>44858</guid>
      <pubDate>Mon, 15 Feb 2010 21:54:20 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>U can try this link to the sheet as well</title>
      <link>http://www.mapleprimes.com/questions/35721-Gradient-Of-A-Tensor?ref=Feed:MaplePrimes:gradient of a tensor??:Comments#answer44859</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com:8080/maplenet/primes/worksheet/9288_probset3.mw"&gt;http://www.mapleprimes.com:8080/maplenet/primes/worksheet/9288_probset3.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com:8080/maplenet/primes/worksheet/9288_probset3.mw"&gt;http://www.mapleprimes.com:8080/maplenet/primes/worksheet/9288_probset3.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>44859</guid>
      <pubDate>Mon, 15 Feb 2010 21:59:11 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>wrong argument</title>
      <link>http://www.mapleprimes.com/questions/35721-Gradient-Of-A-Tensor?ref=Feed:MaplePrimes:gradient of a tensor??:Comments#comment44860</link>
      <itunes:summary>&lt;p&gt;After ?VectorCalculus[Divergence], the argument should be a vector field or a Vector valued procedure.   So, actually it should produce an error message as in:&lt;/p&gt;
&lt;pre&gt;
with(VectorCalculus):
sigma := Matrix(3, 3, {(1, 1) = A*x^2, (1, 2) = 2*A*x*y, (1, 3) = 0,
 (2, 1) = 0, (2, 2) = A*y^2, (2, 3) = 0, (3, 1) = 0, (3, 2) = 0, 
(3, 3) = 1}):

Divergence(sigma);
Error, invalid input: too many and/or wrong type of arguments 
passed to VectorCalculus:-Divergence; first unused argument 
is Matrix(3, 3, [[...],[...],[...]], datatype = anything)
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;After ?VectorCalculus[Divergence], the argument should be a vector field or a Vector valued procedure.   So, actually it should produce an error message as in:&lt;/p&gt;
&lt;pre&gt;
with(VectorCalculus):
sigma := Matrix(3, 3, {(1, 1) = A*x^2, (1, 2) = 2*A*x*y, (1, 3) = 0,
 (2, 1) = 0, (2, 2) = A*y^2, (2, 3) = 0, (3, 1) = 0, (3, 2) = 0, 
(3, 3) = 1}):

Divergence(sigma);
Error, invalid input: too many and/or wrong type of arguments 
passed to VectorCalculus:-Divergence; first unused argument 
is Matrix(3, 3, [[...],[...],[...]], datatype = anything)
&lt;/pre&gt;</description>
      <guid>44860</guid>
      <pubDate>Tue, 16 Feb 2010 05:43:45 Z</pubDate>
      <itunes:author>jakubi</itunes:author>
      <author>jakubi</author>
    </item>
  </channel>
</rss>