<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://glaschick.de/rclab/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://glaschick.de/rclab/feed.php">
        <title>Retro Computer Laboratory algo</title>
        <description></description>
        <link>https://glaschick.de/rclab/</link>
        <image rdf:resource="https://glaschick.de/rclab/lib/tpl/dokubook/images/favicon.ico" />
       <dc:date>2026-05-09T13:06:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://glaschick.de/rclab/algo/babbageproblem?do=revisions&amp;rev=1546886733"/>
                <rdf:li rdf:resource="https://glaschick.de/rclab/algo/factoradd?do=revisions&amp;rev=1580833338"/>
                <rdf:li rdf:resource="https://glaschick.de/rclab/algo/inhalt?do=revisions&amp;rev=1660295403"/>
                <rdf:li rdf:resource="https://glaschick.de/rclab/algo/wurzel?do=revisions&amp;rev=1662208791"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://glaschick.de/rclab/lib/tpl/dokubook/images/favicon.ico">
        <title>Retro Computer Laboratory</title>
        <link>https://glaschick.de/rclab/</link>
        <url>https://glaschick.de/rclab/lib/tpl/dokubook/images/favicon.ico</url>
    </image>
    <item rdf:about="https://glaschick.de/rclab/algo/babbageproblem?do=revisions&amp;rev=1546886733">
        <dc:format>text/html</dc:format>
        <dc:date>2019-01-07T19:45:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>algo:babbageproblem</title>
        <link>https://glaschick.de/rclab/algo/babbageproblem?do=revisions&amp;rev=1546886733</link>
        <description>Dieser Text wird noch übersetzt

Charles Babbage wrote 1837:
&quot;What is the smallest positive integer 
whose square ends in the digits 269,696?&quot;
A solution within the features of the Analytical Engine (AE)
would be appropriate, so there is no string processing
and no floating-point numbers, no built-in square-root,
and the remainder of a division used to determine the trailing digits.
The (integral or fixed-point) numbers were rather long, 30 decimal digits.
We assume the execution time for an add…</description>
    </item>
    <item rdf:about="https://glaschick.de/rclab/algo/factoradd?do=revisions&amp;rev=1580833338">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-04T17:22:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>algo:factoradd</title>
        <link>https://glaschick.de/rclab/algo/factoradd?do=revisions&amp;rev=1580833338</link>
        <description>Faktorisierung ohne Probedivisionen

Etliche Verfahren der Kryptographie stützen sich darauf, dass ein Produkt von zwei Primzahlen einfach berechnet werden kann (selbst bei Faktoren mit 100 Dezimalstellen ist das ohne Computer möglich). Jedoch ist bislang kein Verfahren bekannt, mit dem man aus einer solchen Zahl die Primfaktoren systematisch in praktisch brauchbarer Zeit berechnen kann, sofern die Zahl mehrere hundert Dezimalstellen umfasst.</description>
    </item>
    <item rdf:about="https://glaschick.de/rclab/algo/inhalt?do=revisions&amp;rev=1660295403">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-12T11:10:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>algo:inhalt</title>
        <link>https://glaschick.de/rclab/algo/inhalt?do=revisions&amp;rev=1660295403</link>
        <description>Algorithmen und Beispiel-Programme

Eine Sammlung kleiner Programme und Algorithmen:

	*  Das Babbage Problem: gesucht ist eine Quadratzahl mit gegebenen Endziffern
	*  Einfache Faktorisierung ohne Probedivisionen
	*  Einige Beobachtungen über Wurzelberechnungen, insbesondere ohne Vorgabe der Genauigkeit</description>
    </item>
    <item rdf:about="https://glaschick.de/rclab/algo/wurzel?do=revisions&amp;rev=1662208791">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-03T14:39:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>algo:wurzel</title>
        <link>https://glaschick.de/rclab/algo/wurzel?do=revisions&amp;rev=1662208791</link>
        <description></description>
    </item>
</rdf:RDF>
