<?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 Re: Convert matlab function EXPM to SAS code in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952487#M6380</link>
    <description>&lt;P&gt;I think you need IML EXP function.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
   /* Define the matrix A */
   A = {0 1, -1 0};

   /* Compute the matrix exponential */
   expA = exp(A);

   /* Print the result */
   print expA;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 03 Dec 2024 23:06:52 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2024-12-03T23:06:52Z</dc:date>
    <item>
      <title>Convert matlab function EXPM to SAS code</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952485#M6379</link>
      <description>&lt;P&gt;Hi there. I am converting some Matlab code to SAS code. In Matlab, there is a built-in function that calculates the matrix exponential of a matrix called EXPM. There is no such built-in function for PROC IML. Does anyone know how to write the SAS code to produce the same result as EXPM? Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 22:38:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952485#M6379</guid>
      <dc:creator>di_niu0</dc:creator>
      <dc:date>2024-12-03T22:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert matlab function EXPM to SAS code</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952487#M6380</link>
      <description>&lt;P&gt;I think you need IML EXP function.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
   /* Define the matrix A */
   A = {0 1, -1 0};

   /* Compute the matrix exponential */
   expA = exp(A);

   /* Print the result */
   print expA;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 03 Dec 2024 23:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952487#M6380</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2024-12-03T23:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Convert matlab function EXPM to SAS code</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952488#M6381</link>
      <description>&lt;A href="https://blogs.sas.com/content/iml/2023/05/03/geometry-exponential-of-matrix.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2023/05/03/geometry-exponential-of-matrix.html&lt;/A&gt;</description>
      <pubDate>Wed, 04 Dec 2024 01:10:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952488#M6381</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-12-04T01:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert matlab function EXPM to SAS code</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952514#M6382</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/222217"&gt;@di_niu0&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi there. I am converting some Matlab code to SAS code. In Matlab, there is a built-in function that calculates the matrix exponential of a matrix called EXPM. There is no such built-in function for PROC IML. Does anyone know how to write the SAS code to produce the same result as EXPM? Thank you!&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think you are mistaken. The SAS IML language has supported &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/imlug/imlug_langref_sect146.htm" target="_self"&gt;the EXPMATRIX function&lt;/A&gt;, which computes the exponential of a matrix, for 20+ years.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 10:55:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Convert-matlab-function-EXPM-to-SAS-code/m-p/952514#M6382</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2024-12-04T10:55:11Z</dc:date>
    </item>
  </channel>
</rss>

