<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 with boundary conditions</title>
    <link>http://www.mapleprimes.com/questions/35473-Dsolve-System-With-Boundary-Conditions</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 10:50:22 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 10:50:22 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, dsolve system with boundary conditions</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, dsolve system with boundary conditions</title>
      <link>http://www.mapleprimes.com/questions/35473-Dsolve-System-With-Boundary-Conditions</link>
    </image>
    <item>
      <title>boundary condition </title>
      <link>http://www.mapleprimes.com/questions/35473-Dsolve-System-With-Boundary-Conditions?ref=Feed:MaplePrimes:dsolve system with boundary conditions:Comments#answer44011</link>
      <itunes:summary>&lt;p&gt;Note that using EDP[2] your IBC[2] reduces to i(100)*(9*s(100)-4) = 0.&amp;nbsp; There are really two possibilities: i(100) = 0 or s(100) = 4/9.&amp;nbsp; Since your IBC[1] says s(100) = 1, you can't have s(100) = 4/9, so the second boundary&amp;nbsp; condition is really i(100) = 0.&lt;br /&gt;
And then dsolve(..., numeric) will happily solve your system, but of course the solution is s(z) = 1, i(z) = 0.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Note that using EDP[2] your IBC[2] reduces to i(100)*(9*s(100)-4) = 0.&amp;nbsp; There are really two possibilities: i(100) = 0 or s(100) = 4/9.&amp;nbsp; Since your IBC[1] says s(100) = 1, you can't have s(100) = 4/9, so the second boundary&amp;nbsp; condition is really i(100) = 0.&lt;br /&gt;
And then dsolve(..., numeric) will happily solve your system, but of course the solution is s(z) = 1, i(z) = 0.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>44011</guid>
      <pubDate>Sun, 21 Mar 2010 22:46:24 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>Ah ok! I've changed my</title>
      <link>http://www.mapleprimes.com/questions/35473-Dsolve-System-With-Boundary-Conditions?ref=Feed:MaplePrimes:dsolve system with boundary conditions:Comments#answer44012</link>
      <itunes:summary>&lt;p&gt;Ah ok! I've changed my boundary conditions and i got :&amp;nbsp; &lt;img alt="" src="file:///C:/Users/JeanPhi/AppData/Local/Temp/moz-screenshot-1.png" /&gt;&lt;maple&gt;proc(x_rkf45) ... end proc&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;How can i now see my fonction ? &lt;/p&gt;
&lt;p&gt;Thanks for your help !&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Ah ok! I've changed my boundary conditions and i got :&amp;nbsp; &lt;img alt="" src="file:///C:/Users/JeanPhi/AppData/Local/Temp/moz-screenshot-1.png" /&gt;&lt;maple&gt;proc(x_rkf45) ... end proc&lt;/maple&gt;&lt;/p&gt;
&lt;p&gt;How can i now see my fonction ? &lt;/p&gt;
&lt;p&gt;Thanks for your help !&lt;/p&gt;</description>
      <guid>44012</guid>
      <pubDate>Mon, 22 Mar 2010 21:50:33 Z</pubDate>
      <itunes:author>Huricane</itunes:author>
      <author>Huricane</author>
    </item>
    <item>
      <title>Thanks a lot !</title>
      <link>http://www.mapleprimes.com/questions/35473-Dsolve-System-With-Boundary-Conditions?ref=Feed:MaplePrimes:dsolve system with boundary conditions:Comments#answer44014</link>
      <itunes:summary>&lt;p&gt;Thanks a lot !&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks a lot !&lt;/p&gt;</description>
      <guid>44014</guid>
      <pubDate>Tue, 23 Mar 2010 18:24:30 Z</pubDate>
      <itunes:author>Huricane</itunes:author>
      <author>Huricane</author>
    </item>
    <item>
      <title>seeing the function</title>
      <link>http://www.mapleprimes.com/questions/35473-Dsolve-System-With-Boundary-Conditions?ref=Feed:MaplePrimes:dsolve system with boundary conditions:Comments#comment44013</link>
      <itunes:summary>&lt;p&gt;odeplot from the plots package.&amp;nbsp; For example:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; Sol:= dsolve({EDP, IBC}, numeric); 
  plots[odeplot](Sol, [[z,s(z)],[z,i(z)]], z=0..100, colour=[red,blue], legend = [s(z), i(z)]);
 
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;odeplot from the plots package.&amp;nbsp; For example:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; Sol:= dsolve({EDP, IBC}, numeric); 
  plots[odeplot](Sol, [[z,s(z)],[z,i(z)]], z=0..100, colour=[red,blue], legend = [s(z), i(z)]);
 
&lt;/pre&gt;</description>
      <guid>44013</guid>
      <pubDate>Tue, 23 Mar 2010 03:10:30 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>