<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to generate Eigenvalues in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83858#M33064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, this shouldn't be a necessary step...&lt;BR /&gt;&lt;BR /&gt;From M14020 Help - eigenvecs(M, ["L"])&lt;BR /&gt;"The nth column of the matrix returned is an eigenvector corresponding to the nth eigenvalue returned by eigenvals."&lt;BR /&gt;&lt;BR /&gt;I seem to recall a problem with this in the past, i.e., the eigenvalues and vectors were not in the same order. Perhaps this was fixed in M14?&lt;BR /&gt;&lt;BR /&gt;I always check now...&lt;BR /&gt;&lt;BR /&gt;Rich&lt;BR /&gt;&lt;A href="http://www.downeastengineering.com/" target="_new"&gt;http://www.downeastengineering.com/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2010 08:00:00 GMT</pubDate>
    <dc:creator>Ninetrees</dc:creator>
    <dc:date>2010-01-05T08:00:00Z</dc:date>
    <item>
      <title>How to generate Eigenvalues</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83854#M33060</link>
      <description>Hi.I have a worksheet I'm attempting to translate into SQL (Structured Query Language), specifically Transact-SQL (Microsoft SQL Server language).Currently the only stumbling block is that I need to generate Eigenvalues. Are there standard algorithms that I can use, or is this</description>
      <pubDate>Thu, 03 May 2018 19:48:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83854#M33060</guid>
      <dc:creator>PhilipLeitch</dc:creator>
      <dc:date>2018-05-03T19:48:03Z</dc:date>
    </item>
    <item>
      <title>How to generate Eigenvalues</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83855#M33061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;In the attached excel file you can found a macro to compute the eigenvalues if they are reals; that because I don't like to use complexes with excel (using macros or any other cheat), and is one of the most important argument to reject excel.&lt;BR /&gt;&lt;BR /&gt;The only one excel vba function dependence is mmult, the product of arrays, so hope that can be translated to any other language.&lt;BR /&gt;&lt;BR /&gt;Regards. Alvaro.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 08:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83855#M33061</guid>
      <dc:creator>AlvaroDíaz</dc:creator>
      <dc:date>2010-01-04T08:00:00Z</dc:date>
    </item>
    <item>
      <title>How to generate Eigenvalues</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83856#M33062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The maths of the "Eigenvalues" are given in Mathcad.&lt;BR /&gt;&lt;BR /&gt;jmG&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 08:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83856#M33062</guid>
      <dc:creator>ptc-1368288</dc:creator>
      <dc:date>2010-01-04T08:00:00Z</dc:date>
    </item>
    <item>
      <title>How to generate Eigenvalues</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83857#M33063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Try eigenvals ... and if you also want the vectors eigenvec given one of the eigenvals.&lt;BR /&gt;&lt;BR /&gt;Steen Gro�e&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 08:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83857#M33063</guid>
      <dc:creator>SteenGroðe</dc:creator>
      <dc:date>2010-01-04T08:00:00Z</dc:date>
    </item>
    <item>
      <title>How to generate Eigenvalues</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83858#M33064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, this shouldn't be a necessary step...&lt;BR /&gt;&lt;BR /&gt;From M14020 Help - eigenvecs(M, ["L"])&lt;BR /&gt;"The nth column of the matrix returned is an eigenvector corresponding to the nth eigenvalue returned by eigenvals."&lt;BR /&gt;&lt;BR /&gt;I seem to recall a problem with this in the past, i.e., the eigenvalues and vectors were not in the same order. Perhaps this was fixed in M14?&lt;BR /&gt;&lt;BR /&gt;I always check now...&lt;BR /&gt;&lt;BR /&gt;Rich&lt;BR /&gt;&lt;A href="http://www.downeastengineering.com/" target="_new"&gt;http://www.downeastengineering.com/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 08:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83858#M33064</guid>
      <dc:creator>Ninetrees</dc:creator>
      <dc:date>2010-01-05T08:00:00Z</dc:date>
    </item>
    <item>
      <title>How to generate Eigenvalues</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83859#M33065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Sorry - what I meant is that I have a worksheet in Mathcad that I am trying to translate into SQL Server's Transact-SQL.&lt;BR /&gt;&lt;BR /&gt;I think the Excel file is going to be the key to doing this.&lt;BR /&gt;&lt;BR /&gt;Philip&lt;BR /&gt;___________________&lt;BR /&gt;Nobody can hear you scream in Euclidean space.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 08:00:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/How-to-generate-Eigenvalues/m-p/83859#M33065</guid>
      <dc:creator>PhilipLeitch</dc:creator>
      <dc:date>2010-01-07T08:00:00Z</dc:date>
    </item>
  </channel>
</rss>

