<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with solutions</title>
    <link>http://www.mapleprimes.com/tags/solutions</link>
    <language>en-us</language>
    <copyright>2013 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 24 May 2013 17:46:57 GMT</lastBuildDate>
    <pubDate>Fri, 24 May 2013 17:46:57 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with solutions</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with solutions</title>
      <link>http://www.mapleprimes.com/tags/solutions</link>
    </image>
    <item>
      <title>Assign name to one of multiple results</title>
      <link>http://www.mapleprimes.com/questions/144627-Assign-Name-To-One-Of-Multiple-Results?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I need to assign a name to a result calculated&amp;nbsp;from a system of equations. In this case, &lt;span class="GRcorrect"&gt;i&lt;/span&gt;'ve&amp;nbsp;got 2 equations and 2 solutions. I want to assign a name to the each of the solutions.&lt;/p&gt;
&lt;p&gt;&lt;span class="GRcorrect"&gt;solve&lt;/span&gt;&lt;span class="GRcorrect"&gt;(&lt;/span&gt;{-a+4*b = 0, 2*a+7*b = 2}, {a, b})&lt;/p&gt;
&lt;p&gt;{&lt;span class="GRcorrect"&gt;a&lt;/span&gt; = 8/15, b = 2/15}&lt;br&gt;&lt;br&gt;How do &lt;span class="GRcorrect"&gt;i&lt;/span&gt; assign a name for a and another for b?</itunes:summary>
      <description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I need to assign a name to a result calculated&amp;nbsp;from a system of equations. In this case, &lt;span class="GRcorrect"&gt;i&lt;/span&gt;'ve&amp;nbsp;got 2 equations and 2 solutions. I want to assign a name to the each of the solutions.&lt;/p&gt;
&lt;p&gt;&lt;span class="GRcorrect"&gt;solve&lt;/span&gt;&lt;span class="GRcorrect"&gt;(&lt;/span&gt;{-a+4*b = 0, 2*a+7*b = 2}, {a, b})&lt;/p&gt;
&lt;p&gt;{&lt;span class="GRcorrect"&gt;a&lt;/span&gt; = 8/15, b = 2/15}&lt;br&gt;&lt;br&gt;How do &lt;span class="GRcorrect"&gt;i&lt;/span&gt; assign a name for a and another for b?</description>
      <guid>144627</guid>
      <pubDate>Thu, 14 Mar 2013 13:22:27 Z</pubDate>
      <itunes:author>9colai</itunes:author>
      <author>9colai</author>
    </item>
    <item>
      <title>How does the program terminate after exactly 1 solution has been found?</title>
      <link>http://www.mapleprimes.com/questions/144562-How-Does-The-Program-Terminate-After?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;In the program below, all solutions are found for the equation S.R=T subject to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the constraints given by eq1 and eq2. I've tried it for a&amp;nbsp;&lt;/p&gt;
&lt;p&gt;few different choices of T and there's usually 80+ solutions.&lt;/p&gt;
&lt;p&gt;I want to try more complicated choices of T (for example,&lt;/p&gt;
&lt;p&gt;I want the matrix T to have every entry a distinct prime number).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But then the program crashes. I assume the equations get complicated&lt;/p&gt;
&lt;p&gt;or there...</itunes:summary>
      <description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;In the program below, all solutions are found for the equation S.R=T subject to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the constraints given by eq1 and eq2. I've tried it for a&amp;nbsp;&lt;/p&gt;
&lt;p&gt;few different choices of T and there's usually 80+ solutions.&lt;/p&gt;
&lt;p&gt;I want to try more complicated choices of T (for example,&lt;/p&gt;
&lt;p&gt;I want the matrix T to have every entry a distinct prime number).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But then the program crashes. I assume the equations get complicated&lt;/p&gt;
&lt;p&gt;or there...</description>
      <guid>144562</guid>
      <pubDate>Wed, 13 Mar 2013 15:32:54 Z</pubDate>
      <itunes:author>Stavros</itunes:author>
      <author>Stavros</author>
    </item>
    <item>
      <title>Can all 4x4 matrices be written as a product of the matrices S and R that i've defined?</title>
      <link>http://www.mapleprimes.com/questions/144357-Can-All-4x4-Matrices-Be-Written-As-A?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Hi! Any help would be greatly appreciated :)&lt;/p&gt;
&lt;p&gt;I have two matrices S and R, where&amp;nbsp;&lt;/p&gt;
&lt;p&gt;S :=&lt;/p&gt;
&lt;p&gt;Matrix([[a_1, a_2, a_3, a_4], [b_1, b_2, b_3, b_4], [c_1, c_2, c_3, c_4], [d_1, d_2, d_3, d_4]]);&lt;/p&gt;
&lt;p&gt;such that&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a_1*d_1 = b_1*c_1&lt;br&gt;a_2*d_2 = b_2*c_2&lt;br&gt;a_3*d_3 = b_3*c_3&lt;br&gt;a_4*d_4 = b_4*c_4;&lt;/pre&gt;
&lt;pre&gt;and &lt;/pre&gt;
&lt;pre&gt;R :=&lt;/pre&gt;
&lt;pre&gt;Matrix([[s_1, t_1, r_1, l_1], [s_2, t_2, r_2, l_2], [s_3, t_3, r_3, l_3], [s_4, t_4, r_4, l_4]]);&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Hi! Any help would be greatly appreciated :)&lt;/p&gt;
&lt;p&gt;I have two matrices S and R, where&amp;nbsp;&lt;/p&gt;
&lt;p&gt;S :=&lt;/p&gt;
&lt;p&gt;Matrix([[a_1, a_2, a_3, a_4], [b_1, b_2, b_3, b_4], [c_1, c_2, c_3, c_4], [d_1, d_2, d_3, d_4]]);&lt;/p&gt;
&lt;p&gt;such that&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;a_1*d_1 = b_1*c_1&lt;br&gt;a_2*d_2 = b_2*c_2&lt;br&gt;a_3*d_3 = b_3*c_3&lt;br&gt;a_4*d_4 = b_4*c_4;&lt;/pre&gt;
&lt;pre&gt;and &lt;/pre&gt;
&lt;pre&gt;R :=&lt;/pre&gt;
&lt;pre&gt;Matrix([[s_1, t_1, r_1, l_1], [s_2, t_2, r_2, l_2], [s_3, t_3, r_3, l_3], [s_4, t_4, r_4, l_4]]);&lt;/pre&gt;</description>
      <guid>144357</guid>
      <pubDate>Fri, 08 Mar 2013 14:48:53 Z</pubDate>
      <itunes:author>Stavros</itunes:author>
      <author>Stavros</author>
    </item>
    <item>
      <title>Help with a non-linear equation system with trigonometrics</title>
      <link>http://www.mapleprimes.com/questions/143474-Help-With-A-Nonlinear-Equation-System?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Anybody has a hint on how to solve a non-linear system with trigonometrics. I want to solve x, y and z.&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;Anybody has a hint on how to solve a non-linear system with trigonometrics. I want to solve x, y and z.&lt;/p&gt;
&lt;p&gt;</description>
      <guid>143474</guid>
      <pubDate>Thu, 14 Feb 2013 10:16:55 Z</pubDate>
      <itunes:author>sokaris331</itunes:author>
      <author>sokaris331</author>
    </item>
    <item>
      <title>DirectSearch Package - use</title>
      <link>http://www.mapleprimes.com/questions/143195-DirectSearch-Package--Use?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;i'm using DirectSearch package to solve the following system of equations (in order to find x1a,x1c,x2a,x2c):&lt;/p&gt;
&lt;p&gt;&lt;img src="webkit-fake-url://B0FE5329-0247-4E22-83A7-6B524413D733/image.tiff" alt=""&gt;&lt;/p&gt;
&lt;p&gt;How can i limit the solutions just for positive values of x1a,x2a,x1c,x2c? (Currently, I'm just using &lt;img src="webkit-fake-url://A20E5C3F-B048-4774-8CE0-10BF42957EF0/image.tiff" alt=""&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Gil&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;i'm using DirectSearch package to solve the following system of equations (in order to find x1a,x1c,x2a,x2c):&lt;/p&gt;
&lt;p&gt;&lt;img src="webkit-fake-url://B0FE5329-0247-4E22-83A7-6B524413D733/image.tiff" alt=""&gt;&lt;/p&gt;
&lt;p&gt;How can i limit the solutions just for positive values of x1a,x2a,x1c,x2c? (Currently, I'm just using &lt;img src="webkit-fake-url://A20E5C3F-B048-4774-8CE0-10BF42957EF0/image.tiff" alt=""&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Gil&lt;/p&gt;</description>
      <guid>143195</guid>
      <pubDate>Wed, 06 Feb 2013 20:04:16 Z</pubDate>
      <itunes:author>gilp</itunes:author>
      <author>gilp</author>
    </item>
    <item>
      <title>Solving equation with radicals</title>
      <link>http://www.mapleprimes.com/questions/142049-Solving-Equation-With-Radicals?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Good day, dear Friends!&lt;/p&gt;
&lt;p&gt;I'm trying to find real positive roots &amp;nbsp;of equation&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=80a23ee88b3913dbe3cfe3a0b2ff59bb.gif" alt="sqrt(x+3-4*sqrt(x-1))+sqrt(x+8-6*sqrt(x-1)) = 1"&gt;&amp;nbsp;with Maple 16.01.&lt;/p&gt;
&lt;p&gt;One can easly verifies that this euqation has&lt;em&gt; at least&lt;/em&gt; two positive &amp;nbsp;real (integer) solutions: at &lt;strong&gt;x=5&lt;/strong&gt; and &lt;strong&gt;x=10&lt;/strong&gt;,&lt;/p&gt;
&lt;p&gt;but Maple function&amp;nbsp;</itunes:summary>
      <description>&lt;p&gt;Good day, dear Friends!&lt;/p&gt;
&lt;p&gt;I'm trying to find real positive roots &amp;nbsp;of equation&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=80a23ee88b3913dbe3cfe3a0b2ff59bb.gif" alt="sqrt(x+3-4*sqrt(x-1))+sqrt(x+8-6*sqrt(x-1)) = 1"&gt;&amp;nbsp;with Maple 16.01.&lt;/p&gt;
&lt;p&gt;One can easly verifies that this euqation has&lt;em&gt; at least&lt;/em&gt; two positive &amp;nbsp;real (integer) solutions: at &lt;strong&gt;x=5&lt;/strong&gt; and &lt;strong&gt;x=10&lt;/strong&gt;,&lt;/p&gt;
&lt;p&gt;but Maple function&amp;nbsp;</description>
      <guid>142049</guid>
      <pubDate>Fri, 04 Jan 2013 20:42:52 Z</pubDate>
      <itunes:author>VolMike</itunes:author>
      <author>VolMike</author>
    </item>
    <item>
      <title>analytic solutions of a non linear system of equations</title>
      <link>http://www.mapleprimes.com/questions/141670-Analytic-Solutions-Of-A-Non-Linear-System?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to know if the maple student version can give the analytic solutions of a system of non linear and/or linear equations.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to know if the maple student version can give the analytic solutions of a system of non linear and/or linear equations.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;</description>
      <guid>141670</guid>
      <pubDate>Fri, 21 Dec 2012 00:03:00 Z</pubDate>
      <itunes:author>auetienne</itunes:author>
      <author>auetienne</author>
    </item>
    <item>
      <title>How many solutions?</title>
      <link>http://www.mapleprimes.com/questions/141367-How-Many-Solutions?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;What is the number of all the solutions of the equation&amp;nbsp;frac(x*floor(x)) = 1/2 belonging to RealRange(1,100)? How to count it with Maple?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;What is the number of all the solutions of the equation&amp;nbsp;frac(x*floor(x)) = 1/2 belonging to RealRange(1,100)? How to count it with Maple?&lt;/p&gt;</description>
      <guid>141367</guid>
      <pubDate>Tue, 11 Dec 2012 18:38:34 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>Gianni-Kalkbrener theorem</title>
      <link>http://www.mapleprimes.com/questions/140919-GianniKalkbrener-Theorem?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;I would like some help in order to build the following algorithm (Gianni-Kalkbrener) on Maple.&lt;/p&gt;
&lt;p&gt;I have a cyclic-5 problem of the following polynomials&lt;/p&gt;
&lt;p&gt;L := [a*b*c*d+b*c*d*e+c*d*e*a+d*e*a*b+e*a*b*c, a*b+b*c+c*d+d*e+e*a, a+b+c+d+e, a*b*c*d*e-1, a*b*c+b*c*d+c*d*e+d*e*a+e*a*b]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I found the Grobner basis of that using:&lt;/p&gt;
&lt;p&gt;GrobnerBasisOfL := Basis(L, tdeg(a, b, c, d, e))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then, I have found the FGLM of the Basis using:</itunes:summary>
      <description>&lt;p&gt;I would like some help in order to build the following algorithm (Gianni-Kalkbrener) on Maple.&lt;/p&gt;
&lt;p&gt;I have a cyclic-5 problem of the following polynomials&lt;/p&gt;
&lt;p&gt;L := [a*b*c*d+b*c*d*e+c*d*e*a+d*e*a*b+e*a*b*c, a*b+b*c+c*d+d*e+e*a, a+b+c+d+e, a*b*c*d*e-1, a*b*c+b*c*d+c*d*e+d*e*a+e*a*b]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I found the Grobner basis of that using:&lt;/p&gt;
&lt;p&gt;GrobnerBasisOfL := Basis(L, tdeg(a, b, c, d, e))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then, I have found the FGLM of the Basis using:</description>
      <guid>140919</guid>
      <pubDate>Wed, 28 Nov 2012 10:30:23 Z</pubDate>
      <itunes:author>monica_od</itunes:author>
      <author>monica_od</author>
    </item>
    <item>
      <title>Put the solutions of an equation into a list</title>
      <link>http://www.mapleprimes.com/questions/139556-Put-The-Solutions-Of-An-Equation-Into-A-List?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Dear Maple users&lt;/p&gt;
&lt;p&gt;This may be an easy task, but I cannot seem to find out how to do it: How do I get the solutions of an equation on a list form? Let's say the output of the solve command&amp;nbsp;has the reference number (1), then I tried using the convert command and a label to refer to the Maple output, but it didn't work:&lt;/p&gt;
&lt;p&gt;convert(&lt;strong&gt;(1)&lt;/strong&gt;,list)&lt;/p&gt;
&lt;p&gt;I hope someone can help me do it.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Dear Maple users&lt;/p&gt;
&lt;p&gt;This may be an easy task, but I cannot seem to find out how to do it: How do I get the solutions of an equation on a list form? Let's say the output of the solve command&amp;nbsp;has the reference number (1), then I tried using the convert command and a label to refer to the Maple output, but it didn't work:&lt;/p&gt;
&lt;p&gt;convert(&lt;strong&gt;(1)&lt;/strong&gt;,list)&lt;/p&gt;
&lt;p&gt;I hope someone can help me do it.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;</description>
      <guid>139556</guid>
      <pubDate>Sat, 10 Nov 2012 16:18:54 Z</pubDate>
      <itunes:author>erik10</itunes:author>
      <author>erik10</author>
    </item>
    <item>
      <title>Does this system of equations have no solutions?</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;I want to find the edges b and c of the triangle ABC knowing that the mesure of angles are 15 degrees, 30 degrees and 135&amp;nbsp;degrees and the length of one side is 3. I tried&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;restart:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;a:=3:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;eq1:=(a^2+b^2-c^2)/(2*a*b):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;eq2:=(b^2+c^2-a^2)/(2*b*c):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;eq3:=(c^2+a^2-b^2)/(2*a*c):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;solve([eq1=cos(15*Pi/180),eq2=cos(30*Pi/180),eq3=cos(135*Pi/180)],[c,b]);&lt;/strong&gt;</itunes:summary>
      <description>&lt;p&gt;I want to find the edges b and c of the triangle ABC knowing that the mesure of angles are 15 degrees, 30 degrees and 135&amp;nbsp;degrees and the length of one side is 3. I tried&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;restart:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;a:=3:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;eq1:=(a^2+b^2-c^2)/(2*a*b):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;eq2:=(b^2+c^2-a^2)/(2*b*c):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;eq3:=(c^2+a^2-b^2)/(2*a*c):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;solve([eq1=cos(15*Pi/180),eq2=cos(30*Pi/180),eq3=cos(135*Pi/180)],[c,b]);&lt;/strong&gt;</description>
      <guid>139542</guid>
      <pubDate>Sat, 10 Nov 2012 15:21:58 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>How can I find all of the solutions of the equation sinx = (1/8).x ?</title>
      <link>http://www.mapleprimes.com/questions/136918-How-Can-I-Find-All-Of-The-Solutions-Of-The-Equation-Sinx--18?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;How can I find all of the solutions of the equation sinx = (1/8).x ?&lt;/p&gt;
&lt;p&gt;Please help me, thank you very much !&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;How can I find all of the solutions of the equation sinx = (1/8).x ?&lt;/p&gt;
&lt;p&gt;Please help me, thank you very much !&lt;/p&gt;</description>
      <guid>136918</guid>
      <pubDate>Wed, 29 Aug 2012 01:37:51 Z</pubDate>
      <itunes:author>smiths</itunes:author>
      <author>smiths</author>
    </item>
    <item>
      <title>How to choose the best solutions from multiple solutions in inverse kinematics model?</title>
      <link>http://www.mapleprimes.com/questions/136841-How-To-Choose-The-Best-Solutions-From?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have an inverse kinematics model for a double inverted pendulum. There are multiple solutions for each joint angles due to symmetry and I have to choose the appropriate ones. I thought I can use the previous choices and compare them with the current multiple solutions, so I could choose the ones which are closer to the previous ones. However, since the double inverted pendulum moves in in both region at the equilibrium, this aproach does not work. Could you advise...</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have an inverse kinematics model for a double inverted pendulum. There are multiple solutions for each joint angles due to symmetry and I have to choose the appropriate ones. I thought I can use the previous choices and compare them with the current multiple solutions, so I could choose the ones which are closer to the previous ones. However, since the double inverted pendulum moves in in both region at the equilibrium, this aproach does not work. Could you advise...</description>
      <guid>136841</guid>
      <pubDate>Sat, 25 Aug 2012 21:04:21 Z</pubDate>
      <itunes:author>onder</itunes:author>
      <author>onder</author>
    </item>
    <item>
      <title>Irregularities in finding all solution to the system of equations</title>
      <link>http://www.mapleprimes.com/questions/136192-Irregularities-In-Finding-All-Solution?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;Hello All ,&lt;/p&gt;
&lt;p&gt;I have attached my workseet for reference.&lt;/p&gt;
&lt;p&gt;I find it strange that the solutions calculated in optimization shows a value "X" but when i try a value greater than "X" , there is still a solution available which is very irregular.Since the optimization finds the value beyond which the solution for a6 is zero/negative.&lt;/p&gt;
&lt;p&gt;I am not sure what is causing this problem or is it just the problem with the optimization.&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello All ,&lt;/p&gt;
&lt;p&gt;I have attached my workseet for reference.&lt;/p&gt;
&lt;p&gt;I find it strange that the solutions calculated in optimization shows a value "X" but when i try a value greater than "X" , there is still a solution available which is very irregular.Since the optimization finds the value beyond which the solution for a6 is zero/negative.&lt;/p&gt;
&lt;p&gt;I am not sure what is causing this problem or is it just the problem with the optimization.&lt;/p&gt;
&lt;p&gt;</description>
      <guid>136192</guid>
      <pubDate>Thu, 02 Aug 2012 20:57:31 Z</pubDate>
      <itunes:author>elango8</itunes:author>
      <author>elango8</author>
    </item>
    <item>
      <title>What is the proper syntax for the RegularChains[IsEmpty()] command in Maple 15?</title>
      <link>http://www.mapleprimes.com/questions/135813-What-Is-The-Proper-Syntax-For-The-RegularChainsIsEmpty?ref=Feed:MaplePrimes:Tagged With solutions</link>
      <itunes:summary>&lt;p&gt;I am trying to determine if a particular system of 15 polynomial equations in 9 variables has a real solution using Maple's RegularChains library.&amp;nbsp; I am using the IsEmpty command which returns true if there are no solutions and false otherwise.&amp;nbsp; In Maple 16, this can be done using the command:&lt;/p&gt;
&lt;p&gt;IsEmpty( sys, R ) ;&lt;/p&gt;
&lt;p&gt;where "sys" is a list of equations and "R" is a polynomial ring, both of which I define in the worksheet.&amp;nbsp; But this syntax only works...</itunes:summary>
      <description>&lt;p&gt;I am trying to determine if a particular system of 15 polynomial equations in 9 variables has a real solution using Maple's RegularChains library.&amp;nbsp; I am using the IsEmpty command which returns true if there are no solutions and false otherwise.&amp;nbsp; In Maple 16, this can be done using the command:&lt;/p&gt;
&lt;p&gt;IsEmpty( sys, R ) ;&lt;/p&gt;
&lt;p&gt;where "sys" is a list of equations and "R" is a polynomial ring, both of which I define in the worksheet.&amp;nbsp; But this syntax only works...</description>
      <guid>135813</guid>
      <pubDate>Wed, 11 Jul 2012 13:27:41 Z</pubDate>
      <itunes:author>rdw42</itunes:author>
      <author>rdw42</author>
    </item>
  </channel>
</rss>