<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, how to check if a group of vectors is an orthogonal basis</title>
    <link>http://www.mapleprimes.com/questions/139308-How-To-Check-If-A-Group-Of-Vectors-Is</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:35:23 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 18:35:23 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, how to check if a group of vectors is an orthogonal basis</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, how to check if a group of vectors is an orthogonal basis</title>
      <link>http://www.mapleprimes.com/questions/139308-How-To-Check-If-A-Group-Of-Vectors-Is</link>
    </image>
    <item>
      <title>Hint</title>
      <link>http://www.mapleprimes.com/questions/139308-How-To-Check-If-A-Group-Of-Vectors-Is?ref=Feed:MaplePrimes:how to check if a group of vectors is an orthogonal basis:Comments#answer139318</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;A set of n vectors of &lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=c7df478acb8f50374802c60cc4028332.gif" alt="R^n"&gt; forms a basis of &lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=c7df478acb8f50374802c60cc4028332.gif" alt="R^n"&gt; iff the &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=LinearAlgebra/Determinant"&gt;?LinearAlgebra/Determinant&lt;/a&gt; having these vectors as its rows (or columns) does not equal zero. The pairwise orthogonality can be checked by calculating &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=LinearAlgebra/DotProduct"&gt;?LinearAlgebra/DotProduct&lt;/a&gt; .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;A set of n vectors of &lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=c7df478acb8f50374802c60cc4028332.gif" alt="R^n"&gt; forms a basis of &lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=c7df478acb8f50374802c60cc4028332.gif" alt="R^n"&gt; iff the &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=LinearAlgebra/Determinant"&gt;?LinearAlgebra/Determinant&lt;/a&gt; having these vectors as its rows (or columns) does not equal zero. The pairwise orthogonality can be checked by calculating &lt;a href="http://www.maplesoft.com/support/help/search.aspx?term=LinearAlgebra/DotProduct"&gt;?LinearAlgebra/DotProduct&lt;/a&gt; .&lt;/p&gt;</description>
      <guid>139318</guid>
      <pubDate>Thu, 08 Nov 2012 09:40:41 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>not exactly what I need help with</title>
      <link>http://www.mapleprimes.com/questions/139308-How-To-Check-If-A-Group-Of-Vectors-Is?ref=Feed:MaplePrimes:how to check if a group of vectors is an orthogonal basis:Comments#comment139354</link>
      <itunes:summary>&lt;p&gt;thanks but what I need help with is how to write the procedure. Could you help me with that&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;thanks but what I need help with is how to write the procedure. Could you help me with that&lt;/p&gt;</description>
      <guid>139354</guid>
      <pubDate>Fri, 09 Nov 2012 01:12:39 Z</pubDate>
      <itunes:author>Rowlinginthedeep</itunes:author>
      <author>Rowlinginthedeep</author>
    </item>
    <item>
      <title>Start point</title>
      <link>http://www.mapleprimes.com/questions/139308-How-To-Check-If-A-Group-Of-Vectors-Is?ref=Feed:MaplePrimes:how to check if a group of vectors is an orthogonal basis:Comments#comment139834</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/139308-How-To-Check-If-A-Group-Of-Vectors-Is#comment139354"&gt;@Rowlinginthedeep&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;basis := proc (a::set)&lt;br&gt;&amp;nbsp;local j;&lt;br&gt;&amp;nbsp; for j to nops(a) do &lt;br&gt;&amp;nbsp;&amp;nbsp; if type(a[j], Vector) &amp;lt;&amp;gt; true then &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print("Invalid Input") &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp; end if &lt;br&gt;&amp;nbsp; end do &lt;br&gt;end proc&lt;/p&gt;
&lt;p&gt;See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=procedure' target='_new'&gt;?procedure&lt;/a&gt; for more info. Good luck!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/139308-How-To-Check-If-A-Group-Of-Vectors-Is#comment139354"&gt;@Rowlinginthedeep&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;basis := proc (a::set)&lt;br&gt;&amp;nbsp;local j;&lt;br&gt;&amp;nbsp; for j to nops(a) do &lt;br&gt;&amp;nbsp;&amp;nbsp; if type(a[j], Vector) &amp;lt;&amp;gt; true then &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print("Invalid Input") &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp; end if &lt;br&gt;&amp;nbsp; end do &lt;br&gt;end proc&lt;/p&gt;
&lt;p&gt;See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=procedure' target='_new'&gt;?procedure&lt;/a&gt; for more info. Good luck!&lt;/p&gt;</description>
      <guid>139834</guid>
      <pubDate>Sun, 11 Nov 2012 16:31:12 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
  </channel>
</rss>