<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My notebook by Renzo Ruta</title>
      <link>https://padlet.com/renzruta247/y8de15v1warbeu3s</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-05-04 00:02:04 UTC</pubDate>
      <lastBuildDate>2024-05-04 00:04:08 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4d4.png</url>
      </image>
      <item>
         <title>EUCLIDEAN ALGORITHM </title>
         <author>renzruta247</author>
         <link>https://padlet.com/renzruta247/y8de15v1warbeu3s/wish/2979908628</link>
         <description><![CDATA[<p>The Euclidean algorithm is a method for finding the greatest common divisor (GCD) of two integers. It is named after the ancient Greek mathematician Euclid, who first described it in his work "Elements" around 300 BC. The algorithm is based on the principle that the GCD of two numbers also divides their difference.</p><p><br/></p><p>Here’s how the Euclidean algorithm works step-by-step:</p><p><br/></p><p>1. Input Two Numbers: Start with two positive integers, \(a\) and \(b\), where \(a \geq b\).</p><p>2. Divide and Find Remainder: Divide \(a\) by \(b\) and find the remainder, \(r\). Mathematically, this can be expressed as \(a = bq + r\), where \(q\) is the quotient.</p><p>3. Update the Numbers: Replace \(a\) with \(b\) and \(b\) with \(r\).</p><p>4. Repeat: Continue the process of dividing, finding the remainder, and updating the numbers until the remainder is zero.</p><p>5. Conclusion: When the remainder reaches zero, the last non-zero remainder is the greatest common divisor of the original two numbers.</p><p><br/></p><p>Example</p><p><br/></p><p>To find the GCD of 252 and 198:</p><p><br/></p><p>- \(252 = 198 \times 1 + 54\)  (Here, \(a=252\), \(b=198\), remainder \(r=54\))</p><p>- \(198 = 54 \times 3 + 36\)  (Now, \(a=198\), \(b=54\), new remainder \(r=36\))</p><p>- \(54 = 36 \times 1 + 18\)   (Now, \(a=54\), \(b=36\), new remainder \(r=18\))</p><p>- \(36 = 18 \times 2 + 0\)    (Finally, \(a=36\), \(b=18\), remainder \(r=0\))</p><p><br/></p><p>The GCD of 252 and 198 is 18, as that is the last non-zero remainder.</p><p><br/></p><p>Properties</p><p><br/></p><p>- Efficiency: The Euclidean algorithm is very efficient and works well even for very large numbers, making it practical for computational applications.</p><p>- Extension: This algorithm can be extended to not just numbers but also to polynomials and other mathematical elements.</p><p><br/></p><p>The Euclidean algorithm is fundamental in number theory and has many practical applications, including simplifying fractions, computing least common multiples, and in cryptographic algorithms like RSA.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-05-04 00:04:08 UTC</pubDate>
         <guid>https://padlet.com/renzruta247/y8de15v1warbeu3s/wish/2979908628</guid>
      </item>
   </channel>
</rss>
