<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Newest Questions</title>
    <link>http://www.mapleprimes.com/questions</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 17 May 2012 09:21:48 GMT</lastBuildDate>
    <pubDate>Thu, 17 May 2012 09:21:48 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The questions most recently asked on MaplePrimes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Newest Questions</title>
      <link>http://www.mapleprimes.com/questions</link>
    </image>
    <item>
      <title>How to find the intersection of two graphs, x,y axes are list</title>
      <link>http://www.mapleprimes.com/questions/134299-How-To-Find-The-Intersection-Of-Two?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=157403_1337218074/q3.mw"&gt;q3.mw&lt;/a&gt;&lt;br&gt;Hi!&lt;/p&gt;
&lt;p&gt;I have a problem:&lt;/p&gt;
&lt;p&gt;Graph a (in blue) and&amp;nbsp;graph&amp;nbsp;c (in red) are plotted, the value of ax,ay and cx, cy are in list.&lt;/p&gt;
&lt;p&gt;program as follows:(also in file q3.mw)&lt;/p&gt;
&lt;p&gt;with(plots); ax := [13300, 17400, 12500, 20300, 12100, 22100, 11800, 23100, 11600, 23800, 11400, 24300, 11300, 24700, 11200, 25100]; ay := [.2, .2, .3, .3, .4, .4, .5, .5, .6, .6, .7, .7, .8, .8, .9, .9]; cx := [17700,...</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=157403_1337218074/q3.mw"&gt;q3.mw&lt;/a&gt;&lt;br&gt;Hi!&lt;/p&gt;
&lt;p&gt;I have a problem:&lt;/p&gt;
&lt;p&gt;Graph a (in blue) and&amp;nbsp;graph&amp;nbsp;c (in red) are plotted, the value of ax,ay and cx, cy are in list.&lt;/p&gt;
&lt;p&gt;program as follows:(also in file q3.mw)&lt;/p&gt;
&lt;p&gt;with(plots); ax := [13300, 17400, 12500, 20300, 12100, 22100, 11800, 23100, 11600, 23800, 11400, 24300, 11300, 24700, 11200, 25100]; ay := [.2, .2, .3, .3, .4, .4, .5, .5, .6, .6, .7, .7, .8, .8, .9, .9]; cx := [17700,...</description>
      <guid>134299</guid>
      <pubDate>Thu, 17 May 2012 01:45:52 Z</pubDate>
      <itunes:author>xiao2788</itunes:author>
      <author>xiao2788</author>
    </item>
    <item>
      <title>problems with assume</title>
      <link>http://www.mapleprimes.com/questions/134297-Problems-With-Assume?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;Dear Maple Users,&lt;/p&gt;
&lt;p&gt;I'm solving quite a complicated task, so I tried to simplified an example.&lt;br&gt;&lt;br&gt;There is an equation:&lt;/p&gt;
&lt;p&gt;SOL := fsolve(Nz+int(int(StrssCctXY(x, y), x = -(1/2)*b .. (1/2)*b), y = -(1/2)*h .. (1/2)*h) = 0, {C1 = -(1/2)*h .. (1/2)*h})&lt;/p&gt;
&lt;p&gt;&amp;nbsp;StrssCctXY(x,y) is piecewise function containing C1 variable, to solve an equation I had to use assumptions on C1 via assume(C1&amp;lt;num1, C1&amp;gt;-num2) command, after that C1 becomes C1~;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;</itunes:summary>
      <description>&lt;p&gt;Dear Maple Users,&lt;/p&gt;
&lt;p&gt;I'm solving quite a complicated task, so I tried to simplified an example.&lt;br&gt;&lt;br&gt;There is an equation:&lt;/p&gt;
&lt;p&gt;SOL := fsolve(Nz+int(int(StrssCctXY(x, y), x = -(1/2)*b .. (1/2)*b), y = -(1/2)*h .. (1/2)*h) = 0, {C1 = -(1/2)*h .. (1/2)*h})&lt;/p&gt;
&lt;p&gt;&amp;nbsp;StrssCctXY(x,y) is piecewise function containing C1 variable, to solve an equation I had to use assumptions on C1 via assume(C1&amp;lt;num1, C1&amp;gt;-num2) command, after that C1 becomes C1~;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;</description>
      <guid>134297</guid>
      <pubDate>Wed, 16 May 2012 23:06:16 Z</pubDate>
      <itunes:author>Denis</itunes:author>
      <author>Denis</author>
    </item>
    <item>
      <title>over defined problem</title>
      <link>http://www.mapleprimes.com/questions/134290-Over-Defined-Problem?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;Have to solve and ODE in the domain of [-infnity +infinity ] via specific analytical method but due to some restrictions it could not be solved. In order to solve it, I have separated the domain into [-infinity 0 ] and [0 infinity]. So, I have to add some boundary values at x=0 to the problem. Assuming the solution of the mentioned ODE in &amp;nbsp;[-infinity 0 ] is g(x) and in [0 infinity]&amp;nbsp; is f(x), I added the boundary values of f(0)=g(0)=a and f ' (0)=b and obtained f(x...</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;Have to solve and ODE in the domain of [-infnity +infinity ] via specific analytical method but due to some restrictions it could not be solved. In order to solve it, I have separated the domain into [-infinity 0 ] and [0 infinity]. So, I have to add some boundary values at x=0 to the problem. Assuming the solution of the mentioned ODE in &amp;nbsp;[-infinity 0 ] is g(x) and in [0 infinity]&amp;nbsp; is f(x), I added the boundary values of f(0)=g(0)=a and f ' (0)=b and obtained f(x...</description>
      <guid>134290</guid>
      <pubDate>Wed, 16 May 2012 20:02:29 Z</pubDate>
      <itunes:author>farazhedayati</itunes:author>
      <author>farazhedayati</author>
    </item>
    <item>
      <title>best way to visualize a mapping</title>
      <link>http://www.mapleprimes.com/questions/134271-Best-Way-To-Visualize-A-Mapping?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;hi. i sometimes want to see how a subset A of the complex plane behaves under a certain mapping f. i plot A in red and f(A) in blue into the same plot. no problem so far.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but i also want to see how certain points are mapped to better understand the mapping. in some old maple version (like 5) i hacked that in by running through the plot structure and add green lines from z to f(z) for like every 10th entry to the plot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;now in maple...</itunes:summary>
      <description>&lt;p&gt;hi. i sometimes want to see how a subset A of the complex plane behaves under a certain mapping f. i plot A in red and f(A) in blue into the same plot. no problem so far.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but i also want to see how certain points are mapped to better understand the mapping. in some old maple version (like 5) i hacked that in by running through the plot structure and add green lines from z to f(z) for like every 10th entry to the plot.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;now in maple...</description>
      <guid>134271</guid>
      <pubDate>Wed, 16 May 2012 11:06:34 Z</pubDate>
      <itunes:author>pgr</itunes:author>
      <author>pgr</author>
    </item>
    <item>
      <title>plotting the complex plane</title>
      <link>http://www.mapleprimes.com/questions/134269-Plotting-The-Complex-Plane?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;hi. i am regularly plotting subsets of the complex plane. but i have not figured out yet how i can have the vertical axis labeled with i, 2i, 3i, ... instead of 1, 2, 3, ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how do i do it?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;hi. i am regularly plotting subsets of the complex plane. but i have not figured out yet how i can have the vertical axis labeled with i, 2i, 3i, ... instead of 1, 2, 3, ...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;how do i do it?&lt;/p&gt;</description>
      <guid>134269</guid>
      <pubDate>Wed, 16 May 2012 10:56:38 Z</pubDate>
      <itunes:author>pgr</itunes:author>
      <author>pgr</author>
    </item>
    <item>
      <title>why this error happen and disappear in a same Proc?</title>
      <link>http://www.mapleprimes.com/questions/134264-Why-This-Error-Happen-And-Disappear?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;this error message hapened,but&amp;nbsp; i try process agin ,this erro disappeared, the proce is perfect, but&amp;nbsp; then it appear agin. is this a bug?&amp;nbsp; i use maple 16.&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; with(plots);&lt;br&gt;&amp;gt; with(DEtools);&lt;br&gt;&amp;gt; pendulums := proc (L, angle, velocity, a, b, n) local i, deq, X, Y, inits, slnnf, ACF1, ACF2, ACF3, ACF4; deq := L*(diff(theta(t), `$`(t, 2)))+(diff(X(t), `$`(t, 2)))*cos(theta(t))+(diff(Y(t), `$`(t, 2))+9.81)*sin(theta(t)) = 0; inits := {theta(0...</itunes:summary>
      <description>&lt;p&gt;this error message hapened,but&amp;nbsp; i try process agin ,this erro disappeared, the proce is perfect, but&amp;nbsp; then it appear agin. is this a bug?&amp;nbsp; i use maple 16.&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; with(plots);&lt;br&gt;&amp;gt; with(DEtools);&lt;br&gt;&amp;gt; pendulums := proc (L, angle, velocity, a, b, n) local i, deq, X, Y, inits, slnnf, ACF1, ACF2, ACF3, ACF4; deq := L*(diff(theta(t), `$`(t, 2)))+(diff(X(t), `$`(t, 2)))*cos(theta(t))+(diff(Y(t), `$`(t, 2))+9.81)*sin(theta(t)) = 0; inits := {theta(0...</description>
      <guid>134264</guid>
      <pubDate>Wed, 16 May 2012 07:44:53 Z</pubDate>
      <itunes:author>ZhuWeihong</itunes:author>
      <author>ZhuWeihong</author>
    </item>
    <item>
      <title>Unbelievable Maple 15.00 bug ???</title>
      <link>http://www.mapleprimes.com/questions/134250-Unbelievable-Maple-1500-Bug-?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;I think I have come across with what it looks like a very basic bug using the member function. I get the error message: "Error, cannot determine if this expression is true or false: (3) &amp;lt; 100"&amp;nbsp; after the execution of the last line to the next code:&lt;/p&gt;
&lt;p&gt;&amp;gt;Test:=Array(1..3,[1,2,3]);&lt;br&gt;&amp;gt;member(3,Test,'l');&lt;br&gt;&amp;gt;if l&amp;lt;100 then print("yes"); end if;&lt;/p&gt;
&lt;p&gt;am I doing something wrong ?? I even checked the type of the variable 'l' and it is indeed an integer...</itunes:summary>
      <description>&lt;p&gt;I think I have come across with what it looks like a very basic bug using the member function. I get the error message: "Error, cannot determine if this expression is true or false: (3) &amp;lt; 100"&amp;nbsp; after the execution of the last line to the next code:&lt;/p&gt;
&lt;p&gt;&amp;gt;Test:=Array(1..3,[1,2,3]);&lt;br&gt;&amp;gt;member(3,Test,'l');&lt;br&gt;&amp;gt;if l&amp;lt;100 then print("yes"); end if;&lt;/p&gt;
&lt;p&gt;am I doing something wrong ?? I even checked the type of the variable 'l' and it is indeed an integer...</description>
      <guid>134250</guid>
      <pubDate>Tue, 15 May 2012 20:45:14 Z</pubDate>
      <itunes:author>luigidavinci</itunes:author>
      <author>luigidavinci</author>
    </item>
    <item>
      <title>Objects in Maple 16</title>
      <link>http://www.mapleprimes.com/questions/134233-Objects-In-Maple-16?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;(1) Does ModuleCopy, when automatically called from Object,&amp;nbsp; really get the a shallow copy of the object&lt;/p&gt;
&lt;p&gt;as the first parameter in its parameter list? See below, which is copied directly from &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=object,create'&gt;?object,create&lt;/a&gt;. The&lt;/p&gt;
&lt;p&gt;ModuleCopy has first argument new::Dollar but ModuleApply only passes its two arguments not three. I&lt;/p&gt;
&lt;p&gt;couldn't find a reference to this feature in the docs.</itunes:summary>
      <description>&lt;p&gt;(1) Does ModuleCopy, when automatically called from Object,&amp;nbsp; really get the a shallow copy of the object&lt;/p&gt;
&lt;p&gt;as the first parameter in its parameter list? See below, which is copied directly from &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=object,create'&gt;?object,create&lt;/a&gt;. The&lt;/p&gt;
&lt;p&gt;ModuleCopy has first argument new::Dollar but ModuleApply only passes its two arguments not three. I&lt;/p&gt;
&lt;p&gt;couldn't find a reference to this feature in the docs.</description>
      <guid>134233</guid>
      <pubDate>Tue, 15 May 2012 16:08:19 Z</pubDate>
      <itunes:author>gwpatrick</itunes:author>
      <author>gwpatrick</author>
    </item>
    <item>
      <title>different answeres for a unit code !!!</title>
      <link>http://www.mapleprimes.com/questions/134225-Different-Answeres-For-A-Unit-Code-?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;hey&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have wired problems with maple !!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I run a code twice, I get 2 different answers !!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have uploaded the code ! just run it twicw and see the numerical values of alpha and beta at the end ! &lt;a href="/ViewTemp.ashx?f=159023_1337074590/new_idea_gf.mw"&gt;new_idea_gf.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;hey&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have wired problems with maple !!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I run a code twice, I get 2 different answers !!!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have uploaded the code ! just run it twicw and see the numerical values of alpha and beta at the end ! &lt;a href="/ViewTemp.ashx?f=159023_1337074590/new_idea_gf.mw"&gt;new_idea_gf.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>134225</guid>
      <pubDate>Tue, 15 May 2012 09:42:16 Z</pubDate>
      <itunes:author>farazhedayati</itunes:author>
      <author>farazhedayati</author>
    </item>
    <item>
      <title>How do I switch an unknown which was previously set?</title>
      <link>http://www.mapleprimes.com/questions/134217-How-Do-I-Switch-An-Unknown-Which-Was?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;pre&gt;In the final line, my output is in the form of tau-c*z. How do I switch the tau-c*z back to&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;zeta, because I want to integrate T with respect to zeta.&lt;/pre&gt;
&lt;pre&gt;Thank you. &lt;/pre&gt;
&lt;pre&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; with(plots); &lt;br&gt;&amp;gt; U := V(zeta)*exp(I*(k*tau-w*z));&lt;br&gt;&amp;gt; zeta := tau-c*z; &lt;br&gt;&amp;gt; Uz := diff(U, z);&lt;br&gt;&amp;gt; Utau := diff(U, tau);&lt;br&gt;&amp;gt; Utautau := diff(Utau, tau);&lt;br&gt;&amp;gt; P := convert(U, trig);&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; A := abs(P)^2;&lt;br&gt;&amp;gt; B := evalc(A);&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;In the final line, my output is in the form of tau-c*z. How do I switch the tau-c*z back to&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;zeta, because I want to integrate T with respect to zeta.&lt;/pre&gt;
&lt;pre&gt;Thank you. &lt;/pre&gt;
&lt;pre&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; with(plots); &lt;br&gt;&amp;gt; U := V(zeta)*exp(I*(k*tau-w*z));&lt;br&gt;&amp;gt; zeta := tau-c*z; &lt;br&gt;&amp;gt; Uz := diff(U, z);&lt;br&gt;&amp;gt; Utau := diff(U, tau);&lt;br&gt;&amp;gt; Utautau := diff(Utau, tau);&lt;br&gt;&amp;gt; P := convert(U, trig);&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; A := abs(P)^2;&lt;br&gt;&amp;gt; B := evalc(A);&lt;/pre&gt;</description>
      <guid>134217</guid>
      <pubDate>Tue, 15 May 2012 06:04:26 Z</pubDate>
      <itunes:author>wdarrel</itunes:author>
      <author>wdarrel</author>
    </item>
    <item>
      <title>fsolve is not working</title>
      <link>http://www.mapleprimes.com/questions/134213-Fsolve-Is-Not-Working?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;When I used Maple to solve 3 constants in 3 integral equations, fsolve cannot give me the numerial solutions. It copied the equations and showed me&amp;nbsp;&lt;span&gt;&amp;ldquo;fsolve（......）&amp;rdquo;. But if I change the positions of 2terms in the equations (for example a+b is rewritten as b+a), fsolve can give me the numerical solutions for the 3 constants.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In most cases, I donot know the right order and it cannot give me the results. So what is the problem?...&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;When I used Maple to solve 3 constants in 3 integral equations, fsolve cannot give me the numerial solutions. It copied the equations and showed me&amp;nbsp;&lt;span&gt;&amp;ldquo;fsolve（......）&amp;rdquo;. But if I change the positions of 2terms in the equations (for example a+b is rewritten as b+a), fsolve can give me the numerical solutions for the 3 constants.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In most cases, I donot know the right order and it cannot give me the results. So what is the problem?...&lt;/span&gt;</description>
      <guid>134213</guid>
      <pubDate>Tue, 15 May 2012 03:34:46 Z</pubDate>
      <itunes:author>bjxtju</itunes:author>
      <author>bjxtju</author>
    </item>
    <item>
      <title>Search in a Matrix</title>
      <link>http://www.mapleprimes.com/questions/134203-Search-In-A-Matrix?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;I'm using Linearalgebra and suppose I have a 10x10 matrix. I want to find the closest element in each column of the matrix to 100. Any idea how to do it?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I'm using Linearalgebra and suppose I have a 10x10 matrix. I want to find the closest element in each column of the matrix to 100. Any idea how to do it?&lt;/p&gt;</description>
      <guid>134203</guid>
      <pubDate>Mon, 14 May 2012 22:05:43 Z</pubDate>
      <itunes:author>hsadeghi</itunes:author>
      <author>hsadeghi</author>
    </item>
    <item>
      <title>Wrong Killing vectors using DifferentialGeometry:-Tensor package</title>
      <link>http://www.mapleprimes.com/questions/134179-Wrong-Killing-Vectors-Using-DifferentialGeometryTensor?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;I need to find the Killing vectors of a metric.&lt;/p&gt;
&lt;p&gt;I initiate the session as&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; with(DifferentialGeometry); with(Tensor); with(LieAlgebras);&lt;br&gt;&amp;gt; DGsetup([t, r, z, phi], M);&lt;/p&gt;
&lt;p&gt;and enter my metric as&lt;/p&gt;
&lt;p&gt;&lt;br&gt;M &amp;gt; g1 := evalDG(-dt &amp;amp;t dt ...);&lt;/p&gt;
&lt;p&gt;I do not have an unknown function in my metric but I have two free parameters (e.g. a and b).&lt;/p&gt;
&lt;p&gt;I use&lt;/p&gt;
&lt;p&gt;M &amp;gt; K1 := KillingVectors(g1, parameters = [a, b]);&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;I need to find the Killing vectors of a metric.&lt;/p&gt;
&lt;p&gt;I initiate the session as&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br&gt;&amp;gt; with(DifferentialGeometry); with(Tensor); with(LieAlgebras);&lt;br&gt;&amp;gt; DGsetup([t, r, z, phi], M);&lt;/p&gt;
&lt;p&gt;and enter my metric as&lt;/p&gt;
&lt;p&gt;&lt;br&gt;M &amp;gt; g1 := evalDG(-dt &amp;amp;t dt ...);&lt;/p&gt;
&lt;p&gt;I do not have an unknown function in my metric but I have two free parameters (e.g. a and b).&lt;/p&gt;
&lt;p&gt;I use&lt;/p&gt;
&lt;p&gt;M &amp;gt; K1 := KillingVectors(g1, parameters = [a, b]);&lt;/p&gt;
</description>
      <guid>134179</guid>
      <pubDate>Mon, 14 May 2012 10:42:25 Z</pubDate>
      <itunes:author>cosmicstring</itunes:author>
      <author>cosmicstring</author>
    </item>
    <item>
      <title>décomposition of partition Sub-Set</title>
      <link>http://www.mapleprimes.com/questions/134176-Dcomposition-Of-Partition-SubSet?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;&lt;span&gt;hi&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;if I have two&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;partition&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;Pi&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;and&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps atn"&gt;Pi '&lt;/span&gt;&lt;span&gt;I&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;want to know&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;the decomposition of&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;Pi'&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;span&gt;hi&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="hps"&gt;if I have two&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;partition&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;Pi&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;and&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps atn"&gt;Pi '&lt;/span&gt;&lt;span&gt;I&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;want to know&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;the decomposition of&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;Pi'&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;</description>
      <guid>134176</guid>
      <pubDate>Mon, 14 May 2012 09:48:30 Z</pubDate>
      <itunes:author>chouria ali</itunes:author>
      <author>chouria ali</author>
    </item>
    <item>
      <title>solving a simple question (motion of a planet around a fixed star)</title>
      <link>http://www.mapleprimes.com/questions/134172-Solving-A-Simple-Question-motion-Of?ref=Feed:MaplePrimes:New Questions</link>
      <itunes:summary>&lt;p&gt;Investigate the motion of a planet around a (fixed) star.&lt;/p&gt;
&lt;p&gt;make 3D simulation&lt;/p&gt;
&lt;p&gt;investigate the orbitals for diffrent initial conditions. Details and parameters&lt;/p&gt;
&lt;p&gt;Help me,Plaese&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Investigate the motion of a planet around a (fixed) star.&lt;/p&gt;
&lt;p&gt;make 3D simulation&lt;/p&gt;
&lt;p&gt;investigate the orbitals for diffrent initial conditions. Details and parameters&lt;/p&gt;
&lt;p&gt;Help me,Plaese&lt;/p&gt;</description>
      <guid>134172</guid>
      <pubDate>Mon, 14 May 2012 07:47:32 Z</pubDate>
      <itunes:author>MinseoKim</itunes:author>
      <author>MinseoKim</author>
    </item>
  </channel>
</rss>
