<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with equation</title>
    <link>http://www.mapleprimes.com/tags/equation</link>
    <language>en-us</language>
    <copyright>2013 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 23 May 2013 02:44:51 GMT</lastBuildDate>
    <pubDate>Thu, 23 May 2013 02:44:51 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with equation</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with equation</title>
      <link>http://www.mapleprimes.com/tags/equation</link>
    </image>
    <item>
      <title>mod equation over integers</title>
      <link>http://www.mapleprimes.com/questions/147156-Mod-Equation-Over-Integers?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;I need to find a sollution for equation in maple 14&lt;/p&gt;
&lt;p&gt;a*s = b mod c, where a, b, c are know integers, for example </itunes:summary>
      <description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;I need to find a sollution for equation in maple 14&lt;/p&gt;
&lt;p&gt;a*s = b mod c, where a, b, c are know integers, for example </description>
      <guid>147156</guid>
      <pubDate>Sun, 12 May 2013 19:01:39 Z</pubDate>
      <itunes:author>mantas84</itunes:author>
      <author>mantas84</author>
    </item>
    <item>
      <title>Why does maple display my solution in terms of variables instead of solving my maximalization equation?</title>
      <link>http://www.mapleprimes.com/questions/147105-Why-Does-Maple-Display-My-Solution-In?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Dear members,&lt;/p&gt;
&lt;p&gt;I am trying to solve a maximalization problem, but in stead of solving my problem Maple only displays the equation that I am trying to solve.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&amp;gt; &amp;nbsp;Sigma_max:= &lt;em&gt;maximize&lt;/em&gt;(-N/(b*h)+(-EI*(diff(u(x),x,x)))*0.5*h/I, x=0..l = sigma_t;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;sigma_max:=&lt;em&gt;maximize&lt;/em&gt;(-0.400000cos(0.25pi)&lt;strong&gt;N&lt;/strong&gt;+564e*&lt;strong&gt;N&lt;/strong&gt;*&lt;strong&gt;x&lt;/strong&gt; .....etc...., x = 0..250)=1.43 10&lt;sup&gt;6&lt;/sup&gt;</itunes:summary>
      <description>&lt;p&gt;Dear members,&lt;/p&gt;
&lt;p&gt;I am trying to solve a maximalization problem, but in stead of solving my problem Maple only displays the equation that I am trying to solve.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&amp;gt; &amp;nbsp;Sigma_max:= &lt;em&gt;maximize&lt;/em&gt;(-N/(b*h)+(-EI*(diff(u(x),x,x)))*0.5*h/I, x=0..l = sigma_t;&lt;/p&gt;
&lt;p style="padding-left: 60px;"&gt;sigma_max:=&lt;em&gt;maximize&lt;/em&gt;(-0.400000cos(0.25pi)&lt;strong&gt;N&lt;/strong&gt;+564e*&lt;strong&gt;N&lt;/strong&gt;*&lt;strong&gt;x&lt;/strong&gt; .....etc...., x = 0..250)=1.43 10&lt;sup&gt;6&lt;/sup&gt;</description>
      <guid>147105</guid>
      <pubDate>Sat, 11 May 2013 08:59:55 Z</pubDate>
      <itunes:author>FKil</itunes:author>
      <author>FKil</author>
    </item>
    <item>
      <title>Explicit equation of arbitrary continuous piecewise linear function</title>
      <link>http://www.mapleprimes.com/posts/146505-Explicit-Equation-Of-Arbitrary-Continuous?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;It's interesting that every continuous piecewise linear function can be specified by one explicit equation with absolute values​​. The procedure &lt;strong&gt;JoggedLine&lt;/strong&gt; carries out such conversion.&lt;/p&gt;
&lt;p&gt;Formal arguments of the procedure:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A&lt;/strong&gt; - a list of the coordinates of the vertices of the polyline or the continuous piecewise linear expression defined on the entire real axis.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;B&lt;/strong&gt; (optional) - a point on the left "tail"...</itunes:summary>
      <description>&lt;p&gt;It's interesting that every continuous piecewise linear function can be specified by one explicit equation with absolute values​​. The procedure &lt;strong&gt;JoggedLine&lt;/strong&gt; carries out such conversion.&lt;/p&gt;
&lt;p&gt;Formal arguments of the procedure:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A&lt;/strong&gt; - a list of the coordinates of the vertices of the polyline or the continuous piecewise linear expression defined on the entire real axis.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;B&lt;/strong&gt; (optional) - a point on the left "tail"...</description>
      <guid>146505</guid>
      <pubDate>Tue, 30 Apr 2013 16:16:55 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>transcendental equation plot on complex plane</title>
      <link>http://www.mapleprimes.com/questions/146334-Transcendental-Equation-Plot-On-Complex-Plane?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;hello,everyone,&lt;br&gt;I have a problem to make a figure, commands are below:&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;1+(2*(S1*e2/(S2*e1)+S2*e1/(S1*e2)))*tanh(S2*k*d);&lt;br&gt;S1 = sqrt(beta^2-e1), S2 = sqrt(beta^2-e2);&lt;br&gt;e1 = 4, e2 = -19-.53*I;&lt;br&gt;subs(`%%`, %, k = 2*Pi/(0.633e-6), `%%%`);&lt;/p&gt;
&lt;p&gt;&lt;br&gt;I want to plot the relation between d and beta(real part named betar and imaginary part betai),but meet some trouble.&lt;br&gt;I got some points from the article is when d=400e-10, betar in the range (2.1,2.2...</itunes:summary>
      <description>&lt;p&gt;hello,everyone,&lt;br&gt;I have a problem to make a figure, commands are below:&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;1+(2*(S1*e2/(S2*e1)+S2*e1/(S1*e2)))*tanh(S2*k*d);&lt;br&gt;S1 = sqrt(beta^2-e1), S2 = sqrt(beta^2-e2);&lt;br&gt;e1 = 4, e2 = -19-.53*I;&lt;br&gt;subs(`%%`, %, k = 2*Pi/(0.633e-6), `%%%`);&lt;/p&gt;
&lt;p&gt;&lt;br&gt;I want to plot the relation between d and beta(real part named betar and imaginary part betai),but meet some trouble.&lt;br&gt;I got some points from the article is when d=400e-10, betar in the range (2.1,2.2...</description>
      <guid>146334</guid>
      <pubDate>Fri, 26 Apr 2013 06:07:38 Z</pubDate>
      <itunes:author>maple fan</itunes:author>
      <author>maple fan</author>
    </item>
    <item>
      <title>How do i solve an equation with 2 variables (x,y) for a specific list of values for y ?</title>
      <link>http://www.mapleprimes.com/questions/145497-How-Do-I-Solve-An-Equation-With-2-Variables-xy?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;First of all I just want to say that your forum is great and it helped me to find a lot of new stuff for Maple. I am yet still a beginner but &amp;hellip;we all need to learn. So let&amp;rsquo;s get to my question. I have an equation with 2 variables - x and y. This is the equation&lt;/p&gt;
&lt;p&gt;x = y*(25+2*x)^(2/3)/(25*(.566*(25*x)^(2/3)))&lt;/p&gt;
&lt;p&gt;So&amp;hellip; I know I can solve the equation for x and y and I can give it specific values for y and it solve it every time. When,...</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;First of all I just want to say that your forum is great and it helped me to find a lot of new stuff for Maple. I am yet still a beginner but &amp;hellip;we all need to learn. So let&amp;rsquo;s get to my question. I have an equation with 2 variables - x and y. This is the equation&lt;/p&gt;
&lt;p&gt;x = y*(25+2*x)^(2/3)/(25*(.566*(25*x)^(2/3)))&lt;/p&gt;
&lt;p&gt;So&amp;hellip; I know I can solve the equation for x and y and I can give it specific values for y and it solve it every time. When,...</description>
      <guid>145497</guid>
      <pubDate>Thu, 04 Apr 2013 18:57:47 Z</pubDate>
      <itunes:author>Hak</itunes:author>
      <author>Hak</author>
    </item>
    <item>
      <title>Vector solve.. HELP!</title>
      <link>http://www.mapleprimes.com/questions/145279-Vector-Solve-HELP?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I want to solve two varibles from a vector crossproduct equation, but receives a failure massage no matter what&amp;nbsp;i do.&lt;br&gt;The equation is the one below and i want to solve for Gx and Gy. &lt;br&gt;&lt;br&gt;Really hope you can help.. THANKS!&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;with(LinearAlgebra);&lt;br&gt;F1:=&amp;lt;Fr1,-Ft1,-Fa1&amp;gt;;&lt;br&gt;Sug :=&amp;lt;0,0,-Duzg&amp;gt;;&lt;br&gt;Su1:=&amp;lt;Dux1,0,-Duz1&amp;gt;;&lt;br&gt;Mmotor:=&amp;lt;0,0,-Mind&amp;gt;;&lt;br&gt;G:=&amp;lt;Gx,Gy,Gz&amp;gt;;&lt;br&gt;OO:=&amp;lt;0,0,0&amp;gt;;&lt;br&gt;        &lt;br&gt;U:=(Su1 &amp;amp;x F1) + (Sug &amp;amp;x G) - Mmotor = OO;...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I want to solve two varibles from a vector crossproduct equation, but receives a failure massage no matter what&amp;nbsp;i do.&lt;br&gt;The equation is the one below and i want to solve for Gx and Gy. &lt;br&gt;&lt;br&gt;Really hope you can help.. THANKS!&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;with(LinearAlgebra);&lt;br&gt;F1:=&amp;lt;Fr1,-Ft1,-Fa1&amp;gt;;&lt;br&gt;Sug :=&amp;lt;0,0,-Duzg&amp;gt;;&lt;br&gt;Su1:=&amp;lt;Dux1,0,-Duz1&amp;gt;;&lt;br&gt;Mmotor:=&amp;lt;0,0,-Mind&amp;gt;;&lt;br&gt;G:=&amp;lt;Gx,Gy,Gz&amp;gt;;&lt;br&gt;OO:=&amp;lt;0,0,0&amp;gt;;&lt;br&gt;        &lt;br&gt;U:=(Su1 &amp;amp;x F1) + (Sug &amp;amp;x G) - Mmotor = OO;...&lt;/pre&gt;</description>
      <guid>145279</guid>
      <pubDate>Sat, 30 Mar 2013 10:19:36 Z</pubDate>
      <itunes:author>runebrasmussen</itunes:author>
      <author>runebrasmussen</author>
    </item>
    <item>
      <title>How to split or directly plot a system of solved differential equations</title>
      <link>http://www.mapleprimes.com/questions/144798-How-To-Split-Or-Directly-Plot-A-System?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am new to Maple and I have (possibly a simple) question. I'm solving 2 coupled differential equation, it all goes well, until I want to plot them.&lt;/p&gt;
&lt;p&gt;I have the output in the following form:&lt;/p&gt;
&lt;p&gt;sol = {w1(x) = [ -a*x^4+b*x^3-c*x]}, {w2(x) = [-d*x^4+e*x^3-f*x^2+gx-h]}&lt;/p&gt;
&lt;p&gt;My goal is now to plot the solution in 1 figure with w1(x) between x=0..100000 and w2(x) between x=100000..150000&lt;/p&gt;
&lt;p&gt;I have searched on the web for a way to get the formula's of w1(x...</itunes:summary>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am new to Maple and I have (possibly a simple) question. I'm solving 2 coupled differential equation, it all goes well, until I want to plot them.&lt;/p&gt;
&lt;p&gt;I have the output in the following form:&lt;/p&gt;
&lt;p&gt;sol = {w1(x) = [ -a*x^4+b*x^3-c*x]}, {w2(x) = [-d*x^4+e*x^3-f*x^2+gx-h]}&lt;/p&gt;
&lt;p&gt;My goal is now to plot the solution in 1 figure with w1(x) between x=0..100000 and w2(x) between x=100000..150000&lt;/p&gt;
&lt;p&gt;I have searched on the web for a way to get the formula's of w1(x...</description>
      <guid>144798</guid>
      <pubDate>Tue, 19 Mar 2013 13:43:48 Z</pubDate>
      <itunes:author>OffshoreEngineer</itunes:author>
      <author>OffshoreEngineer</author>
    </item>
    <item>
      <title>find max of values, save solve values</title>
      <link>http://www.mapleprimes.com/questions/144735-Find-Max-Of-Values-Save-Solve-Values?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I am trying to find the maximum of values in dsolve. In part 1 we solve the equation. In part 2 we do a doolop to know the values for specific time such as t=2. In part 3 we try to give this values names such as y[i] then to find the maximum of these values but it did not work for the maximum it gave y6 instead of the value.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, is it possible to save all values from dsolve &amp;nbsp;to a file the call it to find the maximum at each t?</itunes:summary>
      <description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I am trying to find the maximum of values in dsolve. In part 1 we solve the equation. In part 2 we do a doolop to know the values for specific time such as t=2. In part 3 we try to give this values names such as y[i] then to find the maximum of these values but it did not work for the maximum it gave y6 instead of the value.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, is it possible to save all values from dsolve &amp;nbsp;to a file the call it to find the maximum at each t?</description>
      <guid>144735</guid>
      <pubDate>Mon, 18 Mar 2013 05:05:40 Z</pubDate>
      <itunes:author>reemeaaaah</itunes:author>
      <author>reemeaaaah</author>
    </item>
    <item>
      <title>Assign name to one of multiple results</title>
      <link>http://www.mapleprimes.com/questions/144627-Assign-Name-To-One-Of-Multiple-Results?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I need to assign a name to a result calculated&amp;nbsp;from a system of equations. In this case, &lt;span class="GRcorrect"&gt;i&lt;/span&gt;'ve&amp;nbsp;got 2 equations and 2 solutions. I want to assign a name to the each of the solutions.&lt;/p&gt;
&lt;p&gt;&lt;span class="GRcorrect"&gt;solve&lt;/span&gt;&lt;span class="GRcorrect"&gt;(&lt;/span&gt;{-a+4*b = 0, 2*a+7*b = 2}, {a, b})&lt;/p&gt;
&lt;p&gt;{&lt;span class="GRcorrect"&gt;a&lt;/span&gt; = 8/15, b = 2/15}&lt;br&gt;&lt;br&gt;How do &lt;span class="GRcorrect"&gt;i&lt;/span&gt; assign a name for a and another for b?</itunes:summary>
      <description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I need to assign a name to a result calculated&amp;nbsp;from a system of equations. In this case, &lt;span class="GRcorrect"&gt;i&lt;/span&gt;'ve&amp;nbsp;got 2 equations and 2 solutions. I want to assign a name to the each of the solutions.&lt;/p&gt;
&lt;p&gt;&lt;span class="GRcorrect"&gt;solve&lt;/span&gt;&lt;span class="GRcorrect"&gt;(&lt;/span&gt;{-a+4*b = 0, 2*a+7*b = 2}, {a, b})&lt;/p&gt;
&lt;p&gt;{&lt;span class="GRcorrect"&gt;a&lt;/span&gt; = 8/15, b = 2/15}&lt;br&gt;&lt;br&gt;How do &lt;span class="GRcorrect"&gt;i&lt;/span&gt; assign a name for a and another for b?</description>
      <guid>144627</guid>
      <pubDate>Thu, 14 Mar 2013 13:22:27 Z</pubDate>
      <itunes:author>9colai</itunes:author>
      <author>9colai</author>
    </item>
    <item>
      <title>rearring equations</title>
      <link>http://www.mapleprimes.com/questions/144236-Rearring-Equations?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hi I know this is a simple question but i have completely forgotten how to do it: I have the following equation,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;h := ((A-B)^2*(A-4-B^2+4*B)*(A-4-B^2-4*B)-Q^2*(A-4-B^2+4*B))/(Q^2*(A-4-B^2-4*B))-1&lt;/p&gt;
&lt;p&gt;how can I find what B is equal to?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi I know this is a simple question but i have completely forgotten how to do it: I have the following equation,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;h := ((A-B)^2*(A-4-B^2+4*B)*(A-4-B^2-4*B)-Q^2*(A-4-B^2+4*B))/(Q^2*(A-4-B^2-4*B))-1&lt;/p&gt;
&lt;p&gt;how can I find what B is equal to?&lt;/p&gt;</description>
      <guid>144236</guid>
      <pubDate>Wed, 06 Mar 2013 10:28:10 Z</pubDate>
      <itunes:author>gdog</itunes:author>
      <author>gdog</author>
    </item>
    <item>
      <title>boundary conditions are not been utilized need help</title>
      <link>http://www.mapleprimes.com/questions/144181-Boundary-Conditions-Are-Not-Been-Utilized?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;hello friends am working on 2d heat equation and i have writen maple code for it but its not running because my scheme is having fictitious points which are removed by using boundary conditions but in this code which i have written the line in bold is not using boundary conditions due to which my fictitious points are still in programe and its not working am attaching my worksheet&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=166436_1362430846/trytimg.mw"&gt;trytimg.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;please let me know where am wrong thank you...</itunes:summary>
      <description>&lt;p&gt;hello friends am working on 2d heat equation and i have writen maple code for it but its not running because my scheme is having fictitious points which are removed by using boundary conditions but in this code which i have written the line in bold is not using boundary conditions due to which my fictitious points are still in programe and its not working am attaching my worksheet&lt;/p&gt;
&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=166436_1362430846/trytimg.mw"&gt;trytimg.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;please let me know where am wrong thank you...</description>
      <guid>144181</guid>
      <pubDate>Mon, 04 Mar 2013 23:45:49 Z</pubDate>
      <itunes:author>emma hassan</itunes:author>
      <author>emma hassan</author>
    </item>
    <item>
      <title>integral of solution of differential equation</title>
      <link>http://www.mapleprimes.com/questions/144093-Integral-Of-Solution-Of-Differential-Equation?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have a differential equation as follows:&lt;/p&gt;
&lt;p&gt;x(t)^2+cos(x(t))+diff(x(t), t)+diff(x(t), t, t) = 100&lt;/p&gt;
&lt;p&gt;x(0)=2, D(x)(0) = 3;&lt;/p&gt;
&lt;p&gt;After using "dsolve" to solve this equation, the solution x(t) is obtained.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;How can we obtain the following function?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;g(k) = &lt;sub&gt;0&lt;/sub&gt;&amp;int;&lt;sup&gt;k&lt;/sup&gt;x&lt;sup&gt;2&lt;/sup&gt;(t)dt&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;How can we plot the function g(k...&lt;/strong&gt;&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I have a differential equation as follows:&lt;/p&gt;
&lt;p&gt;x(t)^2+cos(x(t))+diff(x(t), t)+diff(x(t), t, t) = 100&lt;/p&gt;
&lt;p&gt;x(0)=2, D(x)(0) = 3;&lt;/p&gt;
&lt;p&gt;After using "dsolve" to solve this equation, the solution x(t) is obtained.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;How can we obtain the following function?&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;g(k) = &lt;sub&gt;0&lt;/sub&gt;&amp;int;&lt;sup&gt;k&lt;/sup&gt;x&lt;sup&gt;2&lt;/sup&gt;(t)dt&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;How can we plot the function g(k...&lt;/strong&gt;&lt;/span&gt;</description>
      <guid>144093</guid>
      <pubDate>Sat, 02 Mar 2013 09:01:57 Z</pubDate>
      <itunes:author>STHence</itunes:author>
      <author>STHence</author>
    </item>
    <item>
      <title>Plug a constraint into an equation</title>
      <link>http://www.mapleprimes.com/questions/144058-Plug-A-Constraint-Into-An-Equation?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;First of all, I would like to mention that I'm new to Maple, so please excuse my lack of knowledge.&lt;/p&gt;
&lt;p&gt;I have a rather complicated expression, let us call it expr, and I have a constraint equation, let us call it constr = 0. I would like to simplify expr knowing that constr = 0.&lt;/p&gt;
&lt;p&gt;Stupid example: &lt;/p&gt;
&lt;p&gt;expr: 2*x+4*y+3&lt;/p&gt;
&lt;p&gt;constr: x+2*y = 0&lt;/p&gt;
&lt;p&gt;In that case:&lt;/p&gt;
&lt;p&gt;expr = 2*(x+2*y)+3 = 2*0+3 = 3&lt;/p&gt;
&lt;p&gt;How can I do that?&lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;First of all, I would like to mention that I'm new to Maple, so please excuse my lack of knowledge.&lt;/p&gt;
&lt;p&gt;I have a rather complicated expression, let us call it expr, and I have a constraint equation, let us call it constr = 0. I would like to simplify expr knowing that constr = 0.&lt;/p&gt;
&lt;p&gt;Stupid example: &lt;/p&gt;
&lt;p&gt;expr: 2*x+4*y+3&lt;/p&gt;
&lt;p&gt;constr: x+2*y = 0&lt;/p&gt;
&lt;p&gt;In that case:&lt;/p&gt;
&lt;p&gt;expr = 2*(x+2*y)+3 = 2*0+3 = 3&lt;/p&gt;
&lt;p&gt;How can I do that?&lt;/p&gt;
&lt;p&gt;Thanks a lot.&lt;/p&gt;</description>
      <guid>144058</guid>
      <pubDate>Fri, 01 Mar 2013 13:02:42 Z</pubDate>
      <itunes:author>PlpPlp</itunes:author>
      <author>PlpPlp</author>
    </item>
    <item>
      <title>Set of expressions to matrix</title>
      <link>http://www.mapleprimes.com/questions/143851-Set-Of-Expressions-To-Matrix?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>




















</itunes:summary>
      <description>




















</description>
      <guid>143851</guid>
      <pubDate>Sun, 24 Feb 2013 16:05:38 Z</pubDate>
      <itunes:author>sebastianus</itunes:author>
      <author>sebastianus</author>
    </item>
    <item>
      <title>How can I use factor in equations?</title>
      <link>http://www.mapleprimes.com/questions/143469-How-Can-I-Use-Factor-In-Equations?ref=Feed:MaplePrimes:Tagged With equation</link>
      <itunes:summary>&lt;p&gt;How can I use factor in equations?&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;x^6+y*x^4+z*x^2-g*x^4-3*x^6====&amp;gt;-2*x^6+(y-g)*x^4+z*x^2&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;a*cn+w*dn+e*cn+f*dn=====&amp;gt;(a+e)*cn+(w+f)*dn&lt;/p&gt;
&lt;p&gt;These examples are very simple.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;How can I use factor in equations?&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;x^6+y*x^4+z*x^2-g*x^4-3*x^6====&amp;gt;-2*x^6+(y-g)*x^4+z*x^2&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;a*cn+w*dn+e*cn+f*dn=====&amp;gt;(a+e)*cn+(w+f)*dn&lt;/p&gt;
&lt;p&gt;These examples are very simple.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;</description>
      <guid>143469</guid>
      <pubDate>Thu, 14 Feb 2013 07:21:29 Z</pubDate>
      <itunes:author>saeidansari</itunes:author>
      <author>saeidansari</author>
    </item>
  </channel>
</rss>