<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with coordinates</title>
    <link>http://www.mapleprimes.com/tags/coordinates</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Mon, 21 May 2012 16:23:12 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 16:23:12 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with coordinates</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with coordinates</title>
      <link>http://www.mapleprimes.com/tags/coordinates</link>
    </image>
    <item>
      <title>How to define a function?</title>
      <link>http://www.mapleprimes.com/questions/133795-How-To-Define-A-Function?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;I have an equation of the plane Q: x + y + z - 1 = 0. Now i want to define a function&amp;nbsp;&lt;/p&gt;
&lt;p&gt;f:=(x,y,z)-&amp;gt;lhs(Equation(Q)):&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and i calculate the value f(1, 2, 3), but Maple understand. Plese help me.&lt;/p&gt;
&lt;p&gt;If i want to&amp;nbsp;substitute the coordinates N(a + 1, b + 2, c + 3) into the equation of the plane Q. What must i do?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have an equation of the plane Q: x + y + z - 1 = 0. Now i want to define a function&amp;nbsp;&lt;/p&gt;
&lt;p&gt;f:=(x,y,z)-&amp;gt;lhs(Equation(Q)):&amp;nbsp;&lt;/p&gt;
&lt;p&gt;and i calculate the value f(1, 2, 3), but Maple understand. Plese help me.&lt;/p&gt;
&lt;p&gt;If i want to&amp;nbsp;substitute the coordinates N(a + 1, b + 2, c + 3) into the equation of the plane Q. What must i do?&lt;/p&gt;</description>
      <guid>133795</guid>
      <pubDate>Sat, 05 May 2012 08:08:43 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>How do i transform a vector field in cartesian coordinates to a vector field in polar coordinates?</title>
      <link>http://www.mapleprimes.com/questions/133650-How-Do-I-Transform-A-Vector-Field-In?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;For example, i have the field x*&lt;span style="text-decoration: underline;"&gt;e&lt;/span&gt;&lt;sub&gt;x&lt;/sub&gt;+y*&lt;span style="text-decoration: underline;"&gt;e&lt;/span&gt;&lt;sub&gt;&lt;span style="font-size: 8px;"&gt;y&lt;/span&gt;&lt;/sub&gt;&lt;span style="font-size: 8px;"&gt;. Is there a command for transforming it into the same field with polar coordinates and polar unit vectors?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8px;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;For example, i have the field x*&lt;span style="text-decoration: underline;"&gt;e&lt;/span&gt;&lt;sub&gt;x&lt;/sub&gt;+y*&lt;span style="text-decoration: underline;"&gt;e&lt;/span&gt;&lt;sub&gt;&lt;span style="font-size: 8px;"&gt;y&lt;/span&gt;&lt;/sub&gt;&lt;span style="font-size: 8px;"&gt;. Is there a command for transforming it into the same field with polar coordinates and polar unit vectors?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8px;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>133650</guid>
      <pubDate>Wed, 02 May 2012 15:10:06 Z</pubDate>
      <itunes:author>Calon</itunes:author>
      <author>Calon</author>
    </item>
    <item>
      <title>Coordinates of a point (10)</title>
      <link>http://www.mapleprimes.com/questions/131776-Coordinates-Of-A-Point-10?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;Problem. In the plane 2*x -3*y +3*z -17 = 0, find a point M such that the sum of its distances from the poits A(3, -4, 7) and B(-5, -14, 17) will have the least value.&lt;/p&gt;
&lt;p&gt;First way.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;restart:with(geom3d):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(A,3,-4,7):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(B,-5,-14,17):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;plane(P,2*x - 3*y +3*z -17=0,[x,y,z]):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;reflection(Q,A,P):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;line(BQ,[B,Q]):&lt;/strong&gt;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Problem. In the plane 2*x -3*y +3*z -17 = 0, find a point M such that the sum of its distances from the poits A(3, -4, 7) and B(-5, -14, 17) will have the least value.&lt;/p&gt;
&lt;p&gt;First way.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;restart:with(geom3d):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(A,3,-4,7):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;point(B,-5,-14,17):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;plane(P,2*x - 3*y +3*z -17=0,[x,y,z]):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;reflection(Q,A,P):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;line(BQ,[B,Q]):&lt;/strong&gt;&lt;/p&gt;
</description>
      <guid>131776</guid>
      <pubDate>Thu, 15 Mar 2012 14:34:38 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Coordinates of a point (7)</title>
      <link>http://www.mapleprimes.com/questions/131509-Coordinates-Of-A-Point-7?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;Problem.&amp;nbsp;&lt;span class="hps"&gt;Find&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;the coordinates of&lt;/span&gt;&lt;span&gt;&amp;nbsp;the&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;point&lt;/span&gt;&lt;span&gt;&amp;nbsp;M&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;on the sphere&lt;/span&gt;&lt;strong&gt;&amp;nbsp;(S): x^2 + y^2 + z^2-2*x+4*y+2*z-3=0&lt;/strong&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;such that the distance&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;from the point&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;M&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;Problem.&amp;nbsp;&lt;span class="hps"&gt;Find&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;the coordinates of&lt;/span&gt;&lt;span&gt;&amp;nbsp;the&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;point&lt;/span&gt;&lt;span&gt;&amp;nbsp;M&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;on the sphere&lt;/span&gt;&lt;strong&gt;&amp;nbsp;(S): x^2 + y^2 + z^2-2*x+4*y+2*z-3=0&lt;/strong&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;such that the distance&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;from the point&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;M&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;</description>
      <guid>131509</guid>
      <pubDate>Wed, 07 Mar 2012 09:23:38 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Coordiantes of a point</title>
      <link>http://www.mapleprimes.com/questions/130547-Coordiantes-Of-A-Point?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;Let M(1; -1; 0) be a point, Delta: (x-2)/2 =(y+1)/(-1) = (z - 1)/1 be a line, (P): x + y + z - 2 = 0 be a plane. Find the coordinates of the point A lies on (P), knowing that the line AM perpendicular to the line Delta and distance from the point A to the line Delta equal to sqrt(33/2).&lt;/p&gt;
&lt;p&gt;This is my code&lt;/p&gt;
&lt;p&gt;&amp;nbsp;with(geom3d):&lt;/p&gt;
&lt;p&gt;point(M,1,-1,3):&lt;/p&gt;
&lt;p&gt;line(Delta,[2*t+2,-t-1,t+1],t):&lt;/p&gt;
&lt;p&gt;plane(P,x+y+z+3=0,[x,y,z]):&lt;/p&gt;
&lt;p&gt;a:=ParallelVector(Delta):</itunes:summary>
      <description>&lt;p&gt;Let M(1; -1; 0) be a point, Delta: (x-2)/2 =(y+1)/(-1) = (z - 1)/1 be a line, (P): x + y + z - 2 = 0 be a plane. Find the coordinates of the point A lies on (P), knowing that the line AM perpendicular to the line Delta and distance from the point A to the line Delta equal to sqrt(33/2).&lt;/p&gt;
&lt;p&gt;This is my code&lt;/p&gt;
&lt;p&gt;&amp;nbsp;with(geom3d):&lt;/p&gt;
&lt;p&gt;point(M,1,-1,3):&lt;/p&gt;
&lt;p&gt;line(Delta,[2*t+2,-t-1,t+1],t):&lt;/p&gt;
&lt;p&gt;plane(P,x+y+z+3=0,[x,y,z]):&lt;/p&gt;
&lt;p&gt;a:=ParallelVector(Delta):</description>
      <guid>130547</guid>
      <pubDate>Fri, 10 Feb 2012 08:06:33 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Coordinates of a point (5)</title>
      <link>http://www.mapleprimes.com/questions/130264-Coordinates-Of-A-Point-5?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;Let A(-5,-3,-3), B(0,1,-2) be two points and&lt;/p&gt;
&lt;p&gt;(d): x =&amp;nbsp;t - 3, y =&amp;nbsp;2*t, z =&amp;nbsp;t+2.&lt;/p&gt;
&lt;p&gt;Find the coordinates the point M on (d) so that the area of the triangle ABM obtain minimum value.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is my code.&lt;/p&gt;
&lt;p&gt;restart; with(LinearAlgebra):&lt;/p&gt;
&lt;p&gt;A:=: B:=: M:=:&lt;/p&gt;
&lt;p&gt;u:=A-B: v:=A-M:&lt;/p&gt;
&lt;p&gt;T:=CrossProduct(u,v):&lt;/p&gt;
&lt;p&gt;S:=minimize(1/2*Norm(T,2), location = 'true');&lt;/p&gt;
&lt;p&gt;M:=subs(op(1,op(1, S[2])),M);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Let A(-5,-3,-3), B(0,1,-2) be two points and&lt;/p&gt;
&lt;p&gt;(d): x =&amp;nbsp;t - 3, y =&amp;nbsp;2*t, z =&amp;nbsp;t+2.&lt;/p&gt;
&lt;p&gt;Find the coordinates the point M on (d) so that the area of the triangle ABM obtain minimum value.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is my code.&lt;/p&gt;
&lt;p&gt;restart; with(LinearAlgebra):&lt;/p&gt;
&lt;p&gt;A:=: B:=: M:=:&lt;/p&gt;
&lt;p&gt;u:=A-B: v:=A-M:&lt;/p&gt;
&lt;p&gt;T:=CrossProduct(u,v):&lt;/p&gt;
&lt;p&gt;S:=minimize(1/2*Norm(T,2), location = 'true');&lt;/p&gt;
&lt;p&gt;M:=subs(op(1,op(1, S[2])),M);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
      <guid>130264</guid>
      <pubDate>Thu, 02 Feb 2012 09:29:08 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Coordinates of a point (4)</title>
      <link>http://www.mapleprimes.com/questions/130263-Coordinates-Of-A-Point-4?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;Let A(-2, -1, 3), B(0, 1, 4) be two point and&lt;/p&gt;
&lt;p&gt;(d): x = -t-2, y = t+1, z = -t-1 be a line.&lt;/p&gt;
&lt;p&gt;Find coordinates point M lies on (d) so that area of the triangle ABM equal to 3*sqrt(5).&lt;/p&gt;
&lt;p&gt;This is my code&lt;/p&gt;
&lt;p&gt;restart; with(LinearAlgebra):&lt;/p&gt;
&lt;p&gt;A:=: B:=: M:=:&lt;/p&gt;
&lt;p&gt;u:=A-B: v:=A-M:&lt;/p&gt;
&lt;p&gt;T:=CrossProduct(u,v):&lt;/p&gt;
&lt;p&gt;sol:=solve(1/2*Norm(T,2)=3*sqrt(5),{t});&lt;/p&gt;
&lt;p&gt;for i from 1 to 2 do print('M'[i]=(subs(op(sol[i]), M[1]), subs(op(sol[i]), M[2]),subs(op(sol[i]), M[3]))) end do;</itunes:summary>
      <description>&lt;p&gt;Let A(-2, -1, 3), B(0, 1, 4) be two point and&lt;/p&gt;
&lt;p&gt;(d): x = -t-2, y = t+1, z = -t-1 be a line.&lt;/p&gt;
&lt;p&gt;Find coordinates point M lies on (d) so that area of the triangle ABM equal to 3*sqrt(5).&lt;/p&gt;
&lt;p&gt;This is my code&lt;/p&gt;
&lt;p&gt;restart; with(LinearAlgebra):&lt;/p&gt;
&lt;p&gt;A:=: B:=: M:=:&lt;/p&gt;
&lt;p&gt;u:=A-B: v:=A-M:&lt;/p&gt;
&lt;p&gt;T:=CrossProduct(u,v):&lt;/p&gt;
&lt;p&gt;sol:=solve(1/2*Norm(T,2)=3*sqrt(5),{t});&lt;/p&gt;
&lt;p&gt;for i from 1 to 2 do print('M'[i]=(subs(op(sol[i]), M[1]), subs(op(sol[i]), M[2]),subs(op(sol[i]), M[3]))) end do;</description>
      <guid>130263</guid>
      <pubDate>Thu, 02 Feb 2012 07:51:30 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Coordinates of a point (3)</title>
      <link>http://www.mapleprimes.com/questions/130240-Coordinates-Of-A-Point-3?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;&lt;span class="hps"&gt;Let A(1,0,0) be a point and two lines&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;d1: (x-5)/3 = (y-1)/1 = (z - 2)/2,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;d2:&amp;nbsp;(x-5)/1 = (y-1)/1 = (z - 3)/3&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;Let B and C be two point lies on d1 and d2, respectively&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;so that the&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;three&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;points&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;A, B&lt;/span&gt;, C&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span class="hps"&gt;Let A(1,0,0) be a point and two lines&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;d1: (x-5)/3 = (y-1)/1 = (z - 2)/2,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;d2:&amp;nbsp;(x-5)/1 = (y-1)/1 = (z - 3)/3&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;&lt;span class="hps"&gt;Let B and C be two point lies on d1 and d2, respectively&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;so that the&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;three&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;points&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;A, B&lt;/span&gt;, C&lt;/span&gt;</description>
      <guid>130240</guid>
      <pubDate>Wed, 01 Feb 2012 09:16:40 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>coordinates of a point (2)</title>
      <link>http://www.mapleprimes.com/questions/130148-Coordinates-Of-A-Point-2?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;pre&gt;Problem. Let A(-1,3,-2), B(-3,7,-18), C(2,-1,-3) be three points and (P):&lt;/pre&gt;
&lt;pre&gt;2*x - y +z  + 1 = 0 be a plane. Find the coordinates of the point M lies on the plane (P) so that MA^2 + 2MB^2 + 3MC^2 obtain the minimum value.&lt;/pre&gt;
&lt;pre&gt;This is my code.&lt;/pre&gt;
&lt;pre&gt;restart: with(geom3d):&lt;br&gt; A:=:  B:=:  C:=:&lt;br&gt;M:=: o:=:&lt;br&gt;eq:=solve([seq(o[i] = (A-M + 2*(B-M) + 3*(C-M))[i], i=1..3)]);&lt;br&gt;point(T, -1/6, 7/3, -43/6); # put T by my hand&lt;br&gt;plane(P,2*x - y +z  + 1 = 0,[x,y,z]):&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;Problem. Let A(-1,3,-2), B(-3,7,-18), C(2,-1,-3) be three points and (P):&lt;/pre&gt;
&lt;pre&gt;2*x - y +z  + 1 = 0 be a plane. Find the coordinates of the point M lies on the plane (P) so that MA^2 + 2MB^2 + 3MC^2 obtain the minimum value.&lt;/pre&gt;
&lt;pre&gt;This is my code.&lt;/pre&gt;
&lt;pre&gt;restart: with(geom3d):&lt;br&gt; A:=:  B:=:  C:=:&lt;br&gt;M:=: o:=:&lt;br&gt;eq:=solve([seq(o[i] = (A-M + 2*(B-M) + 3*(C-M))[i], i=1..3)]);&lt;br&gt;point(T, -1/6, 7/3, -43/6); # put T by my hand&lt;br&gt;plane(P,2*x - y +z  + 1 = 0,[x,y,z]):&lt;/pre&gt;</description>
      <guid>130148</guid>
      <pubDate>Sat, 28 Jan 2012 14:42:10 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Find coordinates of the point</title>
      <link>http://www.mapleprimes.com/questions/130133-Find-Coordinates-Of-The-Point?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;Problem. Let (P): 2x -y +2z + 9 = 0 be a plane and two points A(3,-1,2), B(1,-5,0). Find coordinates of the point M lies on (P) such that scalar product of two vectors MA and MB&amp;nbsp;obtain &amp;nbsp;&lt;span&gt;the minimum value.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Problem. Let (P): 2x -y +2z + 9 = 0 be a plane and two points A(3,-1,2), B(1,-5,0). Find coordinates of the point M lies on (P) such that scalar product of two vectors MA and MB&amp;nbsp;obtain &amp;nbsp;&lt;span&gt;the minimum value.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
      <guid>130133</guid>
      <pubDate>Sat, 28 Jan 2012 08:54:56 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>orthocenter of the triangle</title>
      <link>http://www.mapleprimes.com/questions/129799-Orthocenter-Of-The-Triangle?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;I wrote a program in order to find coordinates&amp;nbsp;orthocenter of the triangle. Please comment for me. This is my code:&lt;/p&gt;
&lt;p&gt;restart;&lt;/p&gt;
&lt;p&gt;with(geom3d);&lt;/p&gt;
&lt;p&gt;point(A,1,-3,0);&lt;/p&gt;
&lt;p&gt;point(B,-2,1,1);&lt;/p&gt;
&lt;p&gt;point(C,3,1,2);&lt;/p&gt;
&lt;p&gt;line(AB,[A,B],t);&lt;/p&gt;
&lt;p&gt;line(BC,[B,C],t);&lt;/p&gt;
&lt;p&gt;ab:=ParallelVector(AB);&amp;nbsp;&lt;/p&gt;
&lt;p&gt;bc:=ParallelVector(BC);&lt;/p&gt;
&lt;p&gt;eq1:=Equation(plane(P,[C,ab],[x,y,z]));&lt;/p&gt;
&lt;p&gt;eq2:=Equation(plane(Q,[A,bc],[x,y,z]));&lt;/p&gt;
&lt;p&gt;eq3:=Equation(plane(ABC,[A,B,C],[x,y,z]));</itunes:summary>
      <description>&lt;p&gt;I wrote a program in order to find coordinates&amp;nbsp;orthocenter of the triangle. Please comment for me. This is my code:&lt;/p&gt;
&lt;p&gt;restart;&lt;/p&gt;
&lt;p&gt;with(geom3d);&lt;/p&gt;
&lt;p&gt;point(A,1,-3,0);&lt;/p&gt;
&lt;p&gt;point(B,-2,1,1);&lt;/p&gt;
&lt;p&gt;point(C,3,1,2);&lt;/p&gt;
&lt;p&gt;line(AB,[A,B],t);&lt;/p&gt;
&lt;p&gt;line(BC,[B,C],t);&lt;/p&gt;
&lt;p&gt;ab:=ParallelVector(AB);&amp;nbsp;&lt;/p&gt;
&lt;p&gt;bc:=ParallelVector(BC);&lt;/p&gt;
&lt;p&gt;eq1:=Equation(plane(P,[C,ab],[x,y,z]));&lt;/p&gt;
&lt;p&gt;eq2:=Equation(plane(Q,[A,bc],[x,y,z]));&lt;/p&gt;
&lt;p&gt;eq3:=Equation(plane(ABC,[A,B,C],[x,y,z]));</description>
      <guid>129799</guid>
      <pubDate>Thu, 19 Jan 2012 07:45:50 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>How do i solve drawing a polar coordinates function?</title>
      <link>http://www.mapleprimes.com/questions/128876-How-Do-I-Solve-Drawing-A-Polar-Coordinates?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;Hi guys&lt;/p&gt;
&lt;p&gt;i have a problem to drawing this function &lt;/p&gt;
&lt;p&gt;problem is F(r,theta)=sin(6r) /6r&amp;nbsp;&amp;nbsp; IF r is not 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; and F(r,theta)=1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF r is 0&lt;/p&gt;
&lt;p&gt;Thanks for your helps&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi guys&lt;/p&gt;
&lt;p&gt;i have a problem to drawing this function &lt;/p&gt;
&lt;p&gt;problem is F(r,theta)=sin(6r) /6r&amp;nbsp;&amp;nbsp; IF r is not 0&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; and F(r,theta)=1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF r is 0&lt;/p&gt;
&lt;p&gt;Thanks for your helps&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>128876</guid>
      <pubDate>Fri, 16 Dec 2011 17:28:50 Z</pubDate>
      <itunes:author>englanderghost</itunes:author>
      <author>englanderghost</author>
    </item>
    <item>
      <title>how to change coordinate system for this equation ?</title>
      <link>http://www.mapleprimes.com/questions/128373-How-To-Change-Coordinate-System-For?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;how to change coordinate system?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;for example :&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=bc29ccfd8e78cd7d9ab0d453b595a87a.gif" alt="diff(f(x, y), x)"&gt;&amp;nbsp; &amp;nbsp;= &amp;nbsp;&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=c43a5ca2705f7e828280a6d6a09c9992.gif" alt="(diff(f(r, theta), r))*cos(theta)-(diff(f(r, theta), theta))*sin(theta)/r"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thx;&lt;/p&gt;
&lt;p&gt;aryan.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;</itunes:summary>
      <description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;how to change coordinate system?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;for example :&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=bc29ccfd8e78cd7d9ab0d453b595a87a.gif" alt="diff(f(x, y), x)"&gt;&amp;nbsp; &amp;nbsp;= &amp;nbsp;&amp;nbsp;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=c43a5ca2705f7e828280a6d6a09c9992.gif" alt="(diff(f(r, theta), r))*cos(theta)-(diff(f(r, theta), theta))*sin(theta)/r"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thx;&lt;/p&gt;
&lt;p&gt;aryan.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;</description>
      <guid>128373</guid>
      <pubDate>Sun, 04 Dec 2011 21:07:36 Z</pubDate>
      <itunes:author>aryan_ams</itunes:author>
      <author>aryan_ams</author>
    </item>
    <item>
      <title>Polarplot with error bars</title>
      <link>http://www.mapleprimes.com/questions/127480-Polarplot-With-Error-Bars?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;I've been trying to find a way to plot error bars in a polar coordinate system. Using ErrorPlot i can display my data with error bars in cartesian coordinates but the usual option 'coords=polar' doesn't seem to be followed. Perversely, the option 'axiscoordinates=polar' does work in ErrorPlot, so i just get a cartesian plot of my data sitting on top of a polar axis. Is there a way to plot my data with errors in a polar basis?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I've been trying to find a way to plot error bars in a polar coordinate system. Using ErrorPlot i can display my data with error bars in cartesian coordinates but the usual option 'coords=polar' doesn't seem to be followed. Perversely, the option 'axiscoordinates=polar' does work in ErrorPlot, so i just get a cartesian plot of my data sitting on top of a polar axis. Is there a way to plot my data with errors in a polar basis?&lt;/p&gt;</description>
      <guid>127480</guid>
      <pubDate>Mon, 07 Nov 2011 15:53:22 Z</pubDate>
      <itunes:author>11Quanta</itunes:author>
      <author>11Quanta</author>
    </item>
    <item>
      <title>Plotting coordinates in maple</title>
      <link>http://www.mapleprimes.com/questions/125658-Plotting-Coordinates-In-Maple?ref=Feed:MaplePrimes:Tagged With coordinates</link>
      <itunes:summary>&lt;p&gt;&lt;img src="http://img.photobucket.com/albums/v327/emoe/ScreenShot2011-09-15at24641PM.png" alt="Teleh" width="718" height="380"&gt;&lt;/p&gt;
&lt;p&gt;This is the frame of the bike rear suspension i'm trying to calculate. Here is my maple sheet.&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=125658/421006/Maple-start.mw"&gt;Download Maple-start.mw&lt;/a&gt;&amp;nbsp;&lt;a href="/view.aspx?sf=125658/421006/Maple-start.mw"&gt;Maple-start.mw&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What i'm trying to achieve is a plot that would look a little like this:</itunes:summary>
      <description>&lt;p&gt;&lt;img src="http://img.photobucket.com/albums/v327/emoe/ScreenShot2011-09-15at24641PM.png" alt="Teleh" width="718" height="380"&gt;&lt;/p&gt;
&lt;p&gt;This is the frame of the bike rear suspension i'm trying to calculate. Here is my maple sheet.&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=125658/421006/Maple-start.mw"&gt;Download Maple-start.mw&lt;/a&gt;&amp;nbsp;&lt;a href="/view.aspx?sf=125658/421006/Maple-start.mw"&gt;Maple-start.mw&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What i'm trying to achieve is a plot that would look a little like this:</description>
      <guid>125658</guid>
      <pubDate>Thu, 15 Sep 2011 12:55:09 Z</pubDate>
      <itunes:author>jpijnenburg</itunes:author>
      <author>jpijnenburg</author>
    </item>
  </channel>
</rss>
