<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with maple</title>
    <link>http://www.mapleprimes.com/tags/maple</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 19:18:38 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 19:18:38 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with maple</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with maple</title>
      <link>http://www.mapleprimes.com/tags/maple</link>
    </image>
    <item>
      <title>plotsetup and if statements</title>
      <link>http://www.mapleprimes.com/questions/134346-Plotsetup-And-If-Statements?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I have Problem with the Maple command plotsetup, it does not seem to work within an if-statement.&lt;/p&gt;
&lt;p&gt;What i would like to do is this:&lt;/p&gt;
&lt;p&gt;1. Make a matrix with 0 or 1 as enteries&lt;/p&gt;
&lt;p&gt;2. convert this matrix into a list where the 1's are points. (So the Matrix entery Matrix[1][1]:=1 would give the listvector:=[1,1]&lt;/p&gt;
&lt;p&gt;3. plot these vectors as graphs and store them with the help of plotsetup&lt;/p&gt;
&lt;p&gt;4. changing the matrix and rinse and repet 2,3,4 until satisfied</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I have Problem with the Maple command plotsetup, it does not seem to work within an if-statement.&lt;/p&gt;
&lt;p&gt;What i would like to do is this:&lt;/p&gt;
&lt;p&gt;1. Make a matrix with 0 or 1 as enteries&lt;/p&gt;
&lt;p&gt;2. convert this matrix into a list where the 1's are points. (So the Matrix entery Matrix[1][1]:=1 would give the listvector:=[1,1]&lt;/p&gt;
&lt;p&gt;3. plot these vectors as graphs and store them with the help of plotsetup&lt;/p&gt;
&lt;p&gt;4. changing the matrix and rinse and repet 2,3,4 until satisfied</description>
      <guid>134346</guid>
      <pubDate>Fri, 18 May 2012 13:48:08 Z</pubDate>
      <itunes:author>ce5</itunes:author>
      <author>ce5</author>
    </item>
    <item>
      <title>Warning, solutions may have been lost (integral equation problem)</title>
      <link>http://www.mapleprimes.com/questions/134333-Warning-Solutions-May-Have-Been-Lost-integral-Equation-Problem?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Dear Primers&lt;/p&gt;
&lt;p&gt;I have an integral equation of the form below:&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=fe60f9fb31ab852b9b3f2ebf5901b987.gif" alt="exp(-(1/2)*(x-u0)^2/s0^2)-sqrt(Pi)*(int(f(y)*exp(-(1/2)*(y*u1-x)^2/ys1^2)/(sqrt(Pi)*ys1), y = 0 .. infinity)) = 0"&gt;;&lt;/p&gt;
&lt;p&gt;In this equation, u0,u1, s1, s2 are konwn constants and f(y)&amp;nbsp;is a function&amp;nbsp;with&amp;nbsp;a certain&amp;nbsp;exact form. I want to get the&amp;nbsp;&lt;span&gt;analytical solution &lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;Dear Primers&lt;/p&gt;
&lt;p&gt;I have an integral equation of the form below:&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=fe60f9fb31ab852b9b3f2ebf5901b987.gif" alt="exp(-(1/2)*(x-u0)^2/s0^2)-sqrt(Pi)*(int(f(y)*exp(-(1/2)*(y*u1-x)^2/ys1^2)/(sqrt(Pi)*ys1), y = 0 .. infinity)) = 0"&gt;;&lt;/p&gt;
&lt;p&gt;In this equation, u0,u1, s1, s2 are konwn constants and f(y)&amp;nbsp;is a function&amp;nbsp;with&amp;nbsp;a certain&amp;nbsp;exact form. I want to get the&amp;nbsp;&lt;span&gt;analytical solution &lt;/span&gt;</description>
      <guid>134333</guid>
      <pubDate>Fri, 18 May 2012 02:21:19 Z</pubDate>
      <itunes:author>lifei8149</itunes:author>
      <author>lifei8149</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:Tagged With maple</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>Simplifying with absolute value</title>
      <link>http://www.mapleprimes.com/questions/134145-Simplifying-With-Absolute-Value?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;I'm working with some rather complicated sums involving absolute value, I'd like convert the sum into a piecewise defined function. For example&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;I'm working with some rather complicated sums involving absolute value, I'd like convert the sum into a piecewise defined function. For example&lt;/p&gt;
&lt;p&gt;</description>
      <guid>134145</guid>
      <pubDate>Sun, 13 May 2012 17:22:28 Z</pubDate>
      <itunes:author>SpacedOut</itunes:author>
      <author>SpacedOut</author>
    </item>
    <item>
      <title>Finite series contradictory results</title>
      <link>http://www.mapleprimes.com/questions/134095-Finite-Series-Contradictory-Results?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Attached are results I obtained in MAPLE 12.&amp;nbsp; Can anyone explain the contradiction?&lt;/p&gt;
&lt;p&gt;In short, if I sum from n = 0 to some integer I get a FALSE when testing the equality, which is what I would EXPECT.&amp;nbsp; However, if I change the integer to a variable to represent that integer such as m--&amp;gt; the result is TRUE?&lt;/p&gt;
&lt;p&gt;Note the change in the variable of beta to alpha inside the series expression within the parentheses.&lt;/p&gt;
&lt;p&gt;regards &lt;br&gt; &lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Attached are results I obtained in MAPLE 12.&amp;nbsp; Can anyone explain the contradiction?&lt;/p&gt;
&lt;p&gt;In short, if I sum from n = 0 to some integer I get a FALSE when testing the equality, which is what I would EXPECT.&amp;nbsp; However, if I change the integer to a variable to represent that integer such as m--&amp;gt; the result is TRUE?&lt;/p&gt;
&lt;p&gt;Note the change in the variable of beta to alpha inside the series expression within the parentheses.&lt;/p&gt;
&lt;p&gt;regards &lt;br&gt; &lt;/p&gt;
</description>
      <guid>134095</guid>
      <pubDate>Sat, 12 May 2012 00:07:10 Z</pubDate>
      <itunes:author>tsunamiBTP</itunes:author>
      <author>tsunamiBTP</author>
    </item>
    <item>
      <title>Question about "subs"</title>
      <link>http://www.mapleprimes.com/questions/134074-Question-About-subs?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a problem with "subs" command in maple. When I use it the outcome does not show only the final result. It shows the (middle operations=final result).&lt;/p&gt;
&lt;p&gt;For example, suppose that v(t)=x^2+1 is a function obtained from some calculations and L:=h*u(t). WhenI use: f:=subs(u(t)=v(t),L); it shows: h*u(t)=h*v(t)=h*(x^2+1). I want to show only the final results: h*(x^2+1). It make a problem in my next calculation in solving some differential equations.&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a problem with "subs" command in maple. When I use it the outcome does not show only the final result. It shows the (middle operations=final result).&lt;/p&gt;
&lt;p&gt;For example, suppose that v(t)=x^2+1 is a function obtained from some calculations and L:=h*u(t). WhenI use: f:=subs(u(t)=v(t),L); it shows: h*u(t)=h*v(t)=h*(x^2+1). I want to show only the final results: h*(x^2+1). It make a problem in my next calculation in solving some differential equations.&lt;/p&gt;
</description>
      <guid>134074</guid>
      <pubDate>Fri, 11 May 2012 08:30:35 Z</pubDate>
      <itunes:author>mmasoudsf</itunes:author>
      <author>mmasoudsf</author>
    </item>
    <item>
      <title>Physics: Puck On a Frictionless Table</title>
      <link>http://www.mapleprimes.com/questions/134042-Physics-Puck-On-A-Frictionless-Table?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Hello, I am new to maple and trying to teach myself as i go along. I am trying to plot a paramteric for a puck on a fristion less table that spins for differnt v&lt;sub&gt;o values. Here is my code: &lt;a href="/ViewTemp.ashx?f=160281_1336673134/puckontable.mw"&gt;puckontable.mw&lt;/a&gt; &lt;br&gt; &lt;br&gt;&lt;/sub&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</itunes:summary>
      <description>&lt;p&gt;Hello, I am new to maple and trying to teach myself as i go along. I am trying to plot a paramteric for a puck on a fristion less table that spins for differnt v&lt;sub&gt;o values. Here is my code: &lt;a href="/ViewTemp.ashx?f=160281_1336673134/puckontable.mw"&gt;puckontable.mw&lt;/a&gt; &lt;br&gt; &lt;br&gt;&lt;/sub&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
      <guid>134042</guid>
      <pubDate>Thu, 10 May 2012 18:12:13 Z</pubDate>
      <itunes:author>koonduck</itunes:author>
      <author>koonduck</author>
    </item>
    <item>
      <title>Remote kernel?</title>
      <link>http://www.mapleprimes.com/questions/134014-Remote-Kernel?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;I have valid Maple 15 licenses both on my laptop as well as on my desktop at work. Sometimes I would like to use the kernel of the desktop version (more powerful computer with more memory) with the worksheet-GUI of my laptop esp. since on Mac the X-window interface does not work. Since Maple has a client-server architecture (or kernel-frontend), is there a way---any way---to connect to the remote kernel from my laptop? I believe Mathematica has been able to do that for years.</itunes:summary>
      <description>&lt;p&gt;I have valid Maple 15 licenses both on my laptop as well as on my desktop at work. Sometimes I would like to use the kernel of the desktop version (more powerful computer with more memory) with the worksheet-GUI of my laptop esp. since on Mac the X-window interface does not work. Since Maple has a client-server architecture (or kernel-frontend), is there a way---any way---to connect to the remote kernel from my laptop? I believe Mathematica has been able to do that for years.</description>
      <guid>134014</guid>
      <pubDate>Thu, 10 May 2012 05:04:20 Z</pubDate>
      <itunes:author>Mac Dude</itunes:author>
      <author>Mac Dude</author>
    </item>
    <item>
      <title>How to make Maple understand a parameter which can assume only the values -1 and +1?</title>
      <link>http://www.mapleprimes.com/questions/134005-How-To-Make-Maple-Understand-A-Parameter?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am working with equations on Maple which depends on a parameter (epsilon), which can assume only the values +1 and -1 (I intent to replace this value only in the end of calculation). When, however, Maple computes the expressions, the result contains severals powers of epsilon, for instance epsilon^7 or epsilon^4. Since actually we have that epsilon^7=epsilon and epsilon^4=1, respectively, it would be very usefull to me if Maple&amp;nbsp;&lt;span class="short_text"&gt;&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am working with equations on Maple which depends on a parameter (epsilon), which can assume only the values +1 and -1 (I intent to replace this value only in the end of calculation). When, however, Maple computes the expressions, the result contains severals powers of epsilon, for instance epsilon^7 or epsilon^4. Since actually we have that epsilon^7=epsilon and epsilon^4=1, respectively, it would be very usefull to me if Maple&amp;nbsp;&lt;span class="short_text"&gt;&lt;/span&gt;</description>
      <guid>134005</guid>
      <pubDate>Thu, 10 May 2012 01:34:07 Z</pubDate>
      <itunes:author>rickrsv</itunes:author>
      <author>rickrsv</author>
    </item>
    <item>
      <title>Integrate density of states times Fermi distribution over energy</title>
      <link>http://www.mapleprimes.com/questions/133857-Integrate-Density-Of-States-Times-Fermi?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Dear Maple Users&lt;/p&gt;
&lt;p&gt;Let the density of electronic states be denoted&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;Dear Maple Users&lt;/p&gt;
&lt;p&gt;Let the density of electronic states be denoted&lt;/p&gt;
&lt;p&gt;</description>
      <guid>133857</guid>
      <pubDate>Mon, 07 May 2012 21:14:50 Z</pubDate>
      <itunes:author>mzh</itunes:author>
      <author>mzh</author>
    </item>
    <item>
      <title>How to save a Record to a text file in human readable way?</title>
      <link>http://www.mapleprimes.com/questions/133824-How-To-Save-A-Record-To-A-Text-File?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Suppose a Record is created as follows in Maple.&lt;/p&gt;
&lt;p&gt;&amp;gt; r := Record( foo = [ ... ], bar = Record( ... ), ... );&lt;/p&gt;
&lt;p&gt;If this is saved with save() command to a text file, a new line is automatically inserted at every fixed character length, and it is very hard to read. I want the Record to be stored to a text file in more human readable way. Is there any good way to do that easily?&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Suppose a Record is created as follows in Maple.&lt;/p&gt;
&lt;p&gt;&amp;gt; r := Record( foo = [ ... ], bar = Record( ... ), ... );&lt;/p&gt;
&lt;p&gt;If this is saved with save() command to a text file, a new line is automatically inserted at every fixed character length, and it is very hard to read. I want the Record to be stored to a text file in more human readable way. Is there any good way to do that easily?&lt;/p&gt;
</description>
      <guid>133824</guid>
      <pubDate>Sun, 06 May 2012 04:26:39 Z</pubDate>
      <itunes:author>H Ito</itunes:author>
      <author>H Ito</author>
    </item>
    <item>
      <title>dsolve problem with plotting acceleration</title>
      <link>http://www.mapleprimes.com/questions/133675-Dsolve-Problem-With-Plotting-Acceleration?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;so ill preface this by saying my knowledge of DE equations is rusty at best and my knowledge of maple even worse so this may be a stupid question. im trying to model the dynamics of a system and when i solve for the DE equation it's giving me an accleration of zero (plotting a blank graph) when it definitely shouldnt be. ive attached the worksheet.&amp;nbsp;&lt;a href="/ViewTemp.ashx?f=159737_1336026358/DBM-variablemass_pro.mw"&gt;DBM-variablemass_pro.mw&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;so ill preface this by saying my knowledge of DE equations is rusty at best and my knowledge of maple even worse so this may be a stupid question. im trying to model the dynamics of a system and when i solve for the DE equation it's giving me an accleration of zero (plotting a blank graph) when it definitely shouldnt be. ive attached the worksheet.&amp;nbsp;&lt;a href="/ViewTemp.ashx?f=159737_1336026358/DBM-variablemass_pro.mw"&gt;DBM-variablemass_pro.mw&lt;/a&gt;&lt;/p&gt;</description>
      <guid>133675</guid>
      <pubDate>Thu, 03 May 2012 06:32:03 Z</pubDate>
      <itunes:author>Gbrandt</itunes:author>
      <author>Gbrandt</author>
    </item>
    <item>
      <title>Simplify working style</title>
      <link>http://www.mapleprimes.com/questions/133647-Simplify-Working-Style?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;Hi, i'm trying to write the following, it works and is giving me the answer&amp;nbsp;i want. But is there a way where i can write it in a simple manner? Please advice. Thanks.&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</itunes:summary>
      <description>&lt;p&gt;Hi, i'm trying to write the following, it works and is giving me the answer&amp;nbsp;i want. But is there a way where i can write it in a simple manner? Please advice. Thanks.&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 576px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
      <guid>133647</guid>
      <pubDate>Wed, 02 May 2012 12:41:08 Z</pubDate>
      <itunes:author>serena88</itunes:author>
      <author>serena88</author>
    </item>
    <item>
      <title>When was the first version of MAPLE released?</title>
      <link>http://www.mapleprimes.com/questions/133591-When-Was-The-First-Version-Of-MAPLE-Released?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;When was the first versionof MAPLE released?&amp;nbsp; I shall appreciate if someone answers this question.&amp;nbsp; Thanks.&lt;/p&gt;
&lt;p&gt;Kodanat B.M. Nambudiripad&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;When was the first versionof MAPLE released?&amp;nbsp; I shall appreciate if someone answers this question.&amp;nbsp; Thanks.&lt;/p&gt;
&lt;p&gt;Kodanat B.M. Nambudiripad&lt;/p&gt;</description>
      <guid>133591</guid>
      <pubDate>Mon, 30 Apr 2012 12:56:46 Z</pubDate>
      <itunes:author>kbm nambudiripad</itunes:author>
      <author>kbm nambudiripad</author>
    </item>
    <item>
      <title>Solving a Polynomial Function after i have expanded it</title>
      <link>http://www.mapleprimes.com/questions/133517-Solving-A-Polynomial-Function-After?ref=Feed:MaplePrimes:Tagged With maple</link>
      <itunes:summary>&lt;p&gt;I have to generate F(x) of a function with a degree of 5 who has zeros of x=2,x=1+3i,x=2-4i&lt;/p&gt;
&lt;p&gt;After i put it into maple i use the command expand to give me the total function but afterwards i get this&amp;nbsp;144*i^4*x-25*i^2*x^3+x^5-288*i^4+118*i^2*x^2-8*x^4-188*i^2*x+25*x^3+104*i^2-38*x^2+28*x-8&lt;/p&gt;
&lt;p&gt;i need to know what command can i use to get it to converts i^4 to 1 and i^2 to-1 that way i can truly simplify it.&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have to generate F(x) of a function with a degree of 5 who has zeros of x=2,x=1+3i,x=2-4i&lt;/p&gt;
&lt;p&gt;After i put it into maple i use the command expand to give me the total function but afterwards i get this&amp;nbsp;144*i^4*x-25*i^2*x^3+x^5-288*i^4+118*i^2*x^2-8*x^4-188*i^2*x+25*x^3+104*i^2-38*x^2+28*x-8&lt;/p&gt;
&lt;p&gt;i need to know what command can i use to get it to converts i^4 to 1 and i^2 to-1 that way i can truly simplify it.&amp;nbsp;&lt;/p&gt;</description>
      <guid>133517</guid>
      <pubDate>Fri, 27 Apr 2012 15:59:58 Z</pubDate>
      <itunes:author>mag4112</itunes:author>
      <author>mag4112</author>
    </item>
  </channel>
</rss>
