<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How do I see if a specific matrix product exists?</title>
    <link>http://www.mapleprimes.com/questions/144337-How-Do-I-See-If-A-Specific-Matrix-Product-Exists</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sun, 14 Jun 2026 02:38:42 GMT</lastBuildDate>
    <pubDate>Sun, 14 Jun 2026 02:38:42 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How do I see if a specific matrix product exists?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How do I see if a specific matrix product exists?</title>
      <link>http://www.mapleprimes.com/questions/144337-How-Do-I-See-If-A-Specific-Matrix-Product-Exists</link>
    </image>
    <item>
      <title>Are these solutions you can accept?</title>
      <link>http://www.mapleprimes.com/questions/144337-How-Do-I-See-If-A-Specific-Matrix-Product-Exists?ref=Feed:MaplePrimes:How do I see if a specific matrix product exists?:Comments#answer144339</link>
      <itunes:summary>&lt;p&gt;restart;&lt;br&gt;S := Matrix( [ [a_1, a_2, a_3, a_4], [b_1, b_2, b_3, b_4], [c_1, c_2, c_3, c_4], [d_1, d_2, d_3, d_4] ] );&lt;br&gt;eq1:=a_1*d_1 = b_1*c_1, a_2*d_2 = b_2*c_2, a_3*d_3 = b_3*c_3, a_4*d_4 = b_4*c_4;&lt;br&gt;R := Matrix( [ [s_1, t_1, r_1, l_1], [s_2, t_2, r_2, l_2], [s_3, t_3, r_3, l_3], [s_4, t_4, r_4, l_4] ] );&lt;br&gt;eq2:=s_1*l_1 = t_1*r_1,s_2*l_2 = t_2*r_2,s_3*l_3 = t_3*r_3,s_4*l_4 = t_4*r_4;&lt;br&gt;T := Matrix( [ [1, 0, 0, 1], [0, 1, 0, 0], [0, 1, 0, 0], [1, 0, 0, 1] ] );&lt;br&gt;S.R=~T;&lt;br&gt;convert(%,set);&lt;br&gt;res:=solve(% union {eq1,eq2});&lt;br&gt;nops([res]);&lt;br&gt;res[1]; # First of the ninety&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;restart;&lt;br&gt;S := Matrix( [ [a_1, a_2, a_3, a_4], [b_1, b_2, b_3, b_4], [c_1, c_2, c_3, c_4], [d_1, d_2, d_3, d_4] ] );&lt;br&gt;eq1:=a_1*d_1 = b_1*c_1, a_2*d_2 = b_2*c_2, a_3*d_3 = b_3*c_3, a_4*d_4 = b_4*c_4;&lt;br&gt;R := Matrix( [ [s_1, t_1, r_1, l_1], [s_2, t_2, r_2, l_2], [s_3, t_3, r_3, l_3], [s_4, t_4, r_4, l_4] ] );&lt;br&gt;eq2:=s_1*l_1 = t_1*r_1,s_2*l_2 = t_2*r_2,s_3*l_3 = t_3*r_3,s_4*l_4 = t_4*r_4;&lt;br&gt;T := Matrix( [ [1, 0, 0, 1], [0, 1, 0, 0], [0, 1, 0, 0], [1, 0, 0, 1] ] );&lt;br&gt;S.R=~T;&lt;br&gt;convert(%,set);&lt;br&gt;res:=solve(% union {eq1,eq2});&lt;br&gt;nops([res]);&lt;br&gt;res[1]; # First of the ninety&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>144339</guid>
      <pubDate>Fri, 08 Mar 2013 08:25:38 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Thank you very very much!</title>
      <link>http://www.mapleprimes.com/questions/144337-How-Do-I-See-If-A-Specific-Matrix-Product-Exists?ref=Feed:MaplePrimes:How do I see if a specific matrix product exists?:Comments#comment144415</link>
      <itunes:summary>&lt;p&gt;Thank you very very much!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you very very much!&lt;/p&gt;</description>
      <guid>144415</guid>
      <pubDate>Sat, 09 Mar 2013 21:15:56 Z</pubDate>
      <itunes:author>Stavros</itunes:author>
      <author>Stavros</author>
    </item>
  </channel>
</rss>