Binary GCD algorithm

Results: 7



#Item
1

Python program implementing the extended binary GCD algorithm. def ext_binary_gcd(a,b): """Extended binary GCD. Given input a, b the function returns d, s, t such that gcd(a,b) = d = as + bt.""" u, v, s, t, r = 1, 0, 0,

Add to Reading List

Source URL: www.ucl.ac.uk

Language: English - Date: 2009-11-18 13:56:40
    2Analysis of algorithms / Arithmetic / Computational complexity theory / Binary GCD algorithm / Big O notation / Summation / Time complexity / Euclidean algorithm / Greatest common divisor / Mathematics / Theoretical computer science / Mathematical notation

    CS 70 Spring 2005 Discrete Mathematics for CS Clancy/Wagner

    Add to Reading List

    Source URL: www.cs.berkeley.edu

    Language: English - Date: 2015-01-21 19:48:43
    3Computational complexity theory / Greatest common divisor / Euclidean algorithm / Number theory / Time complexity / Factorial / Binary GCD algorithm / Computational complexity of mathematical operations / Mathematics / Theoretical computer science / Multiplicative functions

    Algorithmica:1-10 Algorithmica 9 1990Springer-VerlagNew York Inc. An Improved Parallel Algorithm for Integer GCD

    Add to Reading List

    Source URL: www.wisdom.weizmann.ac.il

    Language: English - Date: 2011-02-28 05:21:13
    4Greatest common divisor / Least common multiple / Euclidean algorithm / Divisor / Multiplicative order / GCD domain / Binary GCD algorithm / Mathematics / Number theory / Modular arithmetic

    Greatest Common Divisor and Least Common Multiple, v3 WG21 N4061N3913, N3845 JTC1Programming Language C++ Walter E. Brown <>

    Add to Reading List

    Source URL: www.open-std.org

    Language: English - Date: 2014-06-30 08:00:30
    5Greatest common divisor / Make / Denis Diderot / Mathematics / Binary GCD algorithm / Euclidean algorithm / Software / Multiplicative functions / Computing

    Environnements et Outils de Développement Cours 6 — Building with make Stefano Zacchiroli Laboratoire PPS, Université Paris Diderot

    Add to Reading List

    Source URL: upsilon.cc

    Language: English - Date: 2015-01-01 06:25:22
    6Dynamical system / Applied mathematics / Structure / Binary GCD algorithm / Mathematics / Euclidean algorithm / Algorithm

    ANALYSIS of EUCLIDEAN ALGORITHMS An Arithmetical Instance of Dynamical Analysis Dynamical Analysis := Analysis of Algorithms + Dynamical Systems Brigitte Vall´ ee (CNRS and Universit´e de Caen, France)

    Add to Reading List

    Source URL: www.ime.usp.br

    Language: English - Date: 2008-04-23 13:52:13
    7Greatest common divisor / Make / Denis Diderot / Mathematics / Binary GCD algorithm / Euclidean algorithm / Software / Multiplicative functions / Computing

    Environnements et Outils de Développement Cours 6 — Building with make Stefano Zacchiroli Laboratoire PPS, Université Paris Diderot

    Add to Reading List

    Source URL: upsilon.cc

    Language: English - Date: 2015-01-01 06:25:17
    UPDATE