0
EN
1
المرجع الالكتروني للمعلوماتية

تاريخ الرياضيات

الاعداد و نظريتها

تاريخ التحليل

تار يخ الجبر

الهندسة و التبلوجي

الرياضيات في الحضارات المختلفة

العربية

اليونانية

البابلية

الصينية

المايا

المصرية

الهندية

الرياضيات المتقطعة

المنطق

اسس الرياضيات

فلسفة الرياضيات

مواضيع عامة في المنطق

الجبر

الجبر الخطي

الجبر المجرد

الجبر البولياني

مواضيع عامة في الجبر

الضبابية

نظرية المجموعات

نظرية الزمر

نظرية الحلقات والحقول

نظرية الاعداد

نظرية الفئات

حساب المتجهات

المتتاليات-المتسلسلات

المصفوفات و نظريتها

المثلثات

الهندسة

الهندسة المستوية

الهندسة غير المستوية

مواضيع عامة في الهندسة

التفاضل و التكامل

المعادلات التفاضلية و التكاملية

معادلات تفاضلية

معادلات تكاملية

مواضيع عامة في المعادلات

التحليل

التحليل العددي

التحليل العقدي

التحليل الدالي

مواضيع عامة في التحليل

التحليل الحقيقي

التبلوجيا

نظرية الالعاب

الاحتمالات و الاحصاء

نظرية التحكم

بحوث العمليات

نظرية الكم

الشفرات

الرياضيات التطبيقية

نظريات ومبرهنات

علماء الرياضيات

500AD

500-1499

1000to1499

1500to1599

1600to1649

1650to1699

1700to1749

1750to1779

1780to1799

1800to1819

1820to1829

1830to1839

1840to1849

1850to1859

1860to1864

1865to1869

1870to1874

1875to1879

1880to1884

1885to1889

1890to1894

1895to1899

1900to1904

1905to1909

1910to1914

1915to1919

1920to1924

1925to1929

1930to1939

1940to the present

علماء الرياضيات

الرياضيات في العلوم الاخرى

بحوث و اطاريح جامعية

هل تعلم

طرائق التدريس

الرياضيات العامة

نظرية البيان

قم بتسجيل الدخول اولاً لكي يتسنى لك الاعجاب والتعليق.

Fermat,s Factorization Method

المؤلف:  Lehmer, D. H. and Powers, R. E.

المصدر:  "On Factoring Large Numbers." Bull. Amer. Math. Soc. 37

الجزء والصفحة:  ...

13-9-2020

1375

+

-

20

Fermat's Factorization Method

Given a number n, Fermat's factorization methods look for integers x and y such that n=x^2-y^2. Then

 n=(x-y)(x+y)

(1)

and n is factored. A modified form of this observation leads to Dixon's factorization method and the quadratic sieve.

Every positive odd integer can be represented in the form n=x^2-y^2 by writing n=ab (with a>b) and noting that this gives

a = x+y

(2)

b = x-y.

(3)

Adding and subtracting,

a+b = 2x

(4)

a-b = 2y,

(5)

so solving for x and y gives

x = 1/2(a+b)

(6)

y = 1/2(a-b).

(7)

Therefore,

 x^2-y^2=1/4[(a+b)^2-(a-b)^2]=ab.

(8)

As the first trial for x, try x_1=[sqrt(n)], where [x] is the ceiling function. Then check if

 Deltax_1=x_1^2-n

(9)

is a square number. There are only 22 combinations of the last two digits which a square number can assume, so most combinations can be eliminated. If Deltax_1 is not a square number, then try

 x_2=x_1+1,

(10)

so

Deltax_2 = x_2^2-n

(11)

= (x_1+1)^2-n

(12)

= x_1^2+2x_1+1-n

(13)

= Deltax_1+2x_1+1.

(14)

Continue with

Deltax_3 = x_3^2-n

(15)

= (x_2+1)^2-n

(16)

= x_2^2+2x_2+1-n

(17)

= Deltax_2+2x_2+1

(18)

= Deltax_2+2x_1+3,

(19)

so subsequent differences are obtained simply by adding two.

Maurice Kraitchik sped up the algorithm by looking for x and y satisfying

 x^2=y^2 (mod n),

(20)

i.e., n|(x^2-y^2). This congruence has uninteresting solutions x=+/-y (mod n) and interesting solutions x≢+/-y (mod n). It turns out that if n is odd and divisible by at least two different primes, then at least half of the solutions to x^2=y^2 (mod n) with xy relatively prime to n are interesting. For such solutions, (n,x-y) is neither n nor 1 and is therefore a nontrivial factor of n (Pomerance 1996). This algorithm can be used to prove primality, but is not practical. In 1931, Lehmer and Powers discovered how to search for such pairs using continued fractions. This method was improved by Morrison and Brillhart (1975) into the continued fraction factorization algorithm, which was the fastest algorithm in use before the quadratic sieve factorization method was developed.


REFERENCES:

Lehmer, D. H. and Powers, R. E. "On Factoring Large Numbers." Bull. Amer. Math. Soc. 37, 770-776, 1931.

McKee, J. "Speeding Fermat's Factoring Method." Math. Comput. 68, 1729-1738, 1999.

Morrison, M. A. and Brillhart, J. "A Method of Factoring and the Factorization of F_7." Math. Comput. 29, 183-205, 1975.

Pomerance, C. "A Tale of Two Sieves." Not. Amer. Math. Soc. 43, 1473-1485, 1996.

اخر الاخبار

اشترك بقناتنا على التلجرام ليصلك كل ما هو جديد