<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 plot the Bode plot of this transfer function with Maple 15?</title>
    <link>http://www.mapleprimes.com/questions/123054-How-To-Plot-The-Bode-Plot-Of-This-Transfer</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:14:09 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 11:14:09 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to plot the Bode plot of this transfer function with Maple 15?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to plot the Bode plot of this transfer function with Maple 15?</title>
      <link>http://www.mapleprimes.com/questions/123054-How-To-Plot-The-Bode-Plot-Of-This-Transfer</link>
    </image>
    <item>
      <title>Missed multiplication</title>
      <link>http://www.mapleprimes.com/questions/123054-How-To-Plot-The-Bode-Plot-Of-This-Transfer?ref=Feed:MaplePrimes:How to plot the Bode plot of this transfer function with Maple 15?:Comments#answer123056</link>
      <itunes:summary>&lt;p&gt;You omitted the multiplication sign in &lt;span class="mainBody document"&gt;sys := TransferFunction(1/((1+0.1*s)*(1+0.002*s+0.0001*s^2)));&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;Your code works well with it.&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You omitted the multiplication sign in &lt;span class="mainBody document"&gt;sys := TransferFunction(1/((1+0.1*s)*(1+0.002*s+0.0001*s^2)));&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="mainBody document"&gt;Your code works well with it.&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>123056</guid>
      <pubDate>Tue, 21 Jun 2011 18:06:52 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>Problem solved</title>
      <link>http://www.mapleprimes.com/questions/123054-How-To-Plot-The-Bode-Plot-Of-This-Transfer?ref=Feed:MaplePrimes:How to plot the Bode plot of this transfer function with Maple 15?:Comments#comment123062</link>
      <itunes:summary>&lt;p&gt;What a stupid error, now it works as expected..&lt;br&gt;&lt;br&gt;Thank you!!&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;What a stupid error, now it works as expected..&lt;br&gt;&lt;br&gt;Thank you!!&amp;nbsp;&lt;/p&gt;</description>
      <guid>123062</guid>
      <pubDate>Tue, 21 Jun 2011 20:41:36 Z</pubDate>
      <itunes:author>19Massa87</itunes:author>
      <author>19Massa87</author>
    </item>
    <item>
      <title>Evaluate the magnitude/phase at a certain frequency</title>
      <link>http://www.mapleprimes.com/questions/123054-How-To-Plot-The-Bode-Plot-Of-This-Transfer?ref=Feed:MaplePrimes:How to plot the Bode plot of this transfer function with Maple 15?:Comments#comment123063</link>
      <itunes:summary>&lt;p&gt;Do you know if in Maple 15 there's a way such as in matlab with the command evalfr(G,w) to evaluate the magnitude of the transfer function at a certain frequency? Is it possible to evaluate also the corresponding phase?&lt;br&gt;Thanks for your help!&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Do you know if in Maple 15 there's a way such as in matlab with the command evalfr(G,w) to evaluate the magnitude of the transfer function at a certain frequency? Is it possible to evaluate also the corresponding phase?&lt;br&gt;Thanks for your help!&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>123063</guid>
      <pubDate>Tue, 21 Jun 2011 20:52:05 Z</pubDate>
      <itunes:author>19Massa87</itunes:author>
      <author>19Massa87</author>
    </item>
    <item>
      <title>Online Help</title>
      <link>http://www.mapleprimes.com/questions/123054-How-To-Plot-The-Bode-Plot-Of-This-Transfer?ref=Feed:MaplePrimes:How to plot the Bode plot of this transfer function with Maple 15?:Comments#comment123065</link>
      <itunes:summary>&lt;p&gt;Look at &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=MagnitudePlot' target='_new'&gt;?MagnitudePlot&lt;/a&gt; and &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=PhasePlot' target='_new'&gt;?PhasePlot&lt;/a&gt; .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Look at &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=MagnitudePlot' target='_new'&gt;?MagnitudePlot&lt;/a&gt; and &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=PhasePlot' target='_new'&gt;?PhasePlot&lt;/a&gt; .&lt;/p&gt;</description>
      <guid>123065</guid>
      <pubDate>Tue, 21 Jun 2011 21:47:29 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>Problem solved.. Thanks!</title>
      <link>http://www.mapleprimes.com/questions/123054-How-To-Plot-The-Bode-Plot-Of-This-Transfer?ref=Feed:MaplePrimes:How to plot the Bode plot of this transfer function with Maple 15?:Comments#comment123073</link>
      <itunes:summary>&lt;p&gt;Problem solved.. Thanks!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Problem solved.. Thanks!&lt;/p&gt;</description>
      <guid>123073</guid>
      <pubDate>Wed, 22 Jun 2011 01:35:00 Z</pubDate>
      <itunes:author>19Massa87</itunes:author>
      <author>19Massa87</author>
    </item>
  </channel>
</rss>