<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How to plot parameters in system?</title>
    <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 05:07:03 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 05:07:03 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How to plot parameters in system?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How to plot parameters in system?</title>
      <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System</link>
    </image>
    <item>
      <title>Reference</title>
      <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System?ref=Feed:MaplePrimes:How to plot parameters in system?:Comments#answer141288</link>
      <itunes:summary>&lt;p&gt;Take a look at &lt;a href="http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode#comment137330"&gt;http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode#comment137330&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The reading of the answers by Preben Alsholm on ODEs is very useful.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Take a look at &lt;a href="http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode#comment137330"&gt;http://www.mapleprimes.com/questions/137320-Plotting-A-System-Of-Ode#comment137330&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The reading of the answers by Preben Alsholm on ODEs is very useful.&lt;/p&gt;</description>
      <guid>141288</guid>
      <pubDate>Sun, 09 Dec 2012 18:32:37 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>A beginning (and a plot)</title>
      <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System?ref=Feed:MaplePrimes:How to plot parameters in system?:Comments#answer141305</link>
      <itunes:summary>&lt;p&gt;For each given value of b you are looking for a Lambda s.t. there exists a nontrivial solution g to Eq2 with the homogeneous boundary values as given. dsolve easily solves the boundary value problem for Eq1, so that f will be known once b is given.&lt;br&gt;It is to be expected that if a Lambda is found there will be infinitely many solutions g.&lt;br&gt;Thus when turning the problem for g into an initial value problem with one parameter taken to be dg2= g''(0) it may be OK to just ask for a solution having e.g. dg2 = 0.1 (as I have done in the worksheet, see below).&lt;br&gt;&lt;br&gt;For each b it appears that there will be several eigenvalues Lambda (as is demonstrated for b=0.5 in the worksheet).&lt;br&gt;This complicates making a decent plot of Lambda versus b as there will be several branches (infinitely many?).&lt;/p&gt;
&lt;p&gt;But maybe this can be of some help:&lt;br&gt;(version 4 now)&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=141305/449796/NonlinearEigenvalu.mw"&gt;NonlinearEigenvalu.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For each given value of b you are looking for a Lambda s.t. there exists a nontrivial solution g to Eq2 with the homogeneous boundary values as given. dsolve easily solves the boundary value problem for Eq1, so that f will be known once b is given.&lt;br&gt;It is to be expected that if a Lambda is found there will be infinitely many solutions g.&lt;br&gt;Thus when turning the problem for g into an initial value problem with one parameter taken to be dg2= g''(0) it may be OK to just ask for a solution having e.g. dg2 = 0.1 (as I have done in the worksheet, see below).&lt;br&gt;&lt;br&gt;For each b it appears that there will be several eigenvalues Lambda (as is demonstrated for b=0.5 in the worksheet).&lt;br&gt;This complicates making a decent plot of Lambda versus b as there will be several branches (infinitely many?).&lt;/p&gt;
&lt;p&gt;But maybe this can be of some help:&lt;br&gt;(version 4 now)&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=141305/449796/NonlinearEigenvalu.mw"&gt;NonlinearEigenvalu.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>141305</guid>
      <pubDate>Mon, 10 Dec 2012 02:22:54 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>no luck</title>
      <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System?ref=Feed:MaplePrimes:How to plot parameters in system?:Comments#comment141289</link>
      <itunes:summary>&lt;p&gt;Thanks for your quick response. I tried it but I am getting an empty plot.&lt;/p&gt;
&lt;pre&gt;Here's my try.&lt;/pre&gt;
&lt;pre&gt;mTp0:=proc(b1) local res,T1,Lambda;&lt;br&gt;   if not type(b1,numeric) then return 'procname(_passed)' end if;&lt;br&gt;   res:=dsolve(eval({Eq1,Eq2,bc}, {b=b1}),numeric,output=listprocedure);&lt;br&gt;   T1:=subs(res,Lambda);&lt;br&gt;   T1&lt;br&gt;end proc;&lt;br&gt;plot(mTp0(b),b=0..0.3);&lt;br&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;The out put should look like this. Here in the plot gamma1 (I took it Lambda)&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;is the lowest possible eignvalue. &amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&lt;a href="/view.aspx?sf=141289/449696/Unnamed_QQ_Screensho.jpg"&gt;&lt;img src="/view.aspx?sf=141289/449696/Unnamed_QQ_Screensho.jpg" alt=""&gt;&lt;/a&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks for your quick response. I tried it but I am getting an empty plot.&lt;/p&gt;
&lt;pre&gt;Here's my try.&lt;/pre&gt;
&lt;pre&gt;mTp0:=proc(b1) local res,T1,Lambda;&lt;br&gt;   if not type(b1,numeric) then return 'procname(_passed)' end if;&lt;br&gt;   res:=dsolve(eval({Eq1,Eq2,bc}, {b=b1}),numeric,output=listprocedure);&lt;br&gt;   T1:=subs(res,Lambda);&lt;br&gt;   T1&lt;br&gt;end proc;&lt;br&gt;plot(mTp0(b),b=0..0.3);&lt;br&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;The out put should look like this. Here in the plot gamma1 (I took it Lambda)&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;is the lowest possible eignvalue. &amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&lt;a href="/view.aspx?sf=141289/449696/Unnamed_QQ_Screensho.jpg"&gt;&lt;img src="/view.aspx?sf=141289/449696/Unnamed_QQ_Screensho.jpg" alt=""&gt;&lt;/a&gt;&lt;/pre&gt;</description>
      <guid>141289</guid>
      <pubDate>Sun, 09 Dec 2012 18:58:19 Z</pubDate>
      <itunes:author>J4James</itunes:author>
      <author>J4James</author>
    </item>
    <item>
      <title>Output</title>
      <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System?ref=Feed:MaplePrimes:How to plot parameters in system?:Comments#comment141291</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System#comment141290"&gt;@J4James&lt;/a&gt; I also obtain&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct&lt;/span&gt; .&lt;br&gt;I will think about that.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System#comment141290"&gt;@J4James&lt;/a&gt; I also obtain&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct&lt;/span&gt; .&lt;br&gt;I will think about that.&lt;/p&gt;</description>
      <guid>141291</guid>
      <pubDate>Sun, 09 Dec 2012 19:03:15 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>do you have enough boundary conditions?</title>
      <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System?ref=Feed:MaplePrimes:How to plot parameters in system?:Comments#comment141318</link>
      <itunes:summary>&lt;p&gt;I've only looked at this very briefly as I couldn't quite understand the question, but for whatever it's worth:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;ode1:=diff(f(eta),eta$3)+f(eta)*diff(f(eta),eta$2)-diff(f(eta),eta$1)^2-M^2*diff(f(eta),eta$1)+M^2*b+b^2=0:&lt;br&gt;ode2:=diff(g(eta),eta$3)+f(eta)*diff(g(eta),eta$2)+(Lambda-2*diff(f(eta),eta$1)-M^2)*diff(g(eta),eta$1)+diff(f(eta),eta$2)*g(eta)=0:&lt;br&gt;odesys := [ode1,ode2]:&lt;br&gt;bc := [ f(0) = 0, D(f)(0) = 1, D(f)(N) = b, g(0) = 0, D(g)(0) = 0, D(g)(N) = 0 ];&lt;br&gt;sys := [op(odesys),op(bc)];&lt;br&gt;values := [N=10,M=0.1];&lt;br&gt;params := [b,Lambda];&lt;br&gt;eval(sys,values);&lt;br&gt;sysf := eval(eval(sys,values),[b=1,Lambda=1]);&lt;br&gt;dsolve(sysf,'numeric');&lt;br&gt;&lt;br&gt;[ seq( dsolve(eval(sys,values),'numeric','output'=listprocedure), params = [b=1,Lambda=1] ) ];&lt;br&gt;Error, (in dsolve/numeric/bvp/convertsys) too few boundary conditions: expected 8, got 6&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System#comment141291"&gt;&lt;br&gt;&lt;/a&gt;&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;I've only looked at this very briefly as I couldn't quite understand the question, but for whatever it's worth:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;ode1:=diff(f(eta),eta$3)+f(eta)*diff(f(eta),eta$2)-diff(f(eta),eta$1)^2-M^2*diff(f(eta),eta$1)+M^2*b+b^2=0:&lt;br&gt;ode2:=diff(g(eta),eta$3)+f(eta)*diff(g(eta),eta$2)+(Lambda-2*diff(f(eta),eta$1)-M^2)*diff(g(eta),eta$1)+diff(f(eta),eta$2)*g(eta)=0:&lt;br&gt;odesys := [ode1,ode2]:&lt;br&gt;bc := [ f(0) = 0, D(f)(0) = 1, D(f)(N) = b, g(0) = 0, D(g)(0) = 0, D(g)(N) = 0 ];&lt;br&gt;sys := [op(odesys),op(bc)];&lt;br&gt;values := [N=10,M=0.1];&lt;br&gt;params := [b,Lambda];&lt;br&gt;eval(sys,values);&lt;br&gt;sysf := eval(eval(sys,values),[b=1,Lambda=1]);&lt;br&gt;dsolve(sysf,'numeric');&lt;br&gt;&lt;br&gt;[ seq( dsolve(eval(sys,values),'numeric','output'=listprocedure), params = [b=1,Lambda=1] ) ];&lt;br&gt;Error, (in dsolve/numeric/bvp/convertsys) too few boundary conditions: expected 8, got 6&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System#comment141291"&gt;&lt;br&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>141318</guid>
      <pubDate>Mon, 10 Dec 2012 14:47:29 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>Hint</title>
      <link>http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System?ref=Feed:MaplePrimes:How to plot parameters in system?:Comments#comment141320</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System#comment141318"&gt;@PatrickT&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I do not know but for some reason the last line of your code is not using the params values.&lt;/p&gt;
&lt;p&gt;If you try this it will work&lt;/p&gt;
&lt;p&gt;b:=1:Lambda:=1:&lt;/p&gt;
&lt;p&gt;dsolve(eval(sys,values),'numeric','output'=listprocedure);&lt;/p&gt;
&lt;p&gt;Thanks for showing interest&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/141287-How-To-Plot-Parameters-In-System#comment141318"&gt;@PatrickT&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I do not know but for some reason the last line of your code is not using the params values.&lt;/p&gt;
&lt;p&gt;If you try this it will work&lt;/p&gt;
&lt;p&gt;b:=1:Lambda:=1:&lt;/p&gt;
&lt;p&gt;dsolve(eval(sys,values),'numeric','output'=listprocedure);&lt;/p&gt;
&lt;p&gt;Thanks for showing interest&lt;/p&gt;</description>
      <guid>141320</guid>
      <pubDate>Mon, 10 Dec 2012 15:19:19 Z</pubDate>
      <itunes:author>J4James</itunes:author>
      <author>J4James</author>
    </item>
  </channel>
</rss>