Toom-Cook
- Toom-Cook
-
Algorithme Toom-Cook
Toom-Cook, aussi appelé Toom-3, est une technique de multiplication utilisée pour multiplier deux grands nombres. Ces grands nombres sont découpés en plus petits nombres sur lesquels on effectuera les calculs.
Multiplier deux nombres revient à multiplier deux polynômes
et
ce qui donne un troisième polynôme
En l'évaluant en cinq points
ses coefficients peuvent être déterminés
Ce calcul nécessite cinq multiplications trois fois plus simples et quelques additions
La complexité est donc
Voir aussi
Références
- Тоом Андрей Леонович, О сложности схемы из функциональных элементов, реализующей умножение целых чисел, Доклады Академии Наук СССР, T.150, N°3, pagg.496-498 [1]
- D. Knuth. The Art of Computer Programming, Volume 2. Troisième édition, Addison-Wesley, 1997.
- R. Crandall & C. Pomerance. Prime Numbers - A Computational Perspective. Seconde édition, Springer, 2005.
- Toom 3-Way Multiplication, documentation de GMP
Wikimedia Foundation.
2010.
Contenu soumis à la licence CC-BY-SA. Source : Article Toom-Cook de Wikipédia en français (auteurs)
Regardez d'autres dictionnaires:
Toom–Cook multiplication — Toom–Cook, sometimes known as Toom 3, named after Andrei Toom and Stephen Cook, is a multiplication algorithm, a method of multiplying two large integers.Given two large integers, a and b , Toom–Cook splits up a and b into k smaller parts each of … Wikipedia
Toom-Cook-Algorithmus — Der Toom Cook Algorithmus ist ein effizienter Algorithmus zur Multiplikation zweier ganzer Zahlen, der nach dem Prinzip Teile und herrsche arbeitet. Er wurde zuerst von Andrei Toom beschrieben, später durch Cook verbessert und in dessen… … Deutsch Wikipedia
Algorithme de Toom-Cook — Algorithme Toom Cook Toom Cook, aussi appelé Toom 3, est une technique de multiplication utilisée pour multiplier deux grands nombres. Ces grands nombres sont découpés en plus petits nombres sur lesquels on effectuera les calculs. Multiplier deux … Wikipédia en Français
Algorithme Toom-Cook — L algorithme de Toom Cook, aussi appelé Toom 3, est un algorithme de multiplication dû à Andrei Toom (en) et Stephen Cook, utilisé pour multiplier deux grands nombres. Ces grands nombres sont découpés en plus petits nombres sur lesquels on… … Wikipédia en Français
Toom — may refer to:* Andrei Toom (born 1942), Russian mathematician * Toom–Cook multiplication or Toom 3, a mathematical algorithm * Toom (Netherlands), a hamlet * Toom (supermarket), a chain of supermarkets in Germany * Toum, a garlic sauce from… … Wikipedia
Andrei Toom — Andrei Toom, also known as André Toom, (born 1942) is a Russian mathematician currently living in Brazil, famous for his early work in analysis of algorithms (culminating in the Toom–Cook algorithm), cellular automata, probability theory and… … Wikipedia
Stephen A. Cook — 2008 Stephen Arthur Cook (* 14. Dezember 1939 in Buffalo, New York) ist Professor der Informatik an der University of Toronto in Kanada. Sein Hauptbetätigungsfeld ist die Komplexitätstheorie; Cook arbeitet neben seiner Lehrtätigkeit aber auch an… … Deutsch Wikipedia
Multiplication algorithm — A multiplication algorithm is an algorithm (or method) to multiply two numbers. Depending on the size of the numbers, different algorithms are in use. Efficient multiplication algorithms have existed since the advent of the decimal system.… … Wikipedia
Computational complexity of mathematical operations — The following tables list the running time of various algorithms for common mathematical operations. Here, complexity refers to the time complexity of performing computations on a multitape Turing machine.[1] See big O notation for an explanation … Wikipedia
Karatsuba-Algorithmus — Der Karatsuba Algorithmus (1960) ist ein Algorithmus zur Multiplikation zweier ganzer Zahlen. Mit einer Laufzeitkomplexität von ist er deutlich schneller als der naive Algorithmus nach der Schulmethode. Dieser (und auch dessen implizite… … Deutsch Wikipedia