<?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: Matrix multiplication of symmetric matrices in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934729#M229062</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/234005"&gt;@JohannesR&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Currently its not a feature but there is an idea/feature request in the community if you want to support it&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Ideas/Support-Basic-Linear-Algebra-Vectors-and-Matrices/idi-p/62513" target="_blank"&gt;Support Basic Linear Algebra (Vectors and Matrices... - Alteryx Community&lt;/A&gt;. To achieve this you'll need to create an iterative or batch macro to loop through each column/row, couldn't find anyone on the gallery who has done this yet.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 09:06:05 GMT</pubDate>
    <dc:creator>IraWatt</dc:creator>
    <dc:date>2022-05-05T09:06:05Z</dc:date>
    <item>
      <title>Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934728#M229061</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to multiply a symmetric matrix of a predefined format (14x14) with another symmetric matrix of the same format.&lt;/P&gt;&lt;P&gt;The easiest case to show here would be to multiply the matrix with itself.&lt;/P&gt;&lt;P&gt;I know, the most convenient solution might be the matrix multiplication in e.g. python, but given that the python tool or other embedded code is not an option, does anyone have a good solution for that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added a sample matrix below, but you could just take any matrix there is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:55:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934728#M229061</guid>
      <dc:creator>JohannesR</dc:creator>
      <dc:date>2022-05-05T08:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934729#M229062</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/234005"&gt;@JohannesR&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Currently its not a feature but there is an idea/feature request in the community if you want to support it&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Ideas/Support-Basic-Linear-Algebra-Vectors-and-Matrices/idi-p/62513" target="_blank"&gt;Support Basic Linear Algebra (Vectors and Matrices... - Alteryx Community&lt;/A&gt;. To achieve this you'll need to create an iterative or batch macro to loop through each column/row, couldn't find anyone on the gallery who has done this yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:06:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934729#M229062</guid>
      <dc:creator>IraWatt</dc:creator>
      <dc:date>2022-05-05T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934736#M229064</link>
      <description>&lt;P&gt;Think I've misinterpreted the question (I took it as A1xA1, A2xA2 etc) so apologies if that's incorrect but here's the solution in case it helps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataNath_0-1651742593940.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/233524i40EE42511390F0BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataNath_0-1651742593940.png" alt="DataNath_0-1651742593940.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:23:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934736#M229064</guid>
      <dc:creator>DataNath</dc:creator>
      <dc:date>2022-05-05T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934742#M229066</link>
      <description>&lt;P&gt;Thanks for your quick reply to both of you!&lt;/P&gt;&lt;P&gt;@DataNath Unfortunately, that's just not the correct result of the multiplication.&lt;/P&gt;&lt;P&gt;I would need the result as follows: Cell 1,1 = (A1,1 * A1,1)+(A1,2 * A2,1)+(A1,3 * A3,1)+...&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attached matrix is the result I'm actually looking for...&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:38:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/934742#M229066</guid>
      <dc:creator>JohannesR</dc:creator>
      <dc:date>2022-05-05T09:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/935480#M229320</link>
      <description>&lt;P&gt;I've made a standard macro that seems to do the trick. If you test it out and it works I'll clean it up and post it on the Gallery.&lt;/P&gt;
&lt;P&gt;[Brushed up on the mechanics &lt;A href="https://en.wikipedia.org/wiki/Matrix_multiplication" target="_blank" rel="noopener"&gt;here&lt;/A&gt; and tested it &lt;A href="https://matrix.reshish.com/multCalculation.php" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.]&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 19:36:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/935480#M229320</guid>
      <dc:creator>NeilR</dc:creator>
      <dc:date>2022-05-06T19:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/936549#M229647</link>
      <description>&lt;P&gt;I'm genuinely impressed by the solution. Works exactly as wished and when compared to python I only get differences from the 16th decimal point onwards which might be due to the floating point exception handled differently in python and in alteryx itself (I guess...&amp;nbsp;&lt;A href="https://www.ibm.com/docs/en/aix/7.1?topic=concepts-floating-point-exceptions" target="_blank" rel="noopener"&gt;Link to FPE&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I checked it against the Python solution and attached the workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your solution @NeilR!&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 10:15:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/936549#M229647</guid>
      <dc:creator>JohannesR</dc:creator>
      <dc:date>2022-05-10T10:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/937021#M229775</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/234005"&gt;@JohannesR&lt;/a&gt;&amp;nbsp;my pleasure that was fun. Out of curiosity, what are you&amp;nbsp; up to with matrix multiplication? [&lt;A href="https://community.alteryx.com/t5/Public-Community-Gallery/Matrix-Multiplication/ta-p/937027" target="_blank" rel="noopener"&gt;Gallery link&lt;/A&gt;.]&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 00:20:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/937021#M229775</guid>
      <dc:creator>NeilR</dc:creator>
      <dc:date>2022-05-11T00:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix multiplication of symmetric matrices</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/937096#M229805</link>
      <description>&lt;P&gt;I need this solution in the context of an expected credit loss calculation for a client in the banking sector, where you need to multiply the transition matrices in order to estimate the probability of default in a given number of years...&lt;/P&gt;&lt;P&gt;Unfortunately my client uses relatively slow machines which apparently struggle with the python script :D&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 07:13:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Matrix-multiplication-of-symmetric-matrices/m-p/937096#M229805</guid>
      <dc:creator>JohannesR</dc:creator>
      <dc:date>2022-05-11T07:13:44Z</dc:date>
    </item>
  </channel>
</rss>

