<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, dsolve system</title>
    <link>http://www.mapleprimes.com/questions/127955-Dsolve-System</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 18:28:54 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 18:28:54 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, dsolve system</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, dsolve system</title>
      <link>http://www.mapleprimes.com/questions/127955-Dsolve-System</link>
    </image>
    <item>
      <title>:=</title>
      <link>http://www.mapleprimes.com/questions/127955-Dsolve-System?ref=Feed:MaplePrimes:dsolve system:Comments#answer127960</link>
      <itunes:summary>&lt;p&gt;Your first error is that the assignment operator in Maple is ":=", not "=".&lt;br&gt;&lt;br&gt;You seem to want a system of two differential equations in z_1 and z_2, but you're only giving dsolve one equation at a time.&lt;/p&gt;
&lt;p&gt;dsolve can solve complex systems numerically, but you must tell it about the derivative of z_i, not the derivative of conjugate(z_i).&amp;nbsp; So you should try something like&lt;/p&gt;
&lt;p&gt;&amp;gt; dsolve({diff(z_1(t),t) - conjugate(summ_1) = 0, diff(z_2(t),t) - conjugate(summ_2) = 0,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z_1(0) = I, z_2(0) = 2*I}, numeric);&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Your first error is that the assignment operator in Maple is ":=", not "=".&lt;br&gt;&lt;br&gt;You seem to want a system of two differential equations in z_1 and z_2, but you're only giving dsolve one equation at a time.&lt;/p&gt;
&lt;p&gt;dsolve can solve complex systems numerically, but you must tell it about the derivative of z_i, not the derivative of conjugate(z_i).&amp;nbsp; So you should try something like&lt;/p&gt;
&lt;p&gt;&amp;gt; dsolve({diff(z_1(t),t) - conjugate(summ_1) = 0, diff(z_2(t),t) - conjugate(summ_2) = 0,&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z_1(0) = I, z_2(0) = 2*I}, numeric);&lt;/p&gt;</description>
      <guid>127960</guid>
      <pubDate>Tue, 22 Nov 2011 05:54:46 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>