<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Does this system of equations have no solutions?</title>
    <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 09:17:37 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:17:37 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Does this system of equations have no solutions?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Does this system of equations have no solutions?</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions</link>
    </image>
    <item>
      <title>there are only 2 variables, but 3 equations,</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions?ref=Feed:MaplePrimes:Does this system of equations have no solutions?:Comments#answer139568</link>
      <itunes:summary>&lt;p&gt;there are only 2 variables, but 3 equations, and when I delete one of the equations for 3 times using fsolve, the result is different.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;there are only 2 variables, but 3 equations, and when I delete one of the equations for 3 times using fsolve, the result is different.&lt;/p&gt;</description>
      <guid>139568</guid>
      <pubDate>Sat, 10 Nov 2012 21:57:47 Z</pubDate>
      <itunes:author>zsy312</itunes:author>
      <author>zsy312</author>
    </item>
    <item>
      <title>Solution</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions?ref=Feed:MaplePrimes:Does this system of equations have no solutions?:Comments#answer139578</link>
      <itunes:summary>&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=convert(cos(15*Pi/180), radical), eq2=cos(30*Pi/180), eq3=cos(135*Pi/180)], [c,b]);&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&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=convert(cos(15*Pi/180), radical), eq2=cos(30*Pi/180), eq3=cos(135*Pi/180)], [c,b]);&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>139578</guid>
      <pubDate>Sat, 10 Nov 2012 22:19:12 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>Thank you very much.</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions?ref=Feed:MaplePrimes:Does this system of equations have no solutions?:Comments#answer139681</link>
      <itunes:summary>&lt;p&gt;Thank you very much.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you very much.&lt;/p&gt;</description>
      <guid>139681</guid>
      <pubDate>Sun, 11 Nov 2012 04:22:45 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Re solution</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions?ref=Feed:MaplePrimes:Does this system of equations have no solutions?:Comments#answer139699</link>
      <itunes:summary>&lt;p&gt;When I &amp;nbsp;found the length of sides b and c, I created a triangle satisfies the conditions stated and&amp;nbsp;test the measure of the &amp;nbsp;angles of this triangle. I tried&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;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;sol:=solve([eq1=convert(cos(15*Pi/180), radical), eq2=cos(30*Pi/180), eq3=cos(135*Pi/180)], [b,c]);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(geom3d):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(o,0,0,0):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(A,a,0,0):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;sys:=solve([x^2+y^2=(rhs(op(1,sol[1])))^2,(x-a)^2+y^2=(rhs(op(2,sol[1])))^2],[x,y]);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(B,rhs(op(1,op(1,sys))),rhs(op(2,op(1,sys))),0):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;triangle(T,[o,A,B]):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;map(coordinates,DefinedAs(T));&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FindAngle(o,T);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FindAngle(A,T);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FindAngle(B,T);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;But I don't receive the angles 15 degrees, 30&amp;nbsp;degrees and 115&amp;nbsp;degrees&amp;nbsp;directly.&amp;nbsp;How do I tell &lt;em&gt;Maple&lt;/em&gt; to do that?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;When I &amp;nbsp;found the length of sides b and c, I created a triangle satisfies the conditions stated and&amp;nbsp;test the measure of the &amp;nbsp;angles of this triangle. I tried&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;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;sol:=solve([eq1=convert(cos(15*Pi/180), radical), eq2=cos(30*Pi/180), eq3=cos(135*Pi/180)], [b,c]);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(geom3d):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(o,0,0,0):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(A,a,0,0):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;sys:=solve([x^2+y^2=(rhs(op(1,sol[1])))^2,(x-a)^2+y^2=(rhs(op(2,sol[1])))^2],[x,y]);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(B,rhs(op(1,op(1,sys))),rhs(op(2,op(1,sys))),0):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;triangle(T,[o,A,B]):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;map(coordinates,DefinedAs(T));&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FindAngle(o,T);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FindAngle(A,T);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FindAngle(B,T);&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;But I don't receive the angles 15 degrees, 30&amp;nbsp;degrees and 115&amp;nbsp;degrees&amp;nbsp;directly.&amp;nbsp;How do I tell &lt;em&gt;Maple&lt;/em&gt; to do that?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>139699</guid>
      <pubDate>Sun, 11 Nov 2012 07:28:05 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Re</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions?ref=Feed:MaplePrimes:Does this system of equations have no solutions?:Comments#answer139919</link>
      <itunes:summary>&lt;p&gt;&lt;span class="hps"&gt;In the last&lt;/span&gt; &lt;span class="hps"&gt;three lines&lt;/span&gt; &lt;span class="hps"&gt;add&amp;nbsp; &lt;strong&gt;simplify&lt;/strong&gt; &amp;nbsp;command. Y&lt;/span&gt;&lt;span class="hps"&gt;ou&lt;/span&gt; &lt;span class="hps"&gt;get&lt;/span&gt; &lt;span class="hps"&gt;the angles in&lt;/span&gt; &lt;span class="hps"&gt;radians.&lt;/span&gt; &lt;span class="hps"&gt;Translate&lt;/span&gt; &lt;span class="hps"&gt;to degrees&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt; &lt;span class="hps"&gt;yourself or by&amp;nbsp;&lt;strong&gt; convert&amp;nbsp;&lt;/strong&gt; command.&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="hps"&gt;In the last&lt;/span&gt; &lt;span class="hps"&gt;three lines&lt;/span&gt; &lt;span class="hps"&gt;add&amp;nbsp; &lt;strong&gt;simplify&lt;/strong&gt; &amp;nbsp;command. Y&lt;/span&gt;&lt;span class="hps"&gt;ou&lt;/span&gt; &lt;span class="hps"&gt;get&lt;/span&gt; &lt;span class="hps"&gt;the angles in&lt;/span&gt; &lt;span class="hps"&gt;radians.&lt;/span&gt; &lt;span class="hps"&gt;Translate&lt;/span&gt; &lt;span class="hps"&gt;to degrees&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt; &lt;span class="hps"&gt;yourself or by&amp;nbsp;&lt;strong&gt; convert&amp;nbsp;&lt;/strong&gt; command.&lt;/span&gt;&lt;/p&gt;</description>
      <guid>139919</guid>
      <pubDate>Sun, 11 Nov 2012 22:23:09 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>Thank you very much.</title>
      <link>http://www.mapleprimes.com/questions/139542-Does-This-System-Of-Equations-Have-No-Solutions?ref=Feed:MaplePrimes:Does this system of equations have no solutions?:Comments#answer140034</link>
      <itunes:summary>&lt;p&gt;Thank you very much.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you very much.&lt;/p&gt;</description>
      <guid>140034</guid>
      <pubDate>Mon, 12 Nov 2012 05:24:05 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
  </channel>
</rss>