<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Limiting MAPLE to solve for ONLY relevant roots for a very nasty characteristic eq. that has MANY roots</title>
    <link>http://www.mapleprimes.com/questions/38410-Limiting-MAPLE-To-Solve-For-ONLY-Relevant</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 04:34:43 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 04:34:43 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Limiting MAPLE to solve for ONLY relevant roots for a very nasty characteristic eq. that has MANY roots</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Limiting MAPLE to solve for ONLY relevant roots for a very nasty characteristic eq. that has MANY roots</title>
      <link>http://www.mapleprimes.com/questions/38410-Limiting-MAPLE-To-Solve-For-ONLY-Relevant</link>
    </image>
    <item>
      <title>solve nasty expr</title>
      <link>http://www.mapleprimes.com/questions/38410-Limiting-MAPLE-To-Solve-For-ONLY-Relevant?ref=Feed:MaplePrimes:Limiting MAPLE to solve for ONLY relevant roots for a very nasty characteristic eq. that has MANY roots:Comments#answer69027</link>
      <itunes:summary>&lt;p&gt;With e. g. &lt;code&gt;assume(alpha::positive):&lt;/code&gt; you can tell Maple that your parameters have to be positive.&lt;/p&gt;
&lt;p&gt;In this case, Maple apparently can't give symbolic solutions even with these assumptions.&lt;br /&gt;
If you provide numeric values for alpha, kappa etc, you can plot it and find numeric solutions with fsolve (plotting helps to give the initial point).&lt;/p&gt;
&lt;p&gt;Example (without thinking of whether the parameters are realistic)&lt;/p&gt;
&lt;p&gt;expr:=eval(eq,{alpha=1,kappa[B]=7,kappa=3,mu=4,mu[B]=1});&lt;br /&gt;
plot(eq1,eta=0..1);&lt;/p&gt;
&lt;pre&gt;
fsolve(expr);
                                  0.

fsolve(expr,eta=0.9);
                             0.9487214131
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;With e. g. &lt;code&gt;assume(alpha::positive):&lt;/code&gt; you can tell Maple that your parameters have to be positive.&lt;/p&gt;
&lt;p&gt;In this case, Maple apparently can't give symbolic solutions even with these assumptions.&lt;br /&gt;
If you provide numeric values for alpha, kappa etc, you can plot it and find numeric solutions with fsolve (plotting helps to give the initial point).&lt;/p&gt;
&lt;p&gt;Example (without thinking of whether the parameters are realistic)&lt;/p&gt;
&lt;p&gt;expr:=eval(eq,{alpha=1,kappa[B]=7,kappa=3,mu=4,mu[B]=1});&lt;br /&gt;
plot(eq1,eta=0..1);&lt;/p&gt;
&lt;pre&gt;
fsolve(expr);
                                  0.

fsolve(expr,eta=0.9);
                             0.9487214131
&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>69027</guid>
      <pubDate>Sat, 08 Nov 2008 18:29:00 Z</pubDate>
      <itunes:author>delta7</itunes:author>
      <author>delta7</author>
    </item>
  </channel>
</rss>