<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, plotting a system of ode?</title>
    <link>http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 00:32:51 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 00:32:51 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, plotting a system of ode?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, plotting a system of ode?</title>
      <link>http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode</link>
    </image>
    <item>
      <title>The straightforward approach</title>
      <link>http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode?ref=Feed:MaplePrimes:plotting a system of ode?:Comments#answer137330</link>
      <itunes:summary>&lt;p&gt;eq1:=diff(f(eta),eta,eta,eta)+f(eta)*diff(f(eta),eta,eta)+beta*(1-diff(f(eta),eta)^2)=0;&lt;br&gt;eq2:=diff(theta(eta), eta, eta)+pr*f(eta)*(diff(theta(eta), eta))+pr*Ec*(diff(f(eta), eta, eta))^2&lt;br&gt;+(2-beta)*pr*Q*theta(eta) = 0;&lt;br&gt;bc:=theta(9)=0,D(theta)(0)=-Nc*(1-theta(0)),f(0)=1,D(f)(0)=lambda,D(f)(9)=1;&lt;br&gt;Para:={beta=1,Ec=0.5,Q=-0.5,Nc=5,pr=3};&lt;br&gt;&lt;br&gt;#The approach is straightforward in the sense that it just hands dsolve the boundary value problem: We don't do the shooting or whatever method is used. The 'parameters' option is only available for IVPs, so we make a procedure, which for given lambda returns -D(theta)(0):&lt;br&gt;&lt;br&gt;mTp0:=proc(lambda1) local res,T1;&lt;br&gt;&amp;nbsp;&amp;nbsp; if not type(lambda1,numeric) then return 'procname(_passed)' end if;&lt;br&gt;&amp;nbsp;&amp;nbsp; res:=dsolve(eval({eq1,eq2,bc},Para union {lambda=lambda1}),numeric,output=listprocedure);&lt;br&gt;&amp;nbsp;&amp;nbsp; T1:=subs(res,diff(theta(eta),eta));&lt;br&gt;&amp;nbsp;&amp;nbsp; -T1(0)&lt;br&gt;end proc;&lt;br&gt;plot(mTp0(lambda),lambda=-2..2);&lt;/p&gt;
&lt;p&gt;But experimenting with different ranges for lambda you will notice jumps from one to another of the multiple solutions we discussed in your earlier postings.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;eq1:=diff(f(eta),eta,eta,eta)+f(eta)*diff(f(eta),eta,eta)+beta*(1-diff(f(eta),eta)^2)=0;&lt;br&gt;eq2:=diff(theta(eta), eta, eta)+pr*f(eta)*(diff(theta(eta), eta))+pr*Ec*(diff(f(eta), eta, eta))^2&lt;br&gt;+(2-beta)*pr*Q*theta(eta) = 0;&lt;br&gt;bc:=theta(9)=0,D(theta)(0)=-Nc*(1-theta(0)),f(0)=1,D(f)(0)=lambda,D(f)(9)=1;&lt;br&gt;Para:={beta=1,Ec=0.5,Q=-0.5,Nc=5,pr=3};&lt;br&gt;&lt;br&gt;#The approach is straightforward in the sense that it just hands dsolve the boundary value problem: We don't do the shooting or whatever method is used. The 'parameters' option is only available for IVPs, so we make a procedure, which for given lambda returns -D(theta)(0):&lt;br&gt;&lt;br&gt;mTp0:=proc(lambda1) local res,T1;&lt;br&gt;&amp;nbsp;&amp;nbsp; if not type(lambda1,numeric) then return 'procname(_passed)' end if;&lt;br&gt;&amp;nbsp;&amp;nbsp; res:=dsolve(eval({eq1,eq2,bc},Para union {lambda=lambda1}),numeric,output=listprocedure);&lt;br&gt;&amp;nbsp;&amp;nbsp; T1:=subs(res,diff(theta(eta),eta));&lt;br&gt;&amp;nbsp;&amp;nbsp; -T1(0)&lt;br&gt;end proc;&lt;br&gt;plot(mTp0(lambda),lambda=-2..2);&lt;/p&gt;
&lt;p&gt;But experimenting with different ranges for lambda you will notice jumps from one to another of the multiple solutions we discussed in your earlier postings.&lt;/p&gt;</description>
      <guid>137330</guid>
      <pubDate>Thu, 13 Sep 2012 10:46:48 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Disconnect in a curve??</title>
      <link>http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode?ref=Feed:MaplePrimes:plotting a system of ode?:Comments#comment138198</link>
      <itunes:summary>&lt;p&gt;I adopted the approach suggested in an earlier post (&lt;a href="http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode"&gt;http://www.mapleprimes.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode"&gt;/questions/137320-Plotting-A-System-Of-Ode&lt;/a&gt;)&amp;nbsp;for the known results,&lt;/p&gt;
&lt;p&gt;but some part of curve is missing.&lt;/p&gt;
&lt;p&gt;The output I got is&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=138198/444213/21.jpg"&gt;&lt;img src="/view.aspx?sf=138198/444213/21.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and the known results are&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=138198/444364/Untitled.png"&gt;&lt;img src="/view.aspx?sf=138198/444364/Untitled.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I increased the Digit, numpoints and also went for high grid size but no luck.&lt;/p&gt;
&lt;p&gt;I thought maybe some one&amp;nbsp;&amp;nbsp;would like to have a look and will help me out.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=138198/444213/paraplot.mw"&gt;paraplot.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I adopted the approach suggested in an earlier post (&lt;a href="http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode"&gt;http://www.mapleprimes.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode"&gt;/questions/137320-Plotting-A-System-Of-Ode&lt;/a&gt;)&amp;nbsp;for the known results,&lt;/p&gt;
&lt;p&gt;but some part of curve is missing.&lt;/p&gt;
&lt;p&gt;The output I got is&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=138198/444213/21.jpg"&gt;&lt;img src="/view.aspx?sf=138198/444213/21.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and the known results are&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=138198/444364/Untitled.png"&gt;&lt;img src="/view.aspx?sf=138198/444364/Untitled.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I increased the Digit, numpoints and also went for high grid size but no luck.&lt;/p&gt;
&lt;p&gt;I thought maybe some one&amp;nbsp;&amp;nbsp;would like to have a look and will help me out.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=138198/444213/paraplot.mw"&gt;paraplot.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>138198</guid>
      <pubDate>Thu, 11 Oct 2012 14:06:23 Z</pubDate>
      <itunes:author>J4James</itunes:author>
      <author>J4James</author>
    </item>
  </channel>
</rss>