<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, duplicate equations</title>
    <link>http://www.mapleprimes.com/questions/142509-Duplicate-Equations</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 18:31:43 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 18:31:43 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, duplicate equations</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, duplicate equations</title>
      <link>http://www.mapleprimes.com/questions/142509-Duplicate-Equations</link>
    </image>
    <item>
      <title>Is your actual system linear?</title>
      <link>http://www.mapleprimes.com/questions/142509-Duplicate-Equations?ref=Feed:MaplePrimes:duplicate equations:Comments#answer142511</link>
      <itunes:summary>&lt;p&gt;If your system is linear as it is in your very simple example, then this kind of thing can be handled by gaussian elimination.&lt;/p&gt;
&lt;p&gt;L:=[x+y=0,2*x+2*y=0];&lt;br&gt;with(LinearAlgebra):&lt;br&gt;T:=GenerateMatrix(L,[x,y],augmented);&lt;br&gt;GaussianElimination(T);&lt;br&gt;#A less trivial case (the 3rd equation is obtained by adding the two first):&lt;br&gt;L2:=[x+y=1,x+2*y=3,2*x+3*y=4];&lt;br&gt;T2:=GenerateMatrix(L2,[x,y],augmented);&lt;br&gt;GaussianElimination(T2);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If your system is linear as it is in your very simple example, then this kind of thing can be handled by gaussian elimination.&lt;/p&gt;
&lt;p&gt;L:=[x+y=0,2*x+2*y=0];&lt;br&gt;with(LinearAlgebra):&lt;br&gt;T:=GenerateMatrix(L,[x,y],augmented);&lt;br&gt;GaussianElimination(T);&lt;br&gt;#A less trivial case (the 3rd equation is obtained by adding the two first):&lt;br&gt;L2:=[x+y=1,x+2*y=3,2*x+3*y=4];&lt;br&gt;T2:=GenerateMatrix(L2,[x,y],augmented);&lt;br&gt;GaussianElimination(T2);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>142511</guid>
      <pubDate>Tue, 22 Jan 2013 21:33:20 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
  </channel>
</rss>