<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How to make a convolution with diff</title>
    <link>http://www.mapleprimes.com/questions/128072-How-To-Make-A-Convolution-With-Diff</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 23:14:11 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 23:14:11 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to make a convolution with diff</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to make a convolution with diff</title>
      <link>http://www.mapleprimes.com/questions/128072-How-To-Make-A-Convolution-With-Diff</link>
    </image>
    <item>
      <title>You don't tell us what f is, but my guess</title>
      <link>http://www.mapleprimes.com/questions/128072-How-To-Make-A-Convolution-With-Diff?ref=Feed:MaplePrimes:How to make a convolution with diff:Comments#answer128074</link>
      <itunes:summary>&lt;p&gt;You don't tell us what f is, but my guess is&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;-1+exp(-x);&lt;/p&gt;
&lt;p&gt;#So you can do as follows&lt;br&gt;int(diff(f(x),x)*f(t-x),x=0..t);&lt;br&gt;combine(expand(%));&lt;/p&gt;
&lt;p&gt;Or using the laplace transform and assuming that f(0) = 0 we can find f:&lt;/p&gt;
&lt;p&gt;f:='f':&lt;br&gt;A:=int(diff(f(x),x)*f(t-x),x=0..t);&lt;br&gt;with(inttrans);&lt;br&gt;eq:=laplace(A,t,s) = laplace(1-exp(-t)-t*exp(-t),t,s);&lt;br&gt;solve(eq,{laplace(f(t),t,s)});&lt;br&gt;map(invlaplace,subs(f(0)=0,[%]),s,t);&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You don't tell us what f is, but my guess is&lt;/p&gt;
&lt;p&gt;f:=x-&amp;gt;-1+exp(-x);&lt;/p&gt;
&lt;p&gt;#So you can do as follows&lt;br&gt;int(diff(f(x),x)*f(t-x),x=0..t);&lt;br&gt;combine(expand(%));&lt;/p&gt;
&lt;p&gt;Or using the laplace transform and assuming that f(0) = 0 we can find f:&lt;/p&gt;
&lt;p&gt;f:='f':&lt;br&gt;A:=int(diff(f(x),x)*f(t-x),x=0..t);&lt;br&gt;with(inttrans);&lt;br&gt;eq:=laplace(A,t,s) = laplace(1-exp(-t)-t*exp(-t),t,s);&lt;br&gt;solve(eq,{laplace(f(t),t,s)});&lt;br&gt;map(invlaplace,subs(f(0)=0,[%]),s,t);&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>128074</guid>
      <pubDate>Thu, 24 Nov 2011 20:05:47 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Sorry, f is</title>
      <link>http://www.mapleprimes.com/questions/128072-How-To-Make-A-Convolution-With-Diff?ref=Feed:MaplePrimes:How to make a convolution with diff:Comments#comment128075</link>
      <itunes:summary>&lt;p&gt;f(0) = 0&lt;/p&gt;
&lt;p&gt;f'(0) &amp;gt; 0&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;f(0) = 0&lt;/p&gt;
&lt;p&gt;f'(0) &amp;gt; 0&lt;/p&gt;</description>
      <guid>128075</guid>
      <pubDate>Thu, 24 Nov 2011 20:38:33 Z</pubDate>
      <itunes:author>nic_rf</itunes:author>
      <author>nic_rf</author>
    </item>
    <item>
      <title>1-exp(-t)</title>
      <link>http://www.mapleprimes.com/questions/128072-How-To-Make-A-Convolution-With-Diff?ref=Feed:MaplePrimes:How to make a convolution with diff:Comments#comment128076</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128072-How-To-Make-A-Convolution-With-Diff#comment128075"&gt;@nic_rf&lt;/a&gt; Well, then f(t) = 1-exp(-t) is the solution. The laplace transform method using f(0) = 0 gave two possible solutions, but with f ' (0) &amp;gt; 0 one is singled out, i.e. f(t) = 1-exp(-t).&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/128072-How-To-Make-A-Convolution-With-Diff#comment128075"&gt;@nic_rf&lt;/a&gt; Well, then f(t) = 1-exp(-t) is the solution. The laplace transform method using f(0) = 0 gave two possible solutions, but with f ' (0) &amp;gt; 0 one is singled out, i.e. f(t) = 1-exp(-t).&lt;/p&gt;</description>
      <guid>128076</guid>
      <pubDate>Thu, 24 Nov 2011 21:27:53 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>