<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164900</link>
    <title>MATLAB Central Newsreader - symbolic equation simplification</title>
    <description>Feed for thread: symbolic equation simplification</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sat, 01 Mar 2008 14:19:01 -0500</pubDate>
      <title>symbolic equation simplification</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164900#418414</link>
      <author>David Doria</author>
      <description>Say I have something like this&lt;br&gt;
&lt;br&gt;
syms a b&lt;br&gt;
LHS=2*a +b;&lt;br&gt;
RHS=3*a + 4*b;&lt;br&gt;
&lt;br&gt;
which represents the equation:&lt;br&gt;
2*a + b = 3*a + 4*b&lt;br&gt;
&lt;br&gt;
I would like to get back:&lt;br&gt;
a+3*b = 0&lt;br&gt;
&lt;br&gt;
or something like that, where all the cancellations that&lt;br&gt;
were possible were performed.  Is there a function that does&lt;br&gt;
this?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Dave</description>
    </item>
    <item>
      <pubDate>Sun, 09 Mar 2008 00:27:03 -0500</pubDate>
      <title>Re: symbolic equation simplification</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/164900#419824</link>
      <author>Vincent Morio</author>
      <description>Hi David,&lt;br&gt;
&lt;br&gt;
Yes, I have a solution to your problem. You can use via the&lt;br&gt;
Matlab symbolic toolbox some Maple functions. For instance,&lt;br&gt;
you can recover the equation a+3*b = 0 by using the rhs and&lt;br&gt;
lhs Maple commands:&lt;br&gt;
maple('rhs(2*a+b=3*a+4*b)-lhs(2*a+b=3*a+4*b)')&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
V. Morio&lt;br&gt;
University Bordeaux 1/IMS lab. /Automatic Control Group&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;David Doria&quot; &amp;lt;daviddoria@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;fqbokl$9i8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Say I have something like this&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; syms a b&lt;br&gt;
&amp;gt; LHS=2*a +b;&lt;br&gt;
&amp;gt; RHS=3*a + 4*b;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; which represents the equation:&lt;br&gt;
&amp;gt; 2*a + b = 3*a + 4*b&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would like to get back:&lt;br&gt;
&amp;gt; a+3*b = 0&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; or something like that, where all the cancellations that&lt;br&gt;
&amp;gt; were possible were performed.  Is there a function that does&lt;br&gt;
&amp;gt; this?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Dave</description>
    </item>
  </channel>
</rss>

