<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How find transferfunction</title>
    <link>http://www.mapleprimes.com/questions/131626-How-Find-Transferfunction</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 13:05:58 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 13:05:58 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How find transferfunction</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How find transferfunction</title>
      <link>http://www.mapleprimes.com/questions/131626-How-Find-Transferfunction</link>
    </image>
    <item>
      <title>solution</title>
      <link>http://www.mapleprimes.com/questions/131626-How-Find-Transferfunction?ref=Feed:MaplePrimes:How find transferfunction:Comments#answer131629</link>
      <itunes:summary>&lt;p&gt;Your computation of the transfer function is correct, however, that is only a partial answer. One way to compute it is to use &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=DynamicSystems:' target='_new'&gt;?DynamicSystems:&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;deq := diff(y(t),t,t)+1/4*diff(y(t),t)+y(t)=g(t):&lt;br&gt;sys := DynamicSystems:-TransferFunction(deq,g,y):&lt;br&gt;sys:-tf;&lt;/pre&gt;
&lt;p&gt;I suspect that you want to find the complete solution, using the definition of g and the initial conditions.&amp;nbsp; That can be done with &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=dsolve:' target='_new'&gt;?dsolve:&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;dreq := g(t) = piecewise(t&amp;lt;=5,0,4);&lt;br&gt;ini := {y(0)=0, D(y)(0)=0};&lt;br&gt;dsolve( eval({deq},dreq) union ini );&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Your computation of the transfer function is correct, however, that is only a partial answer. One way to compute it is to use &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=DynamicSystems:' target='_new'&gt;?DynamicSystems:&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;deq := diff(y(t),t,t)+1/4*diff(y(t),t)+y(t)=g(t):&lt;br&gt;sys := DynamicSystems:-TransferFunction(deq,g,y):&lt;br&gt;sys:-tf;&lt;/pre&gt;
&lt;p&gt;I suspect that you want to find the complete solution, using the definition of g and the initial conditions.&amp;nbsp; That can be done with &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=dsolve:' target='_new'&gt;?dsolve:&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;dreq := g(t) = piecewise(t&amp;lt;=5,0,4);&lt;br&gt;ini := {y(0)=0, D(y)(0)=0};&lt;br&gt;dsolve( eval({deq},dreq) union ini );&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</description>
      <guid>131629</guid>
      <pubDate>Sun, 11 Mar 2012 19:15:47 Z</pubDate>
      <itunes:author>Joe Riel</itunes:author>
      <author>Joe Riel</author>
    </item>
    <item>
      <title>Thank You</title>
      <link>http://www.mapleprimes.com/questions/131626-How-Find-Transferfunction?ref=Feed:MaplePrimes:How find transferfunction:Comments#comment131631</link>
      <itunes:summary>&lt;p&gt;Thank You&lt;br&gt;You saved me :D&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank You&lt;br&gt;You saved me :D&amp;nbsp;&lt;/p&gt;</description>
      <guid>131631</guid>
      <pubDate>Sun, 11 Mar 2012 20:13:12 Z</pubDate>
      <itunes:author>allmon84</itunes:author>
      <author>allmon84</author>
    </item>
  </channel>
</rss>