<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with error</title>
    <link>http://www.mapleprimes.com/tags/error</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 17:07:20 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 17:07:20 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with error</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with error</title>
      <link>http://www.mapleprimes.com/tags/error</link>
    </image>
    <item>
      <title>how to get rid of "unable to match delimiters" error message?</title>
      <link>http://www.mapleprimes.com/questions/134334-How-To-Get-Rid-Of-unable-To-Match-Delimiters?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;here is the code that shows the error message&lt;/p&gt;
&lt;p&gt;are there anyone can help me a little bit and check it why?&lt;a href="/ViewTemp.ashx?f=160563_1337309268/A4{)W~6{JNVO]}%W(O~(.jpg"&gt;&lt;img src="/ViewTemp.ashx?f=160563_1337309268/A4{)W~6{JNVO]}%W(O~(.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;here is the code that shows the error message&lt;/p&gt;
&lt;p&gt;are there anyone can help me a little bit and check it why?&lt;a href="/ViewTemp.ashx?f=160563_1337309268/A4{)W~6{JNVO]}%W(O~(.jpg"&gt;&lt;img src="/ViewTemp.ashx?f=160563_1337309268/A4{)W~6{JNVO]}%W(O~(.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <guid>134334</guid>
      <pubDate>Fri, 18 May 2012 02:54:33 Z</pubDate>
      <itunes:author>Aozlex</itunes:author>
      <author>Aozlex</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 error</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>Problem in DEplot</title>
      <link>http://www.mapleprimes.com/questions/133566-Problem-In-DEplot?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a problem with DEplot.&lt;/p&gt;
&lt;p&gt;Here is the code:&lt;/p&gt;
&lt;p&gt;restart;with(DEtools), with(plots), with(linalg):&lt;/p&gt;
&lt;p&gt;z:=exp(I*((t/(2*Pi))+(2*Pi*j/3)));&lt;/p&gt;
&lt;p&gt;f1:=Re((I/(2*Pi))((1/(subs(j=1,z)-(x(t)+I*y(t))))+(1/(subs(j=2,z)-(x(t)+I*y(t))))+(1/(subs(j=3,z)-(x(t)+I*y(t))))));&lt;/p&gt;
&lt;p&gt;g1:=-1*Im((I/(2*Pi))((1/(subs(j=1,z)-(x(t)+I*y(t))))+(1/(subs(j=2,z)-(x(t)+I*y(t))))+(1/(subs(j=3,z)-(x(t)+I*y(t))))));&lt;/p&gt;
&lt;p&gt;sys1:=[diff(x(t),t)=f1,diff(y(t),t)=g1]:</itunes:summary>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a problem with DEplot.&lt;/p&gt;
&lt;p&gt;Here is the code:&lt;/p&gt;
&lt;p&gt;restart;with(DEtools), with(plots), with(linalg):&lt;/p&gt;
&lt;p&gt;z:=exp(I*((t/(2*Pi))+(2*Pi*j/3)));&lt;/p&gt;
&lt;p&gt;f1:=Re((I/(2*Pi))((1/(subs(j=1,z)-(x(t)+I*y(t))))+(1/(subs(j=2,z)-(x(t)+I*y(t))))+(1/(subs(j=3,z)-(x(t)+I*y(t))))));&lt;/p&gt;
&lt;p&gt;g1:=-1*Im((I/(2*Pi))((1/(subs(j=1,z)-(x(t)+I*y(t))))+(1/(subs(j=2,z)-(x(t)+I*y(t))))+(1/(subs(j=3,z)-(x(t)+I*y(t))))));&lt;/p&gt;
&lt;p&gt;sys1:=[diff(x(t),t)=f1,diff(y(t),t)=g1]:</description>
      <guid>133566</guid>
      <pubDate>Sun, 29 Apr 2012 21:36:41 Z</pubDate>
      <itunes:author>mah00</itunes:author>
      <author>mah00</author>
    </item>
    <item>
      <title>How to deal with: "Error, (in content/polynom) general case of floats not handled"?</title>
      <link>http://www.mapleprimes.com/questions/133326-How-To-Deal-With-Error-in-Contentpolynom?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;I am trying to find (complex) eigenvalues and eigenvectors of a matrix as a function of a variable. Using the following commands lead to the respective errors:&lt;/p&gt;
&lt;p&gt;- &lt;strong&gt;LinearAlgebra[Eigenvalues](A): &lt;/strong&gt;Error, (in content/polynom) general case of floats not handled&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;- &lt;strong&gt;LinearAlgebra[Eigenvectors](A):&lt;/strong&gt; Error, (in LA_Main:-Eigenvectors) cannot determine if this expression is true or false: 0.2480392156e-4*abs...</itunes:summary>
      <description>&lt;p&gt;Dear All,&lt;/p&gt;
&lt;p&gt;I am trying to find (complex) eigenvalues and eigenvectors of a matrix as a function of a variable. Using the following commands lead to the respective errors:&lt;/p&gt;
&lt;p&gt;- &lt;strong&gt;LinearAlgebra[Eigenvalues](A): &lt;/strong&gt;Error, (in content/polynom) general case of floats not handled&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;- &lt;strong&gt;LinearAlgebra[Eigenvectors](A):&lt;/strong&gt; Error, (in LA_Main:-Eigenvectors) cannot determine if this expression is true or false: 0.2480392156e-4*abs...</description>
      <guid>133326</guid>
      <pubDate>Mon, 23 Apr 2012 21:54:53 Z</pubDate>
      <itunes:author>Manu</itunes:author>
      <author>Manu</author>
    </item>
    <item>
      <title>the bug with maple 14</title>
      <link>http://www.mapleprimes.com/questions/132956-The-Bug-With-Maple-14?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;In Maple 14&lt;/p&gt;
&lt;p&gt;with(epsilon); &amp;gt; f:=[(x-u)^2+(y-v)^2-1,v^2-u^3,2*v*(x-u)+3*u^2*(y-v),(3*w*u^2-1)*(2*w*v-1)]; &amp;gt; printlevel:=2:&lt;/p&gt;
&lt;p&gt;&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; Epsilon 0.618 (C) 2003 by Dongming Wang&lt;/p&gt;
&lt;p&gt;[CharSet, ICS, IVD, PID, Prove, RIM, RegSer, SimSer, TriSer, Tsolve,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dTriSer]&lt;/p&gt;
&lt;p&gt;&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;...</itunes:summary>
      <description>&lt;p&gt;In Maple 14&lt;/p&gt;
&lt;p&gt;with(epsilon); &amp;gt; f:=[(x-u)^2+(y-v)^2-1,v^2-u^3,2*v*(x-u)+3*u^2*(y-v),(3*w*u^2-1)*(2*w*v-1)]; &amp;gt; printlevel:=2:&lt;/p&gt;
&lt;p&gt;&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; Epsilon 0.618 (C) 2003 by Dongming Wang&lt;/p&gt;
&lt;p&gt;[CharSet, ICS, IVD, PID, Prove, RIM, RegSer, SimSer, TriSer, Tsolve,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dTriSer]&lt;/p&gt;
&lt;p&gt;&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;...</description>
      <guid>132956</guid>
      <pubDate>Sat, 14 Apr 2012 13:12:42 Z</pubDate>
      <itunes:author>jacobian</itunes:author>
      <author>jacobian</author>
    </item>
    <item>
      <title>How do I solve recursive assignment?</title>
      <link>http://www.mapleprimes.com/questions/132480-How-Do-I-Solve-Recursive-Assignment?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;I have to solve the following set of equations. But it allways appears the Error "recursive assignment". Has somebody a solution for me? Is there a Problem with the Equations? &lt;/p&gt;
&lt;p&gt;DGL1 := m[1]*(D(D(x[1])))(t)+d[1]*((D(x[1]))(t)-(D(x[2]))(t))+c[1]*(x[1](t)-x[2](t))+e^(-0.4e-1*t)*sin(t)+1.5 = 0;&lt;br&gt;DGL2 := m[2]*(D(D(x[2])))(t)+d[2]*(D(x[2]))(t)+d[1]*(DF[4]-(D(x[2]))(t))+c[2]*(x[2](t)+x[f])+c[1]*(F[4]-x[2](t)) = 0;&lt;/p&gt;
&lt;p&gt;init := (D(x[1]))(0) = 0, x[1](0) = 1.5, x[2](0) = 5;</itunes:summary>
      <description>&lt;p&gt;I have to solve the following set of equations. But it allways appears the Error "recursive assignment". Has somebody a solution for me? Is there a Problem with the Equations? &lt;/p&gt;
&lt;p&gt;DGL1 := m[1]*(D(D(x[1])))(t)+d[1]*((D(x[1]))(t)-(D(x[2]))(t))+c[1]*(x[1](t)-x[2](t))+e^(-0.4e-1*t)*sin(t)+1.5 = 0;&lt;br&gt;DGL2 := m[2]*(D(D(x[2])))(t)+d[2]*(D(x[2]))(t)+d[1]*(DF[4]-(D(x[2]))(t))+c[2]*(x[2](t)+x[f])+c[1]*(F[4]-x[2](t)) = 0;&lt;/p&gt;
&lt;p&gt;init := (D(x[1]))(0) = 0, x[1](0) = 1.5, x[2](0) = 5;</description>
      <guid>132480</guid>
      <pubDate>Sun, 01 Apr 2012 16:39:41 Z</pubDate>
      <itunes:author>docoi</itunes:author>
      <author>docoi</author>
    </item>
    <item>
      <title>"Too many level of recursion" Error</title>
      <link>http://www.mapleprimes.com/questions/132350-Too-Many-Level-Of-Recursion-Error?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Working on my project, I have this error "Error, (in VectorCalculus:--) too many levels of recursion".&lt;/p&gt;
&lt;p&gt;The project is about filetring a stochastic process.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I want to calculate one of the integrals, I have that error.&lt;/p&gt;
&lt;p&gt;Here is the code:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;Rxi:=sqrt(d)*IdentityMatrix(4):&lt;/pre&gt;
&lt;pre&gt;xi:=WienerProcess(Rxi);&lt;/pre&gt;
&lt;pre&gt;Reta:=sqrt(d)*IdentityMatrix(2):&lt;br&gt;eta:=Array([WienerProcess(Reta...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Working on my project, I have this error "Error, (in VectorCalculus:--) too many levels of recursion".&lt;/p&gt;
&lt;p&gt;The project is about filetring a stochastic process.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I want to calculate one of the integrals, I have that error.&lt;/p&gt;
&lt;p&gt;Here is the code:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;Rxi:=sqrt(d)*IdentityMatrix(4):&lt;/pre&gt;
&lt;pre&gt;xi:=WienerProcess(Rxi);&lt;/pre&gt;
&lt;pre&gt;Reta:=sqrt(d)*IdentityMatrix(2):&lt;br&gt;eta:=Array([WienerProcess(Reta...&lt;/pre&gt;</description>
      <guid>132350</guid>
      <pubDate>Fri, 30 Mar 2012 16:44:20 Z</pubDate>
      <itunes:author>mah00</itunes:author>
      <author>mah00</author>
    </item>
    <item>
      <title>need help with my code please</title>
      <link>http://www.mapleprimes.com/questions/132315-Need-Help-With-My-Code-Please?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;i have a procedure like this&lt;/p&gt;
&lt;p&gt;&amp;gt; palindrome:=proc(n)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;option cache;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;uses ST = StringTools;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;if length(n) :: even or odd&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;and modp(n,11) &amp;lt;&amp;gt; 0 then&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;return false;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;else&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;return ST :- IsPalindrome(convert(n,'string'));&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;end if;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;end proc;&lt;/p&gt;
&lt;p&gt;&amp;gt; palindrome("mom");&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;error, (in palindrome...</itunes:summary>
      <description>&lt;p&gt;i have a procedure like this&lt;/p&gt;
&lt;p&gt;&amp;gt; palindrome:=proc(n)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;option cache;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;uses ST = StringTools;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;if length(n) :: even or odd&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;and modp(n,11) &amp;lt;&amp;gt; 0 then&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;return false;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;else&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;return ST :- IsPalindrome(convert(n,'string'));&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;end if;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;end proc;&lt;/p&gt;
&lt;p&gt;&amp;gt; palindrome("mom");&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;error, (in palindrome...</description>
      <guid>132315</guid>
      <pubDate>Thu, 29 Mar 2012 21:11:24 Z</pubDate>
      <itunes:author>allen</itunes:author>
      <author>allen</author>
    </item>
    <item>
      <title>Internal representation of vectors has a bug?</title>
      <link>http://www.mapleprimes.com/questions/132138-Internal-Representation-Of-Vectors-Has-A-Bug?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;Hi&lt;br&gt;I run Maple 15 on an Acer laptop with Windows 7 and have the following problem:&lt;br&gt;&lt;br&gt;When my Maple documents become "too" long, some of the vectors I have created seem to become tables instead (without me doing anything) rendering vector multiplications and additions/subtractions impossible (they'll throw an error; something like it not being possible to multiply a vector and a table. As if one of the vectors in my multiplication has become a table).&amp;nbsp;Should it...</itunes:summary>
      <description>&lt;p&gt;Hi&lt;br&gt;I run Maple 15 on an Acer laptop with Windows 7 and have the following problem:&lt;br&gt;&lt;br&gt;When my Maple documents become "too" long, some of the vectors I have created seem to become tables instead (without me doing anything) rendering vector multiplications and additions/subtractions impossible (they'll throw an error; something like it not being possible to multiply a vector and a table. As if one of the vectors in my multiplication has become a table).&amp;nbsp;Should it...</description>
      <guid>132138</guid>
      <pubDate>Mon, 26 Mar 2012 14:26:39 Z</pubDate>
      <itunes:author>SanctumZero</itunes:author>
      <author>SanctumZero</author>
    </item>
    <item>
      <title>Some source program can't be runned because of "&gt; " in maple15. Why?</title>
      <link>http://www.mapleprimes.com/questions/132010-Some-Source-Program-Cant-Be-Runned-Because-Of-?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;&lt;strong&gt;Like this! Some error. How to do it&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;[IMG]http://i730.photobucket.com/albums/ww309/ytyyutianyun/Capture-6.png[/IMG]&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;strong&gt;Like this! Some error. How to do it&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;[IMG]http://i730.photobucket.com/albums/ww309/ytyyutianyun/Capture-6.png[/IMG]&lt;/p&gt;</description>
      <guid>132010</guid>
      <pubDate>Fri, 23 Mar 2012 09:27:29 Z</pubDate>
      <itunes:author>ytyyutianyun</itunes:author>
      <author>ytyyutianyun</author>
    </item>
    <item>
      <title>How do I solve the following system of equations?</title>
      <link>http://www.mapleprimes.com/questions/131940-How-Do-I-Solve-The-Following-System-Of-Equations?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please help me with the following system of equations:&lt;/p&gt;
&lt;p&gt;&amp;gt; restart; with(student);&lt;br&gt;&amp;gt; Z[0] = 377;&lt;br&gt;&amp;gt; solve({Z = 1/(j*w*C[1]+1/(j*w*L[1])+1/R)+1/(j*w*C[2]+1/(j*w*L[2])), C[1] = w[c]*(w[0]^2-w[c]^2)*(w[2]^2-w[1]^2)/(2*Z[0]*(w[1]^2-w[c]^2)*(w[0]^2-w[1]^2)), C[2] = w[c]*(w[0]^2-w[c]^2)*(w[2]^2-w[1]^2)/(2*Z[0]*(w[1]^2-w[c]^2)*(w[2]^2-w[c]^2)*(w[2]^2-w[0]^2)), L[1] = 1/(w[1]^2*C[1]), L[2] = 1/(w[2]^2*C[2]), R[1] = subs(w = w[1], 2*Z[0]*(1-S[21...</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please help me with the following system of equations:&lt;/p&gt;
&lt;p&gt;&amp;gt; restart; with(student);&lt;br&gt;&amp;gt; Z[0] = 377;&lt;br&gt;&amp;gt; solve({Z = 1/(j*w*C[1]+1/(j*w*L[1])+1/R)+1/(j*w*C[2]+1/(j*w*L[2])), C[1] = w[c]*(w[0]^2-w[c]^2)*(w[2]^2-w[1]^2)/(2*Z[0]*(w[1]^2-w[c]^2)*(w[0]^2-w[1]^2)), C[2] = w[c]*(w[0]^2-w[c]^2)*(w[2]^2-w[1]^2)/(2*Z[0]*(w[1]^2-w[c]^2)*(w[2]^2-w[c]^2)*(w[2]^2-w[0]^2)), L[1] = 1/(w[1]^2*C[1]), L[2] = 1/(w[2]^2*C[2]), R[1] = subs(w = w[1], 2*Z[0]*(1-S[21...</description>
      <guid>131940</guid>
      <pubDate>Wed, 21 Mar 2012 12:01:03 Z</pubDate>
      <itunes:author>KateXX</itunes:author>
      <author>KateXX</author>
    </item>
    <item>
      <title>Problems with Optimization</title>
      <link>http://www.mapleprimes.com/questions/131760-Problems-With-Optimization?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;Hey Guys,&lt;/p&gt;
&lt;p&gt;I'm new to Maple and am having problems two problems. The first is I can not get anything to show up on my plot and the second is I'm getting a erorr of "&lt;span class="HyperlinkError"&gt;Error, (in fsolve) Can't handle expressions with typed procedures". The code can be seen below;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</itunes:summary>
      <description>&lt;p&gt;Hey Guys,&lt;/p&gt;
&lt;p&gt;I'm new to Maple and am having problems two problems. The first is I can not get anything to show up on my plot and the second is I'm getting a erorr of "&lt;span class="HyperlinkError"&gt;Error, (in fsolve) Can't handle expressions with typed procedures". The code can be seen below;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
      <guid>131760</guid>
      <pubDate>Wed, 14 Mar 2012 20:49:18 Z</pubDate>
      <itunes:author>Colin6919</itunes:author>
      <author>Colin6919</author>
    </item>
    <item>
      <title>Dsolve Error For First Order ODE</title>
      <link>http://www.mapleprimes.com/questions/131614-Dsolve-Error-For-First-Order-ODE?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can someone please tell me why I am getting this error (in bold):&lt;/p&gt;
&lt;p&gt;&amp;gt; ODE := diff(y(x), x)+3*y(x) = x^2&lt;br&gt;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;gt; ics := y(0) = 1&lt;br&gt;&lt;br&gt;&amp;gt; dsolve({ode,ics})&lt;br&gt;&lt;br&gt;&lt;strong&gt;Error, (in dsolve) not an ODE system with respect to the unknowns {y(0)}&lt;/strong&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can someone please tell me why I am getting this error (in bold):&lt;/p&gt;
&lt;p&gt;&amp;gt; ODE := diff(y(x), x)+3*y(x) = x^2&lt;br&gt;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;gt; ics := y(0) = 1&lt;br&gt;&lt;br&gt;&amp;gt; dsolve({ode,ics})&lt;br&gt;&lt;br&gt;&lt;strong&gt;Error, (in dsolve) not an ODE system with respect to the unknowns {y(0)}&lt;/strong&gt;</description>
      <guid>131614</guid>
      <pubDate>Sat, 10 Mar 2012 13:47:27 Z</pubDate>
      <itunes:author>andrewfortune</itunes:author>
      <author>andrewfortune</author>
    </item>
    <item>
      <title>How do i fix an error message that says "error in plot"?</title>
      <link>http://www.mapleprimes.com/questions/131438-How-Do-I-Fix-An-Error-Message-That-Says?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;I am unable to find where the problem is within a plot. Here is the error message: Error, (in plot) incorrect first argument [(k-1)*r*(cos(t)+cos(k-1)*t/(k-1)), (k-1)*r*(sin*t-sin(k-1)*t/(k-1)), t = 1 .. 1, r = 1 .. 1, k = 3 .. 3]&lt;/p&gt;
&lt;p&gt;Is there a symbol or something that i am supposed to be looking for in the error message so i know where the error is occuring?&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I am unable to find where the problem is within a plot. Here is the error message: Error, (in plot) incorrect first argument [(k-1)*r*(cos(t)+cos(k-1)*t/(k-1)), (k-1)*r*(sin*t-sin(k-1)*t/(k-1)), t = 1 .. 1, r = 1 .. 1, k = 3 .. 3]&lt;/p&gt;
&lt;p&gt;Is there a symbol or something that i am supposed to be looking for in the error message so i know where the error is occuring?&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>131438</guid>
      <pubDate>Sun, 04 Mar 2012 23:20:43 Z</pubDate>
      <itunes:author>mlebl874</itunes:author>
      <author>mlebl874</author>
    </item>
    <item>
      <title>error test results in error</title>
      <link>http://www.mapleprimes.com/questions/131433-Error-Test-Results-In-Error?ref=Feed:MaplePrimes:Tagged With error</link>
      <itunes:summary>&lt;p&gt;I know I can use try catch but why doesn't this work?&lt;/p&gt;
&lt;p&gt;is(tan((1/2)*Pi) = "Error, (in tan) numeric exception: division by zero")&lt;br&gt;Error, (in tan) numeric exception: division by zero&lt;/p&gt;
&lt;p&gt;It is a string value error that should be true in the test shouldn't it?&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I know I can use try catch but why doesn't this work?&lt;/p&gt;
&lt;p&gt;is(tan((1/2)*Pi) = "Error, (in tan) numeric exception: division by zero")&lt;br&gt;Error, (in tan) numeric exception: division by zero&lt;/p&gt;
&lt;p&gt;It is a string value error that should be true in the test shouldn't it?&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
      <guid>131433</guid>
      <pubDate>Sun, 04 Mar 2012 21:38:00 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
  </channel>
</rss>
