<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with parameter</title>
    <link>http://www.mapleprimes.com/tags/parameter</link>
    <language>en-us</language>
    <copyright>2013 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 19 Jun 2013 21:24:34 GMT</lastBuildDate>
    <pubDate>Wed, 19 Jun 2013 21:24:34 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with parameter</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with parameter</title>
      <link>http://www.mapleprimes.com/tags/parameter</link>
    </image>
    <item>
      <title>Curve fitting on multiple data series</title>
      <link>http://www.mapleprimes.com/questions/143912-Curve-Fitting-On-Multiple-Data-Series?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have two sets of data representing two function that depends on x with a parameter A.&lt;/p&gt;
&lt;p&gt;I need to do a fit on both data series at the same time so to fit with the best parameter A.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is how I do a fit on one function&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;gt; f(x):=A*cos(x-B)^(2);              &amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&amp;gt; g(x):=A*(cos(x-C)^(2)+ sin(x-C)^(2))^2; &lt;/pre&gt;
&lt;pre&gt;&amp;gt; fit1 := Fit(f(x), r, x, parameternames = [A, B, C...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have two sets of data representing two function that depends on x with a parameter A.&lt;/p&gt;
&lt;p&gt;I need to do a fit on both data series at the same time so to fit with the best parameter A.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is how I do a fit on one function&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;gt; f(x):=A*cos(x-B)^(2);              &amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&amp;gt; g(x):=A*(cos(x-C)^(2)+ sin(x-C)^(2))^2; &lt;/pre&gt;
&lt;pre&gt;&amp;gt; fit1 := Fit(f(x), r, x, parameternames = [A, B, C...&lt;/pre&gt;</description>
      <guid>143912</guid>
      <pubDate>Mon, 25 Feb 2013 19:53:17 Z</pubDate>
      <itunes:author>doucet</itunes:author>
      <author>doucet</author>
    </item>
    <item>
      <title>How do i print to PDF the parameters of a model in a parameter block on maplesim?</title>
      <link>http://www.mapleprimes.com/questions/142690-How-Do-I-Print-To-PDF-The-Parameters?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;I have a model with 3 parameter blocks containing a lot of constants. I would like to know how can i print those lists to papper, .pdf, word or something like that.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have a model with 3 parameter blocks containing a lot of constants. I would like to know how can i print those lists to papper, .pdf, word or something like that.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <guid>142690</guid>
      <pubDate>Sun, 27 Jan 2013 16:07:23 Z</pubDate>
      <itunes:author>JotaTR</itunes:author>
      <author>JotaTR</author>
    </item>
    <item>
      <title>problem with function solve</title>
      <link>http://www.mapleprimes.com/questions/142124-Problem-With-Function-Solve?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to solve the following system using the function "solve", but the message "warning solutions may have been lost" appears.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is my script (a,b,c,d,e,f, Resp, Malcyt,Pyrcyt are parameters). The unknown variables are Citcyt, Citmt,Malmt,Pyrmt:&lt;/p&gt;
&lt;pre&gt;e1 := 0 = a.Pyrcyt-a.Pyrmt+(b-c).Malmt;&lt;br&gt; e2 := 0 = d.Malcyt+e.Citmt-(d+b+c).Malmt;&lt;br&gt; e3 := 0 = f.Citcyt+c.Malmt-(e+f).Citmt;&lt;/pre&gt;
&lt;pre&gt; e4 := 0 = 2.*e.Citmt+(b+c).Malmt-Resp;&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to solve the following system using the function "solve", but the message "warning solutions may have been lost" appears.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is my script (a,b,c,d,e,f, Resp, Malcyt,Pyrcyt are parameters). The unknown variables are Citcyt, Citmt,Malmt,Pyrmt:&lt;/p&gt;
&lt;pre&gt;e1 := 0 = a.Pyrcyt-a.Pyrmt+(b-c).Malmt;&lt;br&gt; e2 := 0 = d.Malcyt+e.Citmt-(d+b+c).Malmt;&lt;br&gt; e3 := 0 = f.Citcyt+c.Malmt-(e+f).Citmt;&lt;/pre&gt;
&lt;pre&gt; e4 := 0 = 2.*e.Citmt+(b+c).Malmt-Resp;&lt;/pre&gt;</description>
      <guid>142124</guid>
      <pubDate>Mon, 07 Jan 2013 17:09:01 Z</pubDate>
      <itunes:author>auetienne</itunes:author>
      <author>auetienne</author>
    </item>
    <item>
      <title>Procedure inputs??</title>
      <link>http://www.mapleprimes.com/questions/141551-Procedure-Inputs?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I read the help on using parameters, then I tried to modify the example&lt;/p&gt;
&lt;p&gt;&lt;br&gt;f := proc(a, b, c) &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if _params['b','c'] = NULL then &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; elif _params['c'] = NULL then &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a + b&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a + b + c &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if &lt;br&gt;&lt;br&gt;end proc:&lt;/p&gt;
&lt;p&gt;I can't really spot where it went wrong, but it just wouldnt execute as I would expect...</itunes:summary>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I read the help on using parameters, then I tried to modify the example&lt;/p&gt;
&lt;p&gt;&lt;br&gt;f := proc(a, b, c) &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if _params['b','c'] = NULL then &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; elif _params['c'] = NULL then &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a + b&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; a + b + c &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if &lt;br&gt;&lt;br&gt;end proc:&lt;/p&gt;
&lt;p&gt;I can't really spot where it went wrong, but it just wouldnt execute as I would expect...</description>
      <guid>141551</guid>
      <pubDate>Sun, 16 Dec 2012 19:01:54 Z</pubDate>
      <itunes:author>casperyc</itunes:author>
      <author>casperyc</author>
    </item>
    <item>
      <title>Correlation coefficient for system of nonlinear differential equations and data</title>
      <link>http://www.mapleprimes.com/questions/141392-Correlation-Coefficient-For-System-Of?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hey guys..&lt;/p&gt;
&lt;p&gt;I need some help on determining the correlation coefficient between my data points for an Influenza epidemic and the SIR model, with my estimated parameters Beta and Alpha. The initial conditions for the equations are defined at the beginning of my worksheet:&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=165695_1355340339/SIR_model.mw"&gt;SIR_model.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope someone can help me ;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hey guys..&lt;/p&gt;
&lt;p&gt;I need some help on determining the correlation coefficient between my data points for an Influenza epidemic and the SIR model, with my estimated parameters Beta and Alpha. The initial conditions for the equations are defined at the beginning of my worksheet:&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=165695_1355340339/SIR_model.mw"&gt;SIR_model.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope someone can help me ;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>141392</guid>
      <pubDate>Wed, 12 Dec 2012 19:35:44 Z</pubDate>
      <itunes:author>kierstejn</itunes:author>
      <author>kierstejn</author>
    </item>
    <item>
      <title>Graphing parametric sweep results of a MapleSim model in Maple</title>
      <link>http://www.mapleprimes.com/questions/141220-Graphing-Parametric-Sweep-Results-Of?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm running a 2D parameter sweep from Maple 15 on a MapleSim 5 model. The output is stored in a 2D matrix.&amp;nbsp; I've encountered two problems:&lt;/p&gt;
&lt;p&gt;1) when I graph it with matrixplot the z-axis values are fine but I can't figure out how to change the x-axis and y-axis values from the matrix indices to the actual values of the swept parameters.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;2) When the parameter sweep begins I get a warning about storing the values in a matrix.&amp;nbsp; Maple...</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm running a 2D parameter sweep from Maple 15 on a MapleSim 5 model. The output is stored in a 2D matrix.&amp;nbsp; I've encountered two problems:&lt;/p&gt;
&lt;p&gt;1) when I graph it with matrixplot the z-axis values are fine but I can't figure out how to change the x-axis and y-axis values from the matrix indices to the actual values of the swept parameters.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;2) When the parameter sweep begins I get a warning about storing the values in a matrix.&amp;nbsp; Maple...</description>
      <guid>141220</guid>
      <pubDate>Fri, 07 Dec 2012 16:13:34 Z</pubDate>
      <itunes:author>Onnimikki</itunes:author>
      <author>Onnimikki</author>
    </item>
    <item>
      <title>Is it possible to have parameters in a parameter box  that depends on others?</title>
      <link>http://www.mapleprimes.com/questions/140636-Is-It-Possible-To-Have-Parameters-In?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;I would like to know if it is possible to declare some variables in one parameter box (i would call it independ parameters) and other with parameters that depends on the first ones:&lt;/p&gt;
&lt;p&gt;L=5&lt;/p&gt;
&lt;p&gt;m=2&lt;/p&gt;
&lt;p&gt;k=arctan(m/L)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(for exemple)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;THanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I would like to know if it is possible to declare some variables in one parameter box (i would call it independ parameters) and other with parameters that depends on the first ones:&lt;/p&gt;
&lt;p&gt;L=5&lt;/p&gt;
&lt;p&gt;m=2&lt;/p&gt;
&lt;p&gt;k=arctan(m/L)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(for exemple)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;THanks&lt;/p&gt;</description>
      <guid>140636</guid>
      <pubDate>Tue, 20 Nov 2012 20:03:36 Z</pubDate>
      <itunes:author>JotaTR</itunes:author>
      <author>JotaTR</author>
    </item>
    <item>
      <title>Can I make variables appear in DSolve numeric output</title>
      <link>http://www.mapleprimes.com/questions/140504-Can-I-Make-Variables-Appear-In-DSolve?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/view.aspx?sf=140504/448146/numeric_de.mw"&gt;numeric_de.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;hello boffins&lt;/p&gt;
&lt;p&gt;if my de was soluble analytically, I would get an expression of time in terms of the other variables (V,theta,x) easily, but because it is only numerically solvable, i get an expression x(t)=proc(t)...,- the variables V and theta are mixed up in it-. Is there anyway they can appear?&lt;/p&gt;
&lt;p&gt;I know&amp;nbsp;I can put numerical values on V and Theta (and x) and solve for time (using parameters...</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/view.aspx?sf=140504/448146/numeric_de.mw"&gt;numeric_de.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;hello boffins&lt;/p&gt;
&lt;p&gt;if my de was soluble analytically, I would get an expression of time in terms of the other variables (V,theta,x) easily, but because it is only numerically solvable, i get an expression x(t)=proc(t)...,- the variables V and theta are mixed up in it-. Is there anyway they can appear?&lt;/p&gt;
&lt;p&gt;I know&amp;nbsp;I can put numerical values on V and Theta (and x) and solve for time (using parameters...</description>
      <guid>140504</guid>
      <pubDate>Sun, 18 Nov 2012 12:37:54 Z</pubDate>
      <itunes:author>brian bovril</itunes:author>
      <author>brian bovril</author>
    </item>
    <item>
      <title>Find all unknowns (parameters) from an expression (vector)</title>
      <link>http://www.mapleprimes.com/questions/140293-Find-All-Unknowns-parameters-From-An-Expression-vector?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Is there a quicker way to find all unknows from an expression?&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=124920_1352843180/unknowns.mw"&gt;unknowns.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Say I want a list contains ALL parameters. In this case, it would return&lt;/p&gt;
&lt;p&gt;[w1,w2,mu,tau[2],tan[3],tan[4],eta[1],eta[2]]&lt;/p&gt;
&lt;p&gt;&lt;br&gt;Is there a way to do this?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Casper&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Is there a quicker way to find all unknows from an expression?&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=124920_1352843180/unknowns.mw"&gt;unknowns.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Say I want a list contains ALL parameters. In this case, it would return&lt;/p&gt;
&lt;p&gt;[w1,w2,mu,tau[2],tan[3],tan[4],eta[1],eta[2]]&lt;/p&gt;
&lt;p&gt;&lt;br&gt;Is there a way to do this?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Casper&lt;/p&gt;</description>
      <guid>140293</guid>
      <pubDate>Tue, 13 Nov 2012 21:51:58 Z</pubDate>
      <itunes:author>casperyc</itunes:author>
      <author>casperyc</author>
    </item>
    <item>
      <title>Formulate equation with different classes (categories) &amp; subscripts</title>
      <link>http://www.mapleprimes.com/questions/140276-Formulate-Equation-With-Different-Classes-categories?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=124920_1352820644/test.mw"&gt;test.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Here is the problem, I will try my best to describe it:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Firstly of all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;log(p[j,c]/(1-p[j,c]))=mu+tau[j]+eta[c];&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=e274fcf312f757965a42cc9e4a726183.gif" alt="log(p[j,c]/(1-p[j,c]))=mu+tau[j]+eta[c]"&gt;&lt;/p&gt;
&lt;p&gt;In this system, the 'j' is a time varying parameter, and the...</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=124920_1352820644/test.mw"&gt;test.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Here is the problem, I will try my best to describe it:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Firstly of all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;log(p[j,c]/(1-p[j,c]))=mu+tau[j]+eta[c];&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=e274fcf312f757965a42cc9e4a726183.gif" alt="log(p[j,c]/(1-p[j,c]))=mu+tau[j]+eta[c]"&gt;&lt;/p&gt;
&lt;p&gt;In this system, the 'j' is a time varying parameter, and the...</description>
      <guid>140276</guid>
      <pubDate>Tue, 13 Nov 2012 15:47:31 Z</pubDate>
      <itunes:author>casperyc</itunes:author>
      <author>casperyc</author>
    </item>
    <item>
      <title>Vectors (Column, Row, Notation, VectorCalulus)</title>
      <link>http://www.mapleprimes.com/questions/139361-Vectors-Column-Row-Notation-VectorCalulus?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;restart:&lt;br&gt;&lt;br&gt;with(LinearAlgebra):&lt;br&gt;with(ArrayTools):&lt;br&gt;&lt;br&gt;&lt;br&gt;k:=4;&lt;br&gt;pA:=&amp;lt;seq(p[a,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pB:=&amp;lt;seq(p[b,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pA+pB;&lt;br&gt;&lt;br&gt;with(VectorCalculus):&lt;br&gt;&lt;br&gt;pA:=&amp;lt;seq(p[a,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pB:=&amp;lt;seq(p[b,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pA+pB;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After I loaded the package with(VectorCalculus), the output of vectors changed to a different one.&lt;/p&gt;
&lt;p&gt;Is there any real "difference" when...</itunes:summary>
      <description>&lt;p&gt;restart:&lt;br&gt;&lt;br&gt;with(LinearAlgebra):&lt;br&gt;with(ArrayTools):&lt;br&gt;&lt;br&gt;&lt;br&gt;k:=4;&lt;br&gt;pA:=&amp;lt;seq(p[a,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pB:=&amp;lt;seq(p[b,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pA+pB;&lt;br&gt;&lt;br&gt;with(VectorCalculus):&lt;br&gt;&lt;br&gt;pA:=&amp;lt;seq(p[a,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pB:=&amp;lt;seq(p[b,i],i=2..(k+1))&amp;gt;;&lt;br&gt;pA+pB;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After I loaded the package with(VectorCalculus), the output of vectors changed to a different one.&lt;/p&gt;
&lt;p&gt;Is there any real "difference" when...</description>
      <guid>139361</guid>
      <pubDate>Thu, 08 Nov 2012 23:21:40 Z</pubDate>
      <itunes:author>casperyc</itunes:author>
      <author>casperyc</author>
    </item>
    <item>
      <title>Graphing and parameter sensitivity analysis in maple 16</title>
      <link>http://www.mapleprimes.com/questions/139205-Graphing-And-Parameter-Sensitivity-Analysis?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Please help me plot the graphs of the following equations:-&lt;/p&gt;
&lt;pre&gt;eq1 := diff(E[X(t)], t) = lambda-delta*E[X(t)]-beta*E[X(t)*V(t)];&lt;/pre&gt;
&lt;pre&gt; eq2 := diff(E[Y(t)], t) = -delta*E[Y(t)]+beta*exp(-rho*tau)*E[X(t)*V(t)];&lt;br&gt;                                                    &lt;br&gt;eq3 := diff(E[V(t)], t) = gamma+N*kappa*E[Y(t)]-mu*E[V(t)]-beta*E[X(t)*V(t)]&lt;/pre&gt;
&lt;pre&gt;NB:- E[X(t)]= the expected value of variable X at time t. &lt;/pre&gt;
&lt;pre&gt;Please help me know how to input this...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Please help me plot the graphs of the following equations:-&lt;/p&gt;
&lt;pre&gt;eq1 := diff(E[X(t)], t) = lambda-delta*E[X(t)]-beta*E[X(t)*V(t)];&lt;/pre&gt;
&lt;pre&gt; eq2 := diff(E[Y(t)], t) = -delta*E[Y(t)]+beta*exp(-rho*tau)*E[X(t)*V(t)];&lt;br&gt;                                                    &lt;br&gt;eq3 := diff(E[V(t)], t) = gamma+N*kappa*E[Y(t)]-mu*E[V(t)]-beta*E[X(t)*V(t)]&lt;/pre&gt;
&lt;pre&gt;NB:- E[X(t)]= the expected value of variable X at time t. &lt;/pre&gt;
&lt;pre&gt;Please help me know how to input this...&lt;/pre&gt;</description>
      <guid>139205</guid>
      <pubDate>Mon, 05 Nov 2012 08:28:14 Z</pubDate>
      <itunes:author>rmbogo</itunes:author>
      <author>rmbogo</author>
    </item>
    <item>
      <title>Calculate percentage change in a solution?</title>
      <link>http://www.mapleprimes.com/questions/138444-Calculate-Percentage-Change-In-A-Solution?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;&lt;span&gt;I have a differential equation having a parameter say 'a'. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I increase 'a' by 10%, got change in the solution as well. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How to calculate change in percentage in the solution?.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span&gt;I have a differential equation having a parameter say 'a'. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I increase 'a' by 10%, got change in the solution as well. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How to calculate change in percentage in the solution?.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks&lt;/span&gt;&lt;/p&gt;</description>
      <guid>138444</guid>
      <pubDate>Thu, 18 Oct 2012 05:25:26 Z</pubDate>
      <itunes:author>J4James</itunes:author>
      <author>J4James</author>
    </item>
    <item>
      <title>Plotting the Parameters that cause a D.E. Event to Execute</title>
      <link>http://www.mapleprimes.com/questions/138088-Plotting-The-Parameters-That-Cause-A?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;So I've got a numerical solution to a D.E. and want to find which parameters (v, theta) cause the second event to occur. Here's my dsolve&lt;/p&gt;
&lt;pre&gt;&amp;gt; soln:= dsolve({eqx, eqy, inty, intx, x(0)=0, y(0)=0}, {x(t), y(t)}, numeric, method = rkf45, output=listprocedure, parameters=[v, theta], events=[ [ [diff(y(t),t)=0, y(t)&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;The first event is "Does the trajectory reach its max at a height less than 3.05m? If so, stop computation"...</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;So I've got a numerical solution to a D.E. and want to find which parameters (v, theta) cause the second event to occur. Here's my dsolve&lt;/p&gt;
&lt;pre&gt;&amp;gt; soln:= dsolve({eqx, eqy, inty, intx, x(0)=0, y(0)=0}, {x(t), y(t)}, numeric, method = rkf45, output=listprocedure, parameters=[v, theta], events=[ [ [diff(y(t),t)=0, y(t)&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;The first event is "Does the trajectory reach its max at a height less than 3.05m? If so, stop computation"...</description>
      <guid>138088</guid>
      <pubDate>Mon, 08 Oct 2012 17:09:47 Z</pubDate>
      <itunes:author>jschulzb</itunes:author>
      <author>jschulzb</author>
    </item>
    <item>
      <title>Invalid operator parameter name</title>
      <link>http://www.mapleprimes.com/questions/137739-Invalid-Operator-Parameter-Name?ref=Feed:MaplePrimes:Tagged With parameter</link>
      <itunes:summary>&lt;p&gt;Dear Maple users&lt;/p&gt;
&lt;p&gt;Please help me correct this input:&lt;/p&gt;
&lt;pre&gt;&amp;gt; f := (c[A], c[B]) -&amp;gt; c[A]+c[B];&lt;br&gt;Error, invalid operator parameter name&lt;br&gt;    f Assign Typesetting:-mambiguous(&lt;br&gt;&lt;br&gt;      (c[A]comma c[B]) rarr c[A] + c[B], &lt;br&gt;&lt;br&gt;      Typesetting:-merror(invalid operator parameter name))&lt;br&gt;&amp;gt; &lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;In Maple, c[A] is actually "c subscript A".&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;Thanks for help.&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;PS: Is...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Dear Maple users&lt;/p&gt;
&lt;p&gt;Please help me correct this input:&lt;/p&gt;
&lt;pre&gt;&amp;gt; f := (c[A], c[B]) -&amp;gt; c[A]+c[B];&lt;br&gt;Error, invalid operator parameter name&lt;br&gt;    f Assign Typesetting:-mambiguous(&lt;br&gt;&lt;br&gt;      (c[A]comma c[B]) rarr c[A] + c[B], &lt;br&gt;&lt;br&gt;      Typesetting:-merror(invalid operator parameter name))&lt;br&gt;&amp;gt; &lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;In Maple, c[A] is actually "c subscript A".&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;Thanks for help.&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;PS: Is...&lt;/pre&gt;</description>
      <guid>137739</guid>
      <pubDate>Wed, 26 Sep 2012 16:30:31 Z</pubDate>
      <itunes:author>mzh</itunes:author>
      <author>mzh</author>
    </item>
  </channel>
</rss>