<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Unable to solve coupled differential equations in Maple</title>
    <link>http://www.mapleprimes.com/questions/97690-Unable-To-Solve-Coupled-Differential</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 20:01:14 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 20:01:14 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Unable to solve coupled differential equations in Maple</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Unable to solve coupled differential equations in Maple</title>
      <link>http://www.mapleprimes.com/questions/97690-Unable-To-Solve-Coupled-Differential</link>
    </image>
    <item>
      <title>try dsolve</title>
      <link>http://www.mapleprimes.com/questions/97690-Unable-To-Solve-Coupled-Differential?ref=Feed:MaplePrimes:Unable to solve coupled differential equations in Maple:Comments#answer97691</link>
      <itunes:summary>&lt;p&gt;You can use dsolve to solve a system of differential equations:&lt;/p&gt;
&lt;p&gt;eq1:=(diff(g(t), t, t))*f(x)-(diff(f(x), x, x))*g(t) = 0:&lt;/p&gt;
&lt;p&gt;eq2:=(diff(f(x), x))^2*g(t)-(diff(g(t), t))^2*f(x) = 0:&lt;/p&gt;
&lt;p&gt;sys:=[eq1,eq2]:&lt;/p&gt;
&lt;p&gt;dsolve(sys);&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You can use dsolve to solve a system of differential equations:&lt;/p&gt;
&lt;p&gt;eq1:=(diff(g(t), t, t))*f(x)-(diff(f(x), x, x))*g(t) = 0:&lt;/p&gt;
&lt;p&gt;eq2:=(diff(f(x), x))^2*g(t)-(diff(g(t), t))^2*f(x) = 0:&lt;/p&gt;
&lt;p&gt;sys:=[eq1,eq2]:&lt;/p&gt;
&lt;p&gt;dsolve(sys);&lt;/p&gt;</description>
      <guid>97691</guid>
      <pubDate>Sun, 10 Oct 2010 17:21:40 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
  </channel>
</rss>