<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Use fsolve or Matrix dissection</title>
    <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 19:21:30 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 19:21:30 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Use fsolve or Matrix dissection</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Use fsolve or Matrix dissection</title>
      <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection</link>
    </image>
    <item>
      <title>By PolynomialSystem</title>
      <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection?ref=Feed:MaplePrimes:Use fsolve or Matrix dissection:Comments#answer95866</link>
      <itunes:summary>&lt;p&gt;Here is the solution of your matrix equation with the SolveTools package: &lt;a href="/view.aspx?sf=95866/279580/MatrixEquation.mw"&gt;MatrixEquation.mw&lt;/a&gt; .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Here is the solution of your matrix equation with the SolveTools package: &lt;a href="/view.aspx?sf=95866/279580/MatrixEquation.mw"&gt;MatrixEquation.mw&lt;/a&gt; .&lt;/p&gt;</description>
      <guid>95866</guid>
      <pubDate>Sat, 07 Aug 2010 18:50:31 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>Cholesky factorization</title>
      <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection?ref=Feed:MaplePrimes:Use fsolve or Matrix dissection:Comments#answer95869</link>
      <itunes:summary>&lt;p&gt;You want some factorization C.Transpose(C) = A for a given matrix A.&lt;/p&gt;
&lt;p&gt;Your matrix is symmetric, thus admits a base of Eigenvectors, which&lt;br&gt;gives a diagonal matrix delta. Taking the square root is easy and&lt;br&gt; gives the desired C, after combining all that.&lt;/p&gt;
&lt;p&gt;Find a sheet attached.&lt;/p&gt;
&lt;p&gt;PS: please do not post questions through pdf files - usually nobody&lt;br&gt;wants to type that in again. The best is: provide as ASCII text.&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=95869/279584/Cholesky_factorizati.mws"&gt;Cholesky_factorizati.mws&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You want some factorization C.Transpose(C) = A for a given matrix A.&lt;/p&gt;
&lt;p&gt;Your matrix is symmetric, thus admits a base of Eigenvectors, which&lt;br&gt;gives a diagonal matrix delta. Taking the square root is easy and&lt;br&gt; gives the desired C, after combining all that.&lt;/p&gt;
&lt;p&gt;Find a sheet attached.&lt;/p&gt;
&lt;p&gt;PS: please do not post questions through pdf files - usually nobody&lt;br&gt;wants to type that in again. The best is: provide as ASCII text.&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=95869/279584/Cholesky_factorizati.mws"&gt;Cholesky_factorizati.mws&lt;/a&gt;&lt;/p&gt;</description>
      <guid>95869</guid>
      <pubDate>Sat, 07 Aug 2010 21:00:46 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>Cholesky factorization</title>
      <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection?ref=Feed:MaplePrimes:Use fsolve or Matrix dissection:Comments#answer95876</link>
      <itunes:summary>&lt;pre&gt;C:=LinearAlgebra:-LUDecomposition(A,'method'='Cholesky','output'='L');

C.C^%T;
&lt;/pre&gt;
&lt;p&gt;The option &lt;strong&gt;output=L&lt;/strong&gt; is not necessary, as it is the default form returned for &lt;strong&gt;method=Cholesky&lt;/strong&gt;. See &lt;a href="http://en.wikipedia.org/wiki/Cholesky_decomposition"&gt;here&lt;/a&gt; for lots more detail.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;pre&gt;C:=LinearAlgebra:-LUDecomposition(A,'method'='Cholesky','output'='L');

C.C^%T;
&lt;/pre&gt;
&lt;p&gt;The option &lt;strong&gt;output=L&lt;/strong&gt; is not necessary, as it is the default form returned for &lt;strong&gt;method=Cholesky&lt;/strong&gt;. See &lt;a href="http://en.wikipedia.org/wiki/Cholesky_decomposition"&gt;here&lt;/a&gt; for lots more detail.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>95876</guid>
      <pubDate>Sun, 08 Aug 2010 07:38:16 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>A bit of theory</title>
      <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection?ref=Feed:MaplePrimes:Use fsolve or Matrix dissection:Comments#answer95884</link>
      <itunes:summary>&lt;p&gt;There are really just 6 equations, not 9, because C . Transpose(C) is symmetric.&amp;nbsp; So you would expect at least 3 arbitrary variables&lt;/p&gt;
&lt;p&gt;Note that if C is a solution, so is C U where U is any 3 x 3 orthogonal matrix (i.e. a matrix such that &lt;br&gt;U . Transpose(U) is the identity matrix).&amp;nbsp; The orthogonal matrices are a 3-dimensional manifold, so that accounts for your three arbitrary variables.&amp;nbsp; Moreover, the equation C . Transpose(C) = B . Transpose(B) (where these matrices are invertible) can be written as&lt;/p&gt;
&lt;p&gt;B^(-1) . C . Transpose(B^(-1) . C) = B^(-1) . C . Transpose(C) . Transpose(B)^(-1) &lt;br&gt;&amp;nbsp;&amp;nbsp; = B^(-1) . B . Transpose(B) . Transpose(B)^(-1) = IdentityMatrix&lt;/p&gt;
&lt;p&gt;so B^(-1).C is orthogonal, i.e. any two solutions (in the invertible case) are related by an orthogonal matrix.&lt;/p&gt;
&lt;p&gt;The Cholesky decomposition (in the case of a positive definite matrix Q, which yours is) finds a lower triangular matrix L such that L . Transpose(L) = Q.&amp;nbsp; Thus the general solution is C = L . U where U is an orthogonal matrix, and L can be obtained by&lt;/p&gt;
&lt;pre&gt;&amp;gt; L := LinearAlgebra:-LUDecomposition(Q, method=Cholesky);&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2&amp;nbsp; 0&amp;nbsp; 0]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; L := [2&amp;nbsp; 2&amp;nbsp; 0]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [0&amp;nbsp; 2&amp;nbsp; 2]&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;There are really just 6 equations, not 9, because C . Transpose(C) is symmetric.&amp;nbsp; So you would expect at least 3 arbitrary variables&lt;/p&gt;
&lt;p&gt;Note that if C is a solution, so is C U where U is any 3 x 3 orthogonal matrix (i.e. a matrix such that &lt;br&gt;U . Transpose(U) is the identity matrix).&amp;nbsp; The orthogonal matrices are a 3-dimensional manifold, so that accounts for your three arbitrary variables.&amp;nbsp; Moreover, the equation C . Transpose(C) = B . Transpose(B) (where these matrices are invertible) can be written as&lt;/p&gt;
&lt;p&gt;B^(-1) . C . Transpose(B^(-1) . C) = B^(-1) . C . Transpose(C) . Transpose(B)^(-1) &lt;br&gt;&amp;nbsp;&amp;nbsp; = B^(-1) . B . Transpose(B) . Transpose(B)^(-1) = IdentityMatrix&lt;/p&gt;
&lt;p&gt;so B^(-1).C is orthogonal, i.e. any two solutions (in the invertible case) are related by an orthogonal matrix.&lt;/p&gt;
&lt;p&gt;The Cholesky decomposition (in the case of a positive definite matrix Q, which yours is) finds a lower triangular matrix L such that L . Transpose(L) = Q.&amp;nbsp; Thus the general solution is C = L . U where U is an orthogonal matrix, and L can be obtained by&lt;/p&gt;
&lt;pre&gt;&amp;gt; L := LinearAlgebra:-LUDecomposition(Q, method=Cholesky);&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2&amp;nbsp; 0&amp;nbsp; 0]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; L := [2&amp;nbsp; 2&amp;nbsp; 0]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [0&amp;nbsp; 2&amp;nbsp; 2]&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</description>
      <guid>95884</guid>
      <pubDate>Mon, 09 Aug 2010 00:49:49 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>It is`nt my C</title>
      <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection?ref=Feed:MaplePrimes:Use fsolve or Matrix dissection:Comments#answer95888</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;I read all answered and each result was correct , but it is`nt my c.&lt;/p&gt;
&lt;p&gt;because i want to find a special c.&lt;/p&gt;
&lt;p&gt;maybe my question wrong or .........&lt;/p&gt;
&lt;p&gt;but i want to solve&lt;/p&gt;
&lt;p&gt;and for this i use Q= C.C&lt;/p&gt;
&lt;p&gt;then i want to find C,&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;table width="576" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/82a90fcea9d908a023ba81542ec4fc7b.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/452d4e35e1d549fb2a5d330c80078aad.gif" alt="" width="148" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/8eed3bd72651bbd88443da839393c4e4.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/d27fc2d3cc27ba7f0ef963034aadecdf.gif" alt="" width="342" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -41;" src="/view.aspx?sf=95888/279612/9b36b6f351af2271bd3292f07587f3b3.gif" alt="" width="119" height="94"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(1)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/79f3a26aa99f995df1c41263c7200a6b.gif" alt="" width="342" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -41;" src="/view.aspx?sf=95888/279612/ebc035eb1e3f069170f83300d1baf665.gif" alt="" width="119" height="94"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(2)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/516a0e6c2e72ae6db8547db8d28906f1.gif" alt="" width="339" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -41;" src="/view.aspx?sf=95888/279612/d2b5c96af6221cb7da80bb265b4f4c2e.gif" alt="" width="116" height="94"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(3)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/ee5d3e364a29b0d47a7748cc1f106bfc.gif" alt="" width="306" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/90bf4bd1eb543325f5bbe308697d93f4.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/353ff402abaf932593a945a801510a7e.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/41c8ee8f5ebe28e461f620bc673e6012.gif" alt="" width="547" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/4e39a6f6f96fde56712b34b8bb22c01d.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/914ef1be282ff4131d541a15793e00f3.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;form&gt;&lt;input name="sequence" type="hidden" value="1"&gt;&lt;/form&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=95888/279612/MyMatrix.mw"&gt;Download MyMatrix.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family: Courier New;"&gt;Reza&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;I read all answered and each result was correct , but it is`nt my c.&lt;/p&gt;
&lt;p&gt;because i want to find a special c.&lt;/p&gt;
&lt;p&gt;maybe my question wrong or .........&lt;/p&gt;
&lt;p&gt;but i want to solve&lt;/p&gt;
&lt;p&gt;and for this i use Q= C.C&lt;/p&gt;
&lt;p&gt;then i want to find C,&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;table width="576" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/82a90fcea9d908a023ba81542ec4fc7b.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/452d4e35e1d549fb2a5d330c80078aad.gif" alt="" width="148" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/8eed3bd72651bbd88443da839393c4e4.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/d27fc2d3cc27ba7f0ef963034aadecdf.gif" alt="" width="342" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -41;" src="/view.aspx?sf=95888/279612/9b36b6f351af2271bd3292f07587f3b3.gif" alt="" width="119" height="94"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(1)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/79f3a26aa99f995df1c41263c7200a6b.gif" alt="" width="342" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -41;" src="/view.aspx?sf=95888/279612/ebc035eb1e3f069170f83300d1baf665.gif" alt="" width="119" height="94"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(2)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/516a0e6c2e72ae6db8547db8d28906f1.gif" alt="" width="339" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -41;" src="/view.aspx?sf=95888/279612/d2b5c96af6221cb7da80bb265b4f4c2e.gif" alt="" width="116" height="94"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="color: #000000; font-family: Times, serif; font-weight: bold; font-style: normal;" align="right"&gt;(3)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -11;" src="/view.aspx?sf=95888/279612/ee5d3e364a29b0d47a7748cc1f106bfc.gif" alt="" width="306" height="28"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/90bf4bd1eb543325f5bbe308697d93f4.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/353ff402abaf932593a945a801510a7e.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/41c8ee8f5ebe28e461f620bc673e6012.gif" alt="" width="547" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #ff0000; font-size: 100%; font-family: monospace,monospace; font-weight: bold; font-style: normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/4e39a6f6f96fde56712b34b8bb22c01d.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;"&gt;&lt;img style="vertical-align: -6;" src="/view.aspx?sf=95888/279612/914ef1be282ff4131d541a15793e00f3.gif" alt="" width="11" height="23"&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;form&gt;&lt;input name="sequence" type="hidden" value="1"&gt;&lt;/form&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=95888/279612/MyMatrix.mw"&gt;Download MyMatrix.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family: Courier New;"&gt;Reza&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>95888</guid>
      <pubDate>Mon, 09 Aug 2010 08:40:45 Z</pubDate>
      <itunes:author>reza_maple</itunes:author>
      <author>reza_maple</author>
    </item>
    <item>
      <title>can you described your answer</title>
      <link>http://www.mapleprimes.com/questions/95864-Use-Fsolve-Or-Matrix-Dissection?ref=Feed:MaplePrimes:Use fsolve or Matrix dissection:Comments#comment95867</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;hi&lt;/p&gt;
&lt;p&gt;i read your answer , it seems correct , i am new in linear algebra&lt;/p&gt;
&lt;p&gt;can you described your answer .&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family: Courier New;"&gt;Reza&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&amp;nbsp;hi&lt;/p&gt;
&lt;p&gt;i read your answer , it seems correct , i am new in linear algebra&lt;/p&gt;
&lt;p&gt;can you described your answer .&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-family: Courier New;"&gt;Reza&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;</description>
      <guid>95867</guid>
      <pubDate>Sat, 07 Aug 2010 20:05:34 Z</pubDate>
      <itunes:author>reza_maple</itunes:author>
      <author>reza_maple</author>
    </item>
  </channel>
</rss>