Get Math Help

GET TUTORING NEAR ME!

(800) 434-2582

By submitting the following form, you agree to Club Z!'s Terms of Use and Privacy Policy

    Home / Get Math Help

    Unitary Divisor

    Definition

    A divisor d of n for which GCD(d, n/d) = 1, where GCD(m, n) is the greatest common divisor. For example, the divisors of 12 are {1, 2, 3, 4, 6, 12}, so the unitary divisors are {1, 3, 4, 12}. A list of unitary divisors of a number n an be computed in the Wolfram Language using: UnitaryDivisors[n_Integer] := Sort[Flatten[Outer[ Times, Sequence @@ ({1, #}& /@ Power @@@ FactorInteger[n]) ]]]

    Back to List | POWERED BY THE WOLFRAM LANGUAGE