<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Equation of a plane (3)</title>
    <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 23:53:56 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 23:53:56 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Equation of a plane (3)</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Equation of a plane (3)</title>
      <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3</link>
    </image>
    <item>
      <title>The idea of ​​the solution</title>
      <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3?ref=Feed:MaplePrimes:Equation of a plane (3):Comments#answer129909</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;span class="hps atn"&gt;If&amp;nbsp;N (&lt;/span&gt;&lt;span&gt;x0&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;y0,&lt;/span&gt; &lt;span class="hps"&gt;z0&lt;/span&gt;&lt;span&gt;) is&amp;nbsp;the point&lt;/span&gt; &lt;span class="hps"&gt;of tangency&lt;/span&gt;&lt;span&gt;, then the&lt;/span&gt; &lt;span class="hps"&gt;three&lt;/span&gt; &lt;span class="hps"&gt;conditions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;1) The distance&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;N to the&lt;/span&gt; &lt;span class="hps"&gt;center of the sphere&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span&gt;point O&lt;/span&gt;&lt;span&gt;) is equal to&lt;/span&gt; &lt;span class="hps"&gt;the radius.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;2) ON is &lt;/span&gt;&lt;span class="hps"&gt;perpendicular to&amp;nbsp;&lt;/span&gt; &lt;span class="hps"&gt;AN&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;3)&amp;nbsp;ON&lt;/span&gt; is &lt;span class="hps"&gt;perpendicular&lt;/span&gt; &lt;span class="hps"&gt;to BN.&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;span class="hps atn"&gt;If&amp;nbsp;N (&lt;/span&gt;&lt;span&gt;x0&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;y0,&lt;/span&gt; &lt;span class="hps"&gt;z0&lt;/span&gt;&lt;span&gt;) is&amp;nbsp;the point&lt;/span&gt; &lt;span class="hps"&gt;of tangency&lt;/span&gt;&lt;span&gt;, then the&lt;/span&gt; &lt;span class="hps"&gt;three&lt;/span&gt; &lt;span class="hps"&gt;conditions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;1) The distance&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;N to the&lt;/span&gt; &lt;span class="hps"&gt;center of the sphere&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span&gt;point O&lt;/span&gt;&lt;span&gt;) is equal to&lt;/span&gt; &lt;span class="hps"&gt;the radius.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;2) ON is &lt;/span&gt;&lt;span class="hps"&gt;perpendicular to&amp;nbsp;&lt;/span&gt; &lt;span class="hps"&gt;AN&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;3)&amp;nbsp;ON&lt;/span&gt; is &lt;span class="hps"&gt;perpendicular&lt;/span&gt; &lt;span class="hps"&gt;to BN.&lt;/span&gt;&lt;/p&gt;</description>
      <guid>129909</guid>
      <pubDate>Sun, 22 Jan 2012 02:47:33 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>I used your code. 
restart:with(LinearAlgebra</title>
      <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3?ref=Feed:MaplePrimes:Equation of a plane (3):Comments#answer129922</link>
      <itunes:summary>&lt;pre&gt;I used your code. &lt;/pre&gt;
&lt;pre&gt;restart:&lt;br&gt;with(LinearAlgebra):A:=&amp;lt;-1,3,6&amp;gt;: B:=&amp;lt;2,2,-0&amp;gt;: N:=&amp;lt;x,y,z&amp;gt;: o:=&amp;lt;1,-1,7&amp;gt;:&lt;br&gt;{Norm(o-N,2)=3, DotProduct(N - o, N-A) = 0, DotProduct(N - o, N-B) = 0}:&lt;br&gt;solve({Norm(o-N,2)=3, DotProduct(N - o, N-A) = 0,DotProduct(N - o, N-B) = 0}): assign(%): N:&lt;br&gt;'N'=[seq(N[i],i=1..3)];&lt;/pre&gt;
&lt;pre&gt;and i got Warning, &lt;em&gt;&lt;strong&gt;solutions may have been lost.&lt;/strong&gt;&lt;/em&gt;&lt;/pre&gt;
&lt;pre&gt;Please check my code. Thank you.&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;I used your code. &lt;/pre&gt;
&lt;pre&gt;restart:&lt;br&gt;with(LinearAlgebra):A:=&amp;lt;-1,3,6&amp;gt;: B:=&amp;lt;2,2,-0&amp;gt;: N:=&amp;lt;x,y,z&amp;gt;: o:=&amp;lt;1,-1,7&amp;gt;:&lt;br&gt;{Norm(o-N,2)=3, DotProduct(N - o, N-A) = 0, DotProduct(N - o, N-B) = 0}:&lt;br&gt;solve({Norm(o-N,2)=3, DotProduct(N - o, N-A) = 0,DotProduct(N - o, N-B) = 0}): assign(%): N:&lt;br&gt;'N'=[seq(N[i],i=1..3)];&lt;/pre&gt;
&lt;pre&gt;and i got Warning, &lt;em&gt;&lt;strong&gt;solutions may have been lost.&lt;/strong&gt;&lt;/em&gt;&lt;/pre&gt;
&lt;pre&gt;Please check my code. Thank you.&lt;/pre&gt;</description>
      <guid>129922</guid>
      <pubDate>Sun, 22 Jan 2012 04:41:44 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>This is my idea:&amp;nbsp;Let (P) be finding</title>
      <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3?ref=Feed:MaplePrimes:Equation of a plane (3):Comments#answer129955</link>
      <itunes:summary>&lt;p&gt;This is my idea:&amp;nbsp;Let (P) be finding plane. &amp;nbsp;Put n = (a, b, c) is a normal vector of (P). Then, the equation of (P) has the form&lt;/p&gt;
&lt;p&gt;a*(x - 1) + b*(y -3) + c(z + 6) = 0. We find a, b, c from following conditions:&lt;/p&gt;
&lt;p&gt;1) a^2 + b^2 +c^2 = 1;&lt;/p&gt;
&lt;p&gt;2) vector n is perpendicular to vector AB;&lt;/p&gt;
&lt;p&gt;3) The distance form C(1; -1; 7) (C is center of the given sphere) to the plane (P) equal to 3.&lt;/p&gt;
&lt;p&gt;But i assume(a^2 + b^2 + c^2 &amp;gt; 0) and use command&amp;nbsp;&lt;/p&gt;
&lt;p&gt;plane(P,[A, n],[x, y, z]) can not write the Equation of (P). Plese help me. Thank you very much.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;This is my idea:&amp;nbsp;Let (P) be finding plane. &amp;nbsp;Put n = (a, b, c) is a normal vector of (P). Then, the equation of (P) has the form&lt;/p&gt;
&lt;p&gt;a*(x - 1) + b*(y -3) + c(z + 6) = 0. We find a, b, c from following conditions:&lt;/p&gt;
&lt;p&gt;1) a^2 + b^2 +c^2 = 1;&lt;/p&gt;
&lt;p&gt;2) vector n is perpendicular to vector AB;&lt;/p&gt;
&lt;p&gt;3) The distance form C(1; -1; 7) (C is center of the given sphere) to the plane (P) equal to 3.&lt;/p&gt;
&lt;p&gt;But i assume(a^2 + b^2 + c^2 &amp;gt; 0) and use command&amp;nbsp;&lt;/p&gt;
&lt;p&gt;plane(P,[A, n],[x, y, z]) can not write the Equation of (P). Plese help me. Thank you very much.&lt;/p&gt;</description>
      <guid>129955</guid>
      <pubDate>Mon, 23 Jan 2012 06:10:24 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Solution</title>
      <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3?ref=Feed:MaplePrimes:Equation of a plane (3):Comments#answer129962</link>
      <itunes:summary>&lt;p&gt;You have 2 planes: ABN1 and ABN2. Find the equation ABN1. &lt;span class="hps"&gt;The simplest&lt;/span&gt; &lt;span class="hps"&gt;way to use&lt;/span&gt; &lt;span class="hps"&gt;the determinant. The code&amp;nbsp;(the &lt;span&gt;continuation of the previous&lt;/span&gt; &lt;span class="hps"&gt;code)&lt;/span&gt;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N1:=convert(N1,Vector): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;T:=&amp;lt;x,y,z&amp;gt; - N1: N1-A: N1-B:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P1:=collect(LinearAlgebra[Determinant](&amp;lt; T | N1-A | N1-B &amp;gt;),[x,y,z]): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;k:=simplify(sqrt(coeff(P1,x)^2+coeff(P1,y)^2+coeff(P1,z)^2)):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P2:=simplify(collect(P1/k,[x,y,z])): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P:=collect(P2,[x,y,z])=0;&amp;nbsp; # Equation of the plane P&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;simplify(coeff(lhs(P),x)^2+coeff(lhs(P),y)^2+coeff(lhs(P),z)^2); # Checking&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="hps"&gt;Similarly, we find&lt;/span&gt; &lt;span class="hps"&gt;a second plane&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You have 2 planes: ABN1 and ABN2. Find the equation ABN1. &lt;span class="hps"&gt;The simplest&lt;/span&gt; &lt;span class="hps"&gt;way to use&lt;/span&gt; &lt;span class="hps"&gt;the determinant. The code&amp;nbsp;(the &lt;span&gt;continuation of the previous&lt;/span&gt; &lt;span class="hps"&gt;code)&lt;/span&gt;&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N1:=convert(N1,Vector): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;T:=&amp;lt;x,y,z&amp;gt; - N1: N1-A: N1-B:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P1:=collect(LinearAlgebra[Determinant](&amp;lt; T | N1-A | N1-B &amp;gt;),[x,y,z]): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;k:=simplify(sqrt(coeff(P1,x)^2+coeff(P1,y)^2+coeff(P1,z)^2)):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P2:=simplify(collect(P1/k,[x,y,z])): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P:=collect(P2,[x,y,z])=0;&amp;nbsp; # Equation of the plane P&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;simplify(coeff(lhs(P),x)^2+coeff(lhs(P),y)^2+coeff(lhs(P),z)^2); # Checking&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span class="hps"&gt;Similarly, we find&lt;/span&gt; &lt;span class="hps"&gt;a second plane&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>129962</guid>
      <pubDate>Mon, 23 Jan 2012 20:24:53 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>Rewrited code</title>
      <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3?ref=Feed:MaplePrimes:Equation of a plane (3):Comments#answer129974</link>
      <itunes:summary>&lt;p&gt;&lt;span class="hps"&gt;Once&lt;/span&gt; &lt;span class="hps"&gt;posted&lt;/span&gt; &lt;span class="hps"&gt;the previous message, &lt;/span&gt;&lt;span class="alt-edited"&gt;noticed&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;in&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;it&lt;/span&gt; &lt;span class="hps alt-edited"&gt;one essential disadvantage&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;The code&lt;/span&gt; &lt;span class="hps"&gt;will not work&lt;/span&gt; &lt;span class="hps"&gt;if the points&lt;/span&gt; &lt;span class="hps"&gt;A, B&lt;/span&gt;&lt;span&gt;, N1&lt;/span&gt; &lt;span class="hps"&gt;are collinear&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Therefore,&lt;/span&gt; &lt;span class="hps"&gt;rewrote&lt;/span&gt; &lt;span class="hps"&gt;the code using&lt;/span&gt; &lt;span class="hps"&gt;your idea.&lt;/span&gt; &lt;span class="hps"&gt;The code is&lt;/span&gt; &lt;span class="hps"&gt;simpler,&lt;/span&gt; &lt;span class="hps"&gt;and the result &lt;/span&gt;&lt;span&gt;, of course,&lt;/span&gt; &lt;span class="hps"&gt;is the same:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(LinearAlgebra):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N1:=convert(N1,Vector): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;n:=o-N1: &amp;nbsp;e:=n/simplify(Norm(n,2)):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;T:=&amp;lt;x,y,z&amp;gt;-N1:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;collect(expand(DotProduct(e,T,conjugate=false)),[x,y,z])=0; #&amp;nbsp; Equation of the plane P&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="hps"&gt;Once&lt;/span&gt; &lt;span class="hps"&gt;posted&lt;/span&gt; &lt;span class="hps"&gt;the previous message, &lt;/span&gt;&lt;span class="alt-edited"&gt;noticed&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;in&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;it&lt;/span&gt; &lt;span class="hps alt-edited"&gt;one essential disadvantage&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;The code&lt;/span&gt; &lt;span class="hps"&gt;will not work&lt;/span&gt; &lt;span class="hps"&gt;if the points&lt;/span&gt; &lt;span class="hps"&gt;A, B&lt;/span&gt;&lt;span&gt;, N1&lt;/span&gt; &lt;span class="hps"&gt;are collinear&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Therefore,&lt;/span&gt; &lt;span class="hps"&gt;rewrote&lt;/span&gt; &lt;span class="hps"&gt;the code using&lt;/span&gt; &lt;span class="hps"&gt;your idea.&lt;/span&gt; &lt;span class="hps"&gt;The code is&lt;/span&gt; &lt;span class="hps"&gt;simpler,&lt;/span&gt; &lt;span class="hps"&gt;and the result &lt;/span&gt;&lt;span&gt;, of course,&lt;/span&gt; &lt;span class="hps"&gt;is the same:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(LinearAlgebra):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N1:=convert(N1,Vector): &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;n:=o-N1: &amp;nbsp;e:=n/simplify(Norm(n,2)):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;T:=&amp;lt;x,y,z&amp;gt;-N1:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;collect(expand(DotProduct(e,T,conjugate=false)),[x,y,z])=0; #&amp;nbsp; Equation of the plane P&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>129974</guid>
      <pubDate>Mon, 23 Jan 2012 23:54:41 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>Correction</title>
      <link>http://www.mapleprimes.com/questions/129895-Equation-Of-A-Plane-3?ref=Feed:MaplePrimes:Equation of a plane (3):Comments#comment129941</link>
      <itunes:summary>&lt;p&gt;&lt;span class="hps"&gt;Your&lt;/span&gt; &lt;span class="hps"&gt;code does not work&lt;/span&gt; &lt;span class="hps"&gt;because:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;1)&lt;/span&gt; &lt;span class="hps"&gt;For the&amp;nbsp;command &lt;strong&gt;DotProduct&lt;/strong&gt; the option &lt;strong&gt;conjugate=false&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;is required.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;2) &lt;span class="hps"&gt;The system has&lt;/span&gt; &lt;span class="hps"&gt;not&lt;/span&gt; &lt;span class="hps"&gt;one but &lt;strong&gt;two&lt;/strong&gt;&lt;/span&gt; &lt;span class="hps"&gt;solutions.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;The corrected code:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;restart:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(LinearAlgebra):&amp;nbsp; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:=&amp;lt;-1,3,6&amp;gt;: B:=&amp;lt;2,2,-0&amp;gt;: N:=&amp;lt;x,y,z&amp;gt;: o:=&amp;lt;1,-1,7&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sys:={Norm(o-N,2)^2=9, DotProduct(N - o, N-A,conjugate=false) = 0, DotProduct(N - o, N-B,conjugate=false) = 0}:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sol:=[solve(Sys)]: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N1:=[seq(rhs(Sol[1,i]),i=1..3)];&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N2:=[seq(rhs(Sol[2,i]),i=1..3)];&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="hps"&gt;Your&lt;/span&gt; &lt;span class="hps"&gt;code does not work&lt;/span&gt; &lt;span class="hps"&gt;because:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;1)&lt;/span&gt; &lt;span class="hps"&gt;For the&amp;nbsp;command &lt;strong&gt;DotProduct&lt;/strong&gt; the option &lt;strong&gt;conjugate=false&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;is required.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;2) &lt;span class="hps"&gt;The system has&lt;/span&gt; &lt;span class="hps"&gt;not&lt;/span&gt; &lt;span class="hps"&gt;one but &lt;strong&gt;two&lt;/strong&gt;&lt;/span&gt; &lt;span class="hps"&gt;solutions.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;The corrected code:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;restart:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(LinearAlgebra):&amp;nbsp; &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:=&amp;lt;-1,3,6&amp;gt;: B:=&amp;lt;2,2,-0&amp;gt;: N:=&amp;lt;x,y,z&amp;gt;: o:=&amp;lt;1,-1,7&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sys:={Norm(o-N,2)^2=9, DotProduct(N - o, N-A,conjugate=false) = 0, DotProduct(N - o, N-B,conjugate=false) = 0}:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sol:=[solve(Sys)]: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N1:=[seq(rhs(Sol[1,i]),i=1..3)];&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N2:=[seq(rhs(Sol[2,i]),i=1..3)];&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>129941</guid>
      <pubDate>Sun, 22 Jan 2012 20:21:14 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
  </channel>
</rss>