<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with linearalgebra</title>
    <link>http://www.mapleprimes.com/tags/linearalgebra</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 25 May 2012 14:47:52 GMT</lastBuildDate>
    <pubDate>Fri, 25 May 2012 14:47:52 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with linearalgebra</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with linearalgebra</title>
      <link>http://www.mapleprimes.com/tags/linearalgebra</link>
    </image>
    <item>
      <title>Search in a Matrix</title>
      <link>http://www.mapleprimes.com/questions/134203-Search-In-A-Matrix?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;I'm using Linearalgebra and suppose I have a 10x10 matrix. I want to find the closest element in each column of the matrix to 100. Any idea how to do it?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I'm using Linearalgebra and suppose I have a 10x10 matrix. I want to find the closest element in each column of the matrix to 100. Any idea how to do it?&lt;/p&gt;</description>
      <guid>134203</guid>
      <pubDate>Mon, 14 May 2012 22:05:43 Z</pubDate>
      <itunes:author>hsadeghi</itunes:author>
      <author>hsadeghi</author>
    </item>
    <item>
      <title>A question about the memory requirement of generalized eigenvalue solver in Maple 10 and further versions</title>
      <link>http://www.mapleprimes.com/questions/133498-A-Question-About-The-Memory-Requirement?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;Dear everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I have a question about the memory requirement of generalized eigenvalue solver in Maple 10 and further versions.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Suppose I have a code like&lt;/p&gt;
&lt;p&gt;***&lt;/p&gt;
&lt;p&gt;with(LinearAlgebra):&lt;br&gt;Digits:=34;&lt;br&gt;n:=30;&lt;br&gt;A:=Matrix(n,n);&lt;br&gt;B:=Matrix(n,n);&lt;br&gt;&lt;br&gt;for i from 1 to n do&lt;br&gt;&amp;nbsp; for j from 1 to n do&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if i=j then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A[i,j]:=i*j;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B[i,j]:=1;...</itunes:summary>
      <description>&lt;p&gt;Dear everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I have a question about the memory requirement of generalized eigenvalue solver in Maple 10 and further versions.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Suppose I have a code like&lt;/p&gt;
&lt;p&gt;***&lt;/p&gt;
&lt;p&gt;with(LinearAlgebra):&lt;br&gt;Digits:=34;&lt;br&gt;n:=30;&lt;br&gt;A:=Matrix(n,n);&lt;br&gt;B:=Matrix(n,n);&lt;br&gt;&lt;br&gt;for i from 1 to n do&lt;br&gt;&amp;nbsp; for j from 1 to n do&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if i=j then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A[i,j]:=i*j;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B[i,j]:=1;...</description>
      <guid>133498</guid>
      <pubDate>Fri, 27 Apr 2012 11:50:03 Z</pubDate>
      <itunes:author>smith_alpha</itunes:author>
      <author>smith_alpha</author>
    </item>
    <item>
      <title>Kernel connection lost on very simple LinearAlgebra</title>
      <link>http://www.mapleprimes.com/questions/133018-Kernel-Connection-Lost-On-Very-Simple?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I am using Maple 15 on a Macbook Pro, and I was using this simple code&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; restart;with(LinearAlgebra):&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P := Matrix(4, 4, &amp;nbsp;&amp;nbsp; [[1, s, t, 0], [0, 1, s, 0], [0, 0, 1, s], [0, 0, 0, s]]);&lt;br&gt;DiagonalMatrix(Column(P, 2)).P;&lt;/p&gt;
&lt;p&gt;which should be easy but then Maple gives me a pop-up message:&lt;/p&gt;
&lt;p&gt;"Kernel connection has been lost.&amp;nbsp; The kernel returned the following error message:&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I am using Maple 15 on a Macbook Pro, and I was using this simple code&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; restart;with(LinearAlgebra):&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P := Matrix(4, 4, &amp;nbsp;&amp;nbsp; [[1, s, t, 0], [0, 1, s, 0], [0, 0, 1, s], [0, 0, 0, s]]);&lt;br&gt;DiagonalMatrix(Column(P, 2)).P;&lt;/p&gt;
&lt;p&gt;which should be easy but then Maple gives me a pop-up message:&lt;/p&gt;
&lt;p&gt;"Kernel connection has been lost.&amp;nbsp; The kernel returned the following error message:&lt;/p&gt;
</description>
      <guid>133018</guid>
      <pubDate>Mon, 16 Apr 2012 14:02:43 Z</pubDate>
      <itunes:author>fredbel6</itunes:author>
      <author>fredbel6</author>
    </item>
    <item>
      <title>How to write the equation of the line?</title>
      <link>http://www.mapleprimes.com/questions/132635-How-To-Write-The-Equation-Of-The-Line?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;I want to write the equation of the line which passing the two point A(1, 1) and B(m+1, -2*m + 2) by using LinearAlgebra, but i can not write. Please help me. Thank you.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I want to write the equation of the line which passing the two point A(1, 1) and B(m+1, -2*m + 2) by using LinearAlgebra, but i can not write. Please help me. Thank you.&lt;/p&gt;</description>
      <guid>132635</guid>
      <pubDate>Thu, 05 Apr 2012 06:12:42 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>D can be unprotected, but is still seen as operator?</title>
      <link>http://www.mapleprimes.com/questions/131766-D-Can-Be-Unprotected-But-Is-Still-Seen?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I always used something different from D when using diagonal matrices. Now I learned I can unprotect D.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;However, I got this:&lt;/p&gt;
&lt;p&gt;&amp;gt; restart; with(LinearAlgebra);&lt;br&gt;&amp;gt; unprotect(D);&lt;br&gt;&amp;gt; D := DiagonalMatrix([2, 3]);&lt;br&gt;&amp;gt; D.D;D^(2);&lt;br&gt;Error, invalid 'D' operator&lt;/p&gt;
&lt;p&gt;Maple does interpret D as a matrix that he can square, but the exponentional notation can't be used as he sees it as some sort of operator?&amp;nbsp; Can anyone point out my mistake?</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I always used something different from D when using diagonal matrices. Now I learned I can unprotect D.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;However, I got this:&lt;/p&gt;
&lt;p&gt;&amp;gt; restart; with(LinearAlgebra);&lt;br&gt;&amp;gt; unprotect(D);&lt;br&gt;&amp;gt; D := DiagonalMatrix([2, 3]);&lt;br&gt;&amp;gt; D.D;D^(2);&lt;br&gt;Error, invalid 'D' operator&lt;/p&gt;
&lt;p&gt;Maple does interpret D as a matrix that he can square, but the exponentional notation can't be used as he sees it as some sort of operator?&amp;nbsp; Can anyone point out my mistake?</description>
      <guid>131766</guid>
      <pubDate>Thu, 15 Mar 2012 07:14:35 Z</pubDate>
      <itunes:author>fredbel6</itunes:author>
      <author>fredbel6</author>
    </item>
    <item>
      <title>Coordinates of a point (8)</title>
      <link>http://www.mapleprimes.com/questions/131538-Coordinates-Of-A-Point-8?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;Problem. Let MNPQ be a square. &amp;nbsp;Find the other two&amp;nbsp;vertices, &amp;nbsp;knowing that, &amp;nbsp;the vertices M(5; 3; -1), P(2; 3; -4) and N lies on the plane x + y - z &amp;nbsp;- 6 = 0.&lt;/p&gt;
&lt;p&gt;This is my code&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;gt; restart:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(LinearAlgebra):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;M:=&amp;lt;5,3,-1&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P:=&amp;lt;2,3,-4&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N:=&amp;lt;x,y,z&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:=DotProduct(M-N,P-N,conjugate =false):&lt;/strong&gt;</itunes:summary>
      <description>&lt;p&gt;Problem. Let MNPQ be a square. &amp;nbsp;Find the other two&amp;nbsp;vertices, &amp;nbsp;knowing that, &amp;nbsp;the vertices M(5; 3; -1), P(2; 3; -4) and N lies on the plane x + y - z &amp;nbsp;- 6 = 0.&lt;/p&gt;
&lt;p&gt;This is my code&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;gt; restart:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with(LinearAlgebra):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;M:=&amp;lt;5,3,-1&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;P:=&amp;lt;2,3,-4&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;N:=&amp;lt;x,y,z&amp;gt;:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A:=DotProduct(M-N,P-N,conjugate =false):&lt;/strong&gt;</description>
      <guid>131538</guid>
      <pubDate>Thu, 08 Mar 2012 15:32:36 Z</pubDate>
      <itunes:author>toandhsp</itunes:author>
      <author>toandhsp</author>
    </item>
    <item>
      <title>Can we optimize Matrix-Vector operations with the LinearAlgebra package or is O(n^3) ~ O(n^2)</title>
      <link>http://www.mapleprimes.com/questions/131248-Can-We-Optimize-MatrixVector-Operations?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;The following example shows some typical computations with Householder- or reflextion matrices. Why are the second and third variants only slightly better than the first one? Could we get a real speedup without rtable/NAG/BLAS/etc. tricks?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$ maple15&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; |\^/|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maple 15 (X86 64 LINUX)&lt;br&gt;._|\|&amp;nbsp;&amp;nbsp; |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2011&lt;br&gt;&amp;nbsp;\&amp;nbsp; MAPLE&amp;nbsp; /&amp;nbsp; All...</itunes:summary>
      <description>&lt;p&gt;The following example shows some typical computations with Householder- or reflextion matrices. Why are the second and third variants only slightly better than the first one? Could we get a real speedup without rtable/NAG/BLAS/etc. tricks?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;$ maple15&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; |\^/|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maple 15 (X86 64 LINUX)&lt;br&gt;._|\|&amp;nbsp;&amp;nbsp; |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2011&lt;br&gt;&amp;nbsp;\&amp;nbsp; MAPLE&amp;nbsp; /&amp;nbsp; All...</description>
      <guid>131248</guid>
      <pubDate>Mon, 27 Feb 2012 18:31:01 Z</pubDate>
      <itunes:author>viraghj</itunes:author>
      <author>viraghj</author>
    </item>
    <item>
      <title>dsolve,numeric: "Error, (in dsolve/numeric/BVPSolve) matrix is singular". Why?</title>
      <link>http://www.mapleprimes.com/questions/130222-Dsolvenumeric-Error-in-DsolvenumericBVPSolve?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;Hey everyone.&lt;/p&gt;
&lt;p&gt;I have been trying to solve an ODE with BC with dsolve,numeric but always get the error below:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;gt; Error, (in dsolve/numeric/BVPSolve) matrix is singular&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;My problem is not solving it (ie fine to do with LinearAlgebra package or similar), but why does this error occur? What is the problem with the ODE/BC that produces this error?&lt;/p&gt;
&lt;p&gt;And is there a way of adjusting the ODE/BC to be able to solve it simply by using dsolve,numeric?</itunes:summary>
      <description>&lt;p&gt;Hey everyone.&lt;/p&gt;
&lt;p&gt;I have been trying to solve an ODE with BC with dsolve,numeric but always get the error below:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;gt; Error, (in dsolve/numeric/BVPSolve) matrix is singular&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;My problem is not solving it (ie fine to do with LinearAlgebra package or similar), but why does this error occur? What is the problem with the ODE/BC that produces this error?&lt;/p&gt;
&lt;p&gt;And is there a way of adjusting the ODE/BC to be able to solve it simply by using dsolve,numeric?</description>
      <guid>130222</guid>
      <pubDate>Tue, 31 Jan 2012 11:20:33 Z</pubDate>
      <itunes:author>Lars282</itunes:author>
      <author>Lars282</author>
    </item>
    <item>
      <title>Joint Meetings Linear Algebra Example Generator</title>
      <link>http://www.mapleprimes.com/posts/129342-Joint-Meetings-Linear-Algebra-Example-Generator?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One of the challenges in Linear Algebra is in developing problems, projects, and exercises that are both larger dimensional and student-accessible. Indeed, round-off error, computational complexity, difficulty factoring characteristic polynomials of degree 3 or higher, and similar aspects often mean that any problems or applications of rank 3 or higher are approached solely via technology.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;However, that same technology can be used to create...</itunes:summary>
      <description>
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One of the challenges in Linear Algebra is in developing problems, projects, and exercises that are both larger dimensional and student-accessible. Indeed, round-off error, computational complexity, difficulty factoring characteristic polynomials of degree 3 or higher, and similar aspects often mean that any problems or applications of rank 3 or higher are approached solely via technology.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;However, that same technology can be used to create...</description>
      <guid>129342</guid>
      <pubDate>Thu, 05 Jan 2012 08:28:45 Z</pubDate>
      <itunes:author>JeffKnisley</itunes:author>
      <author>JeffKnisley</author>
    </item>
    <item>
      <title>There is a bug in Vector[row] when n&gt;10</title>
      <link>http://www.mapleprimes.com/posts/128871-There-Is-A-Bug-In-Vectorrow-When-N10?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;I have come across this previously but I never had the energy to report it. &lt;br&gt;The problem is that there exist a bug in Vector[row] when n&amp;gt;10. &lt;br&gt;&lt;br&gt;For example run the below code:&lt;br&gt;&lt;br&gt;restart: &lt;br&gt;with(LinearAlgebra): &lt;br&gt;a1 := Vector[row]([seq(w[i], i = 1 .. 5)]);&lt;br&gt;a2 := Vector[column]([seq(w[i], i = 1 .. 5)]);&lt;br&gt;&lt;br&gt;a3 := Vector[row]([seq(w[i], i = 1 .. 20)]);&lt;br&gt;a4 := Vector[column]([seq(w[i], i = 1 .. 20)]);&lt;br&gt;&lt;br&gt;a1.a2; &lt;br&gt;a3.a4;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp...</itunes:summary>
      <description>&lt;p&gt;I have come across this previously but I never had the energy to report it. &lt;br&gt;The problem is that there exist a bug in Vector[row] when n&amp;gt;10. &lt;br&gt;&lt;br&gt;For example run the below code:&lt;br&gt;&lt;br&gt;restart: &lt;br&gt;with(LinearAlgebra): &lt;br&gt;a1 := Vector[row]([seq(w[i], i = 1 .. 5)]);&lt;br&gt;a2 := Vector[column]([seq(w[i], i = 1 .. 5)]);&lt;br&gt;&lt;br&gt;a3 := Vector[row]([seq(w[i], i = 1 .. 20)]);&lt;br&gt;a4 := Vector[column]([seq(w[i], i = 1 .. 20)]);&lt;br&gt;&lt;br&gt;a1.a2; &lt;br&gt;a3.a4;&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp...</description>
      <guid>128871</guid>
      <pubDate>Fri, 16 Dec 2011 14:56:13 Z</pubDate>
      <itunes:author>alex_01</itunes:author>
      <author>alex_01</author>
    </item>
    <item>
      <title>LinearAlgebra[Generic][SmithForm]  examples sought</title>
      <link>http://www.mapleprimes.com/questions/125374-LinearAlgebraGenericSmithForm--Examples?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;Does anyone happen to have a worksheet that implements&amp;nbsp;&lt;span&gt;LinearAlgebra[Generic][SmithForm]&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;for Euclidean domains like Z[w], w^3 = 1, or Z[sqrt(d)] where d =&amp;nbsp;&amp;minus;11, &amp;minus;7, &amp;minus;3, &amp;minus;2, &amp;minus;1, 2, 3, 5, 6, 7, 11, 13, 17, 19, 21, 29, 33, 37, 41, 57, 73?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If so I would greatly appreciate receiving a copy of it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;--Edwin Clark&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;</itunes:summary>
      <description>&lt;p&gt;Does anyone happen to have a worksheet that implements&amp;nbsp;&lt;span&gt;LinearAlgebra[Generic][SmithForm]&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;for Euclidean domains like Z[w], w^3 = 1, or Z[sqrt(d)] where d =&amp;nbsp;&amp;minus;11, &amp;minus;7, &amp;minus;3, &amp;minus;2, &amp;minus;1, 2, 3, 5, 6, 7, 11, 13, 17, 19, 21, 29, 33, 37, 41, 57, 73?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If so I would greatly appreciate receiving a copy of it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;--Edwin Clark&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br&gt;&lt;/span&gt;</description>
      <guid>125374</guid>
      <pubDate>Sat, 03 Sep 2011 07:03:09 Z</pubDate>
      <itunes:author>eclark</itunes:author>
      <author>eclark</author>
    </item>
    <item>
      <title>construct matrix of singular values</title>
      <link>http://www.mapleprimes.com/questions/125197-Construct-Matrix-Of-Singular-Values?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;I am using the LinearAlgebra package. The function SinbularValues returns the singular value matrix S as a vector, i.e.,S*&amp;lt;1,1,1..1&amp;gt;.&amp;nbsp; Is there an easy way to recover S, itself, from this vector?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I am using the LinearAlgebra package. The function SinbularValues returns the singular value matrix S as a vector, i.e.,S*&amp;lt;1,1,1..1&amp;gt;.&amp;nbsp; Is there an easy way to recover S, itself, from this vector?&lt;/p&gt;</description>
      <guid>125197</guid>
      <pubDate>Sun, 28 Aug 2011 03:19:19 Z</pubDate>
      <itunes:author>jalexanal</itunes:author>
      <author>jalexanal</author>
    </item>
    <item>
      <title>how to tell Maple that matrix is symmetric with real entries</title>
      <link>http://www.mapleprimes.com/questions/123467-How-To-Tell-Maple-That-Matrix-Is-Symmetric?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;I was going to demonstrate the action of Maple for a symmetric 3 by 3 real matrix with 1, 2, and 3 distinct eigenvalues and got strange results.&amp;nbsp; It may be that I need to explicitly tell Maple that the matrix is symmetric and real. (How would I do this?)&lt;/p&gt;
&lt;p&gt;For example, after&amp;nbsp;&amp;nbsp; with(LinearAlgebra)&amp;nbsp;&amp;nbsp;&amp;nbsp; I put &amp;nbsp; tmat1:=Matrix(3,3,[1,2,3,2,4,5,3,5,6]), and get eigenvalues with small imaginary parts (!).&amp;nbsp;&amp;nbsp; When I put&amp;nbsp;&amp;nbsp; tmat2:=Matrix(3,3,[0,1,1,1,0,1,1,1,0...</itunes:summary>
      <description>&lt;p&gt;I was going to demonstrate the action of Maple for a symmetric 3 by 3 real matrix with 1, 2, and 3 distinct eigenvalues and got strange results.&amp;nbsp; It may be that I need to explicitly tell Maple that the matrix is symmetric and real. (How would I do this?)&lt;/p&gt;
&lt;p&gt;For example, after&amp;nbsp;&amp;nbsp; with(LinearAlgebra)&amp;nbsp;&amp;nbsp;&amp;nbsp; I put &amp;nbsp; tmat1:=Matrix(3,3,[1,2,3,2,4,5,3,5,6]), and get eigenvalues with small imaginary parts (!).&amp;nbsp;&amp;nbsp; When I put&amp;nbsp;&amp;nbsp; tmat2:=Matrix(3,3,[0,1,1,1,0,1,1,1,0...</description>
      <guid>123467</guid>
      <pubDate>Thu, 30 Jun 2011 22:02:17 Z</pubDate>
      <itunes:author>rwether</itunes:author>
      <author>rwether</author>
    </item>
    <item>
      <title>Minimal polynomials in GF</title>
      <link>http://www.mapleprimes.com/posts/121576-Minimal-Polynomials-In-GF?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;Answering to that question, I posted several procedures finding minimal polynomials for the elements of finite fields. The best one was the following,&lt;/p&gt;
&lt;pre&gt;alias(a=RootOf(T^100+T^97+T^96+T^93+T^91+T^89+T^87+T^86+T^82+T^81+T^71+T^70+T^67+T^61+
T^60+T^57+T^54+T^53+T^52+T^49+T^48+T^45+T^44+T^42+T^39+T^36+T^33+T^32+T^31+T^29+T^28+T^27+
T^26+T^24+T^23+T^22+T^18+T^17+T^16+T^14+T^13+T^12+T^10+T^8+T^7+T^6+T^3+T+1)):

F:=GF(2,100,op(a)):
z:=F:-input(2):

MinPolyGF:=proc(x,y:=_X)
local A, i;
A:=Matrix(100,...&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Answering to that question, I posted several procedures finding minimal polynomials for the elements of finite fields. The best one was the following,&lt;/p&gt;
&lt;pre&gt;alias(a=RootOf(T^100+T^97+T^96+T^93+T^91+T^89+T^87+T^86+T^82+T^81+T^71+T^70+T^67+T^61+
T^60+T^57+T^54+T^53+T^52+T^49+T^48+T^45+T^44+T^42+T^39+T^36+T^33+T^32+T^31+T^29+T^28+T^27+
T^26+T^24+T^23+T^22+T^18+T^17+T^16+T^14+T^13+T^12+T^10+T^8+T^7+T^6+T^3+T+1)):

F:=GF(2,100,op(a)):
z:=F:-input(2):

MinPolyGF:=proc(x,y:=_X)
local A, i;
A:=Matrix(100,...&lt;/pre&gt;</description>
      <guid>121576</guid>
      <pubDate>Sun, 12 Jun 2011 15:42:17 Z</pubDate>
      <itunes:author>Alec Mihailovs</itunes:author>
      <author>Alec Mihailovs</author>
    </item>
    <item>
      <title>Order of eigenvalues in LinearAlgebra:-Eigenvectors</title>
      <link>http://www.mapleprimes.com/questions/119852-Order-Of-Eigenvalues-In-LinearAlgebra?ref=Feed:MaplePrimes:Tagged With linearalgebra</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am computing eigenvalues of a 3X3 square Matrix that contains symbolic elements and many zeros. There are 2 zero eigenvalues and 1 non-zero. I'd like to request Maple to order the eigenvalues in a certain way, with the non-zero eigenvalue first. Oddly, the command LinearAlgebra:-Eigenvectors(A); orders them in a seemingly random way, with the non-zero eigenvalue either first or last, never in the middle. The&amp;nbsp;LinearAlgebra:-Eigenvalues(A); commands seems...</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am computing eigenvalues of a 3X3 square Matrix that contains symbolic elements and many zeros. There are 2 zero eigenvalues and 1 non-zero. I'd like to request Maple to order the eigenvalues in a certain way, with the non-zero eigenvalue first. Oddly, the command LinearAlgebra:-Eigenvectors(A); orders them in a seemingly random way, with the non-zero eigenvalue either first or last, never in the middle. The&amp;nbsp;LinearAlgebra:-Eigenvalues(A); commands seems...</description>
      <guid>119852</guid>
      <pubDate>Thu, 12 May 2011 18:53:31 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
  </channel>
</rss>
