<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, the coordinates of the center  circumscribed circle of a triangle</title>
    <link>http://www.mapleprimes.com/questions/129764-The-Coordinates-Of-The-Center--Circumscribed</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 21:17:04 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 21:17:04 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, the coordinates of the center  circumscribed circle of a triangle</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, the coordinates of the center  circumscribed circle of a triangle</title>
      <link>http://www.mapleprimes.com/questions/129764-The-Coordinates-Of-The-Center--Circumscribed</link>
    </image>
    <item>
      <title>Another solution without geom3d</title>
      <link>http://www.mapleprimes.com/questions/129764-The-Coordinates-Of-The-Center--Circumscribed?ref=Feed:MaplePrimes:the coordinates of the center  circumscribed circle of a triangle:Comments#answer129797</link>
      <itunes:summary>&lt;p&gt;&lt;strong&gt;restart:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(LinearAlgebra):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:=&amp;lt;4,-1,-2&amp;gt;: B:=&amp;lt;0,2,3&amp;gt;: C:=&amp;lt;2,0,1&amp;gt;: M:=x*A+y*B+z*C:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;solve({Norm(A-M,2)=Norm(B-M,2), Norm(C-M,2)=Norm(B-M,2), x+y+z = 1}): assign(%):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;'M'=convert(M,list);&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;We find&lt;/span&gt; &lt;span class="hps"&gt;the coordinates of M.&lt;/span&gt;&lt;/span&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;with(LinearAlgebra):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:=&amp;lt;4,-1,-2&amp;gt;: B:=&amp;lt;0,2,3&amp;gt;: C:=&amp;lt;2,0,1&amp;gt;: M:=x*A+y*B+z*C:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;solve({Norm(A-M,2)=Norm(B-M,2), Norm(C-M,2)=Norm(B-M,2), x+y+z = 1}): assign(%):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;'M'=convert(M,list);&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;We find&lt;/span&gt; &lt;span class="hps"&gt;the coordinates of M.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>129797</guid>
      <pubDate>Thu, 19 Jan 2012 12:08:19 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>With your code, perhaps&amp;nbsp;add command coordinates(M</title>
      <link>http://www.mapleprimes.com/questions/129764-The-Coordinates-Of-The-Center--Circumscribed?ref=Feed:MaplePrimes:the coordinates of the center  circumscribed circle of a triangle:Comments#comment129798</link>
      <itunes:summary>&lt;p&gt;&lt;span class="hps"&gt;With your code, &lt;span&gt;perhaps&lt;/span&gt;&amp;nbsp;add command coordinates(M). Can &amp;nbsp;&lt;a href="http://www.mapleprimes.com/users/Markiyan%20Hirnyk"&gt;Markiyan Hirnyk&lt;/a&gt;&amp;nbsp;post your proceduce? Thank you.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="hps"&gt;With your code, &lt;span&gt;perhaps&lt;/span&gt;&amp;nbsp;add command coordinates(M). Can &amp;nbsp;&lt;a href="http://www.mapleprimes.com/users/Markiyan%20Hirnyk"&gt;Markiyan Hirnyk&lt;/a&gt;&amp;nbsp;post your proceduce? Thank you.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>129798</guid>
      <pubDate>Thu, 19 Jan 2012 12:39:37 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Answer</title>
      <link>http://www.mapleprimes.com/questions/129764-The-Coordinates-Of-The-Center--Circumscribed?ref=Feed:MaplePrimes:the coordinates of the center  circumscribed circle of a triangle:Comments#comment129800</link>
      <itunes:summary>&lt;p&gt;The last command &amp;nbsp;&lt;strong&gt;convert(M,list)&lt;/strong&gt;&amp;nbsp;&amp;nbsp;provides the list of coordinates of the point M. Copy my code to your Maple&amp;nbsp;and run!&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The last command &amp;nbsp;&lt;strong&gt;convert(M,list)&lt;/strong&gt;&amp;nbsp;&amp;nbsp;provides the list of coordinates of the point M. Copy my code to your Maple&amp;nbsp;and run!&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
      <guid>129800</guid>
      <pubDate>Thu, 19 Jan 2012 13:28:15 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>Thank you very much.</title>
      <link>http://www.mapleprimes.com/questions/129764-The-Coordinates-Of-The-Center--Circumscribed?ref=Feed:MaplePrimes:the coordinates of the center  circumscribed circle of a triangle:Comments#comment129801</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>129801</guid>
      <pubDate>Thu, 19 Jan 2012 14:51:34 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Higher dimensions</title>
      <link>http://www.mapleprimes.com/questions/129764-The-Coordinates-Of-The-Center--Circumscribed?ref=Feed:MaplePrimes:the coordinates of the center  circumscribed circle of a triangle:Comments#comment129811</link>
      <itunes:summary>&lt;p&gt;The approach used by Kitonum works in higher dimensions (&amp;gt;3) too.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The approach used by Kitonum works in higher dimensions (&amp;gt;3) too.&lt;/p&gt;</description>
      <guid>129811</guid>
      <pubDate>Thu, 19 Jan 2012 20:17:11 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
  </channel>
</rss>