<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MMULT on Sulprobil</title>
    <link>https://www.sulprobil.de/tags/mmult/</link>
    <description>Recent content in MMULT on Sulprobil</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 23 May 2026 06:55:00 +0100</lastBuildDate>
    <atom:link href="https://www.sulprobil.de/tags/mmult/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Extended Euklidean Algorithm (VBA)</title>
      <link>https://www.sulprobil.de/sbeuklid_en/</link>
      <pubDate>Sat, 23 May 2026 06:55:00 +0100</pubDate>
      <guid>https://www.sulprobil.de/sbeuklid_en/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;You need to represent a number as a non-negative linear combination of two&#xA;positive integers?&lt;/p&gt;&#xA;&lt;p&gt;You can achieve this with the (external link!) &lt;a href=&#34;https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm&#34;&gt;extended Euklidean Algorithm&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.sulprobil.de/sbEuklid_en.png&#34; alt=&#34;sbEuklid_en&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Note: If your desired result is a multiple of the greatest common divisor of the inputs&#xA;then there will always be an integer solution, but not necessarily a non-negative one.&#xA;Example: You can represent 1 with the inputs 5 and 3 because 1 is the GCD of 3 and 5: 1 = 2 * 5 + (-3) * 3.&#xA;But you cannot achieve this with non-negative integers only.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
