To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Quadratic Frobenius test

From Wikipedia, the free encyclopedia

The quadratic Frobenius test (QFT) is a probabilistic primality test to determine whether a number is a probable prime. It is named after Ferdinand Georg Frobenius. The test uses the concepts of quadratic polynomials and the Frobenius automorphism. It should not be confused with the more general Frobenius test using a quadratic polynomial – the QFT restricts the polynomials allowed based on the input, and also has other conditions that must be met. A composite passing this test is a Frobenius pseudoprime, but the converse is not necessarily true.

YouTube Encyclopedic

  • 1/3
    Views:
    165 755
    1 000
    701
  • Power Series Solutions of Differential Equations, Ex 2
  • Henriques: Extended Conformal Field Theories from Frobenius Algebras (Part 2)
  • Differential Equation - 2nd Order (65 of 84) Reduction Method: Example

Transcription

Concept

Grantham's stated goal when developing the algorithm was to provide a test that primes would always pass and composites would pass with a probability of less than 1/7710.[1]: 33 

The test was later extended by Damgård and Frandsen to a test called extended quadratic Frobenius test (EQFT).[2]

Algorithm

Let n be a positive integer such that n is odd, and let b and c be integers such that and , where denotes the Jacobi symbol. Set . Then a QFT on n with parameters (b, c) works as follows:

(1) Test whether one of the primes less than or equal to the lower of the two values and divides n. If yes, then stop: n is composite.
(2) Test whether . If yes, then stop: n is composite.
(3) Compute . If , then stop: n is composite.
(4) Compute . If , then stop: n is composite.
(5) Let with s odd. If , and for all , then stop: n is composite.

If the QFT does not stop in steps (1)–(5), then n is a probable prime.

(The notation means that , where H and K are polynomials.)

See also

References

  1. ^ Grantham, J. (1998). "A Probable Prime Test With High Confidence". Journal of Number Theory. 72 (1): 32–47. CiteSeerX 10.1.1.56.8827. doi:10.1006/jnth.1998.2247. S2CID 119640473.
  2. ^ Damgård, Ivan Bjerre; Frandsen, Gudmund Skovbjerg (2003). "An Extended Quadratic Frobenius Primality Test with Average and Worst Case Error Estimates". Fundamentals of Computation Theory (PDF). Lecture Notes in Computer Science. Vol. 2751. Springer Berlin Heidelberg. pp. 118–131. doi:10.1007/978-3-540-45077-1_12. ISBN 978-3-540-45077-1. ISSN 1611-3349.
This page was last edited on 19 March 2024, at 19:49
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.