<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Differentiate matrix and create a function</title>
    <link>http://www.mapleprimes.com/questions/142256-Differentiate-Matrix-And-Create-A-Function</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 11:13:56 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 11:13:56 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Differentiate matrix and create a function</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Differentiate matrix and create a function</title>
      <link>http://www.mapleprimes.com/questions/142256-Differentiate-Matrix-And-Create-A-Function</link>
    </image>
    <item>
      <title>Is this close?</title>
      <link>http://www.mapleprimes.com/questions/142256-Differentiate-Matrix-And-Create-A-Function?ref=Feed:MaplePrimes:Differentiate matrix and create a function:Comments#answer142257</link>
      <itunes:summary>&lt;p&gt;Is this close to what you want:&lt;/p&gt;
&lt;p&gt;F:=Matrix([[x^2,sin(x)],[ln(x),cos(x)]]);&lt;br&gt;diff~(F,x);&lt;br&gt;FF:=unapply(%,x);&lt;br&gt;FF(Pi);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Is this close to what you want:&lt;/p&gt;
&lt;p&gt;F:=Matrix([[x^2,sin(x)],[ln(x),cos(x)]]);&lt;br&gt;diff~(F,x);&lt;br&gt;FF:=unapply(%,x);&lt;br&gt;FF(Pi);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>142257</guid>
      <pubDate>Sun, 13 Jan 2013 03:38:32 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Using the map command</title>
      <link>http://www.mapleprimes.com/questions/142256-Differentiate-Matrix-And-Create-A-Function?ref=Feed:MaplePrimes:Differentiate matrix and create a function:Comments#answer142259</link>
      <itunes:summary>&lt;p&gt;Since you mentioned having difficulty using, in particular, the map command, here is one way your problem can be solved:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;F:=x-&amp;gt;Matrix([[x,x^2],[exp(x),sin(x)]]):&lt;/p&gt;
&lt;p&gt;FF:=unapply(map(diff,A(x),x),x):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This allows you to do, for example, F(0) and F'(0), and get the expected matrices.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Since you mentioned having difficulty using, in particular, the map command, here is one way your problem can be solved:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;F:=x-&amp;gt;Matrix([[x,x^2],[exp(x),sin(x)]]):&lt;/p&gt;
&lt;p&gt;FF:=unapply(map(diff,A(x),x),x):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This allows you to do, for example, F(0) and F'(0), and get the expected matrices.&lt;/p&gt;</description>
      <guid>142259</guid>
      <pubDate>Sun, 13 Jan 2013 05:33:44 Z</pubDate>
      <itunes:author>DJJerome1976</itunes:author>
      <author>DJJerome1976</author>
    </item>
    <item>
      <title>This is exactly what I was looking for.Thanks</title>
      <link>http://www.mapleprimes.com/questions/142256-Differentiate-Matrix-And-Create-A-Function?ref=Feed:MaplePrimes:Differentiate matrix and create a function:Comments#answer142260</link>
      <itunes:summary>&lt;p&gt;This is exactly what I was looking for.&lt;br&gt;&lt;br&gt;Thanks guys. I really approciate your help.&lt;br&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;This is exactly what I was looking for.&lt;br&gt;&lt;br&gt;Thanks guys. I really approciate your help.&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>142260</guid>
      <pubDate>Sun, 13 Jan 2013 05:45:43 Z</pubDate>
      <itunes:author>thibault01</itunes:author>
      <author>thibault01</author>
    </item>
    <item>
      <title>It was asked and answered</title>
      <link>http://www.mapleprimes.com/questions/142256-Differentiate-Matrix-And-Create-A-Function?ref=Feed:MaplePrimes:Differentiate matrix and create a function:Comments#answer142262</link>
      <itunes:summary>&lt;p&gt;For example, see &lt;a href="http://www.mapleprimes.com/questions/139328-Diff--tilde-Of-A-Matrix"&gt;http://www.mapleprimes.com/questions/139328-Diff--tilde-Of-A-Matrix&lt;/a&gt; . This link can be found by the "matrix" search in MaplePrimes at the top of this page. Also see the results of&amp;nbsp; the "differentiate matrix" search in MaplePrimes.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For example, see &lt;a href="http://www.mapleprimes.com/questions/139328-Diff--tilde-Of-A-Matrix"&gt;http://www.mapleprimes.com/questions/139328-Diff--tilde-Of-A-Matrix&lt;/a&gt; . This link can be found by the "matrix" search in MaplePrimes at the top of this page. Also see the results of&amp;nbsp; the "differentiate matrix" search in MaplePrimes.&lt;/p&gt;</description>
      <guid>142262</guid>
      <pubDate>Sun, 13 Jan 2013 12:25:12 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
  </channel>
</rss>