<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Delete rows in a matrix</title>
    <link>http://www.mapleprimes.com/questions/122954-Delete-Rows-In-A-Matrix</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 10:19:41 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 10:19:41 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Delete rows in a matrix</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Delete rows in a matrix</title>
      <link>http://www.mapleprimes.com/questions/122954-Delete-Rows-In-A-Matrix</link>
    </image>
    <item>
      <title>DeleteRow</title>
      <link>http://www.mapleprimes.com/questions/122954-Delete-Rows-In-A-Matrix?ref=Feed:MaplePrimes:Delete rows in a matrix:Comments#answer122956</link>
      <itunes:summary>&lt;pre&gt;You can use the DeleteRow command in the LinearAlgebra package&lt;/pre&gt;
&lt;pre&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=LinearAlgebra/DeleteRow"&gt;http://www.maplesoft.com/support/help/Maple/view.aspx?path=LinearAlgebra/DeleteRow&lt;/a&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;You can use the DeleteRow command in the LinearAlgebra package&lt;/pre&gt;
&lt;pre&gt;&lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=LinearAlgebra/DeleteRow"&gt;http://www.maplesoft.com/support/help/Maple/view.aspx?path=LinearAlgebra/DeleteRow&lt;/a&gt;&lt;/pre&gt;</description>
      <guid>122956</guid>
      <pubDate>Mon, 20 Jun 2011 19:25:25 Z</pubDate>
      <itunes:author>longrob</itunes:author>
      <author>longrob</author>
    </item>
    <item>
      <title>another way without a package</title>
      <link>http://www.mapleprimes.com/questions/122954-Delete-Rows-In-A-Matrix?ref=Feed:MaplePrimes:Delete rows in a matrix:Comments#answer122969</link>
      <itunes:summary>&lt;p&gt;If a is your Matrix you can select a single row, the third in this case,&amp;nbsp;using a[3,..]&lt;/p&gt;
&lt;p&gt;With a little modification to that, you can write your own little&amp;nbsp;"RemoveRow (rr)" procedure to delete the row of a Matrix.&lt;br&gt;&lt;br&gt;rr:=proc(a::Matrix,n)&lt;br&gt;&amp;nbsp; a[[1..n-1,n+1..op(a)[1]],..]&lt;br&gt;end proc:&lt;/p&gt;
&lt;p&gt;rr(c,5) #removes the 5th row of the Matrix c&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If a is your Matrix you can select a single row, the third in this case,&amp;nbsp;using a[3,..]&lt;/p&gt;
&lt;p&gt;With a little modification to that, you can write your own little&amp;nbsp;"RemoveRow (rr)" procedure to delete the row of a Matrix.&lt;br&gt;&lt;br&gt;rr:=proc(a::Matrix,n)&lt;br&gt;&amp;nbsp; a[[1..n-1,n+1..op(a)[1]],..]&lt;br&gt;end proc:&lt;/p&gt;
&lt;p&gt;rr(c,5) #removes the 5th row of the Matrix c&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>122969</guid>
      <pubDate>Tue, 21 Jun 2011 00:54:29 Z</pubDate>
      <itunes:author>Christopher2222</itunes:author>
      <author>Christopher2222</author>
    </item>
  </channel>
</rss>