<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, dsolve</title>
    <link>http://www.mapleprimes.com/questions/36846-Dsolve</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sun, 14 Jun 2026 03:27:52 GMT</lastBuildDate>
    <pubDate>Sun, 14 Jun 2026 03:27:52 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, dsolve</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, dsolve</title>
      <link>http://www.mapleprimes.com/questions/36846-Dsolve</link>
    </image>
    <item>
      <title>implicit method</title>
      <link>http://www.mapleprimes.com/questions/36846-Dsolve?ref=Feed:MaplePrimes:dsolve:Comments#answer64024</link>
      <itunes:summary>&lt;p&gt;There is no method called &amp;quot;implicit&amp;quot;.&amp;nbsp; If you're talking about numerical methods, the &lt;b&gt;rosenbrock&lt;/b&gt; method is described as an &amp;quot;Implicit Rosenbrock third-fourth order Runge-Kutta method&amp;quot; and the &lt;b&gt;mebdfi&lt;/b&gt; method is a &amp;quot;Modified Extended Backward Differentiation Equation Implicit method&amp;quot;.&amp;nbsp; Also, most of the numerical methods support the option &lt;b&gt;implicit = true&lt;/b&gt;, which means (for a system linear in the leading derivatives) don't solve symbolically for those leading derivatives, but instead solve numerically when they are needed.&lt;/p&gt;
&lt;p&gt;Or are you referring to the &lt;b&gt;implicit&lt;/b&gt; option when solving symbolically, which means avoid trying to get the solution in explicit form?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;There is no method called &amp;quot;implicit&amp;quot;.&amp;nbsp; If you're talking about numerical methods, the &lt;b&gt;rosenbrock&lt;/b&gt; method is described as an &amp;quot;Implicit Rosenbrock third-fourth order Runge-Kutta method&amp;quot; and the &lt;b&gt;mebdfi&lt;/b&gt; method is a &amp;quot;Modified Extended Backward Differentiation Equation Implicit method&amp;quot;.&amp;nbsp; Also, most of the numerical methods support the option &lt;b&gt;implicit = true&lt;/b&gt;, which means (for a system linear in the leading derivatives) don't solve symbolically for those leading derivatives, but instead solve numerically when they are needed.&lt;/p&gt;
&lt;p&gt;Or are you referring to the &lt;b&gt;implicit&lt;/b&gt; option when solving symbolically, which means avoid trying to get the solution in explicit form?&lt;/p&gt;</description>
      <guid>64024</guid>
      <pubDate>Thu, 20 Aug 2009 20:13:57 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>dsolve</title>
      <link>http://www.mapleprimes.com/questions/36846-Dsolve?ref=Feed:MaplePrimes:dsolve:Comments#comment64025</link>
      <itunes:summary>&lt;p&gt;Thanks for reply&lt;/p&gt;
&lt;p&gt;I am using dsolve to solve an ode but my teacher wanted me to use dsolve involved implicit I could not find maple command for that?&lt;/p&gt;
&lt;p&gt;could you please give me an example with that implicit=true in solving ode?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;bye&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks for reply&lt;/p&gt;
&lt;p&gt;I am using dsolve to solve an ode but my teacher wanted me to use dsolve involved implicit I could not find maple command for that?&lt;/p&gt;
&lt;p&gt;could you please give me an example with that implicit=true in solving ode?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;bye&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>64025</guid>
      <pubDate>Thu, 20 Aug 2009 20:22:27 Z</pubDate>
      <itunes:author>nmani</itunes:author>
      <author>nmani</author>
    </item>
    <item>
      <title>implicit</title>
      <link>http://www.mapleprimes.com/questions/36846-Dsolve?ref=Feed:MaplePrimes:dsolve:Comments#comment64026</link>
      <itunes:summary>&lt;pre&gt;
&amp;gt; dsolve(diff(x(t),t) = t/x(t), x(t), implicit);
&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;x(t)^2-t^2-_C1 = 0&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I see the &amp;lt;maple&amp;gt; tag is acting up again: the result should be&lt;/p&gt;
&lt;p&gt;x(t)^2-t^2-_C1 = 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;pre&gt;
&amp;gt; dsolve(diff(x(t),t) = t/x(t), x(t), implicit);
&lt;/pre&gt;
&lt;p&gt;&lt;maple&gt;x(t)^2-t^2-_C1 = 0&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I see the &amp;lt;maple&amp;gt; tag is acting up again: the result should be&lt;/p&gt;
&lt;p&gt;x(t)^2-t^2-_C1 = 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>64026</guid>
      <pubDate>Thu, 20 Aug 2009 20:47:48 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>