What is the translation of " MÁXIMO COMÚN DIVISOR " in English?

common divisor
máximo común divisor
divisor común más
greatest common factor

Examples of using Máximo común divisor in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
Máximo común divisor en las relaciones humanas.
Maximum common divider in human relations.
Solo para recordarlo,para los enteros a y b, su máximo común divisor.
Just to recall for integers, a and b,their greatest common divisor.
Encuentra el máximo común divisor de 63 y 42.
Find the greatest common factor of 63 and 42.
Gratis Calcula el múltiplo más bajo común y el máximo común divisor.
Free Calculates the lowest common multiple and the greatest common divisor.
Máximo común divisor y mínimo común múltiplo.
Greatest common divisor and least common multiple.
Descripción Devuelve el máximo común divisor de dos o más números enteros.
Description Returns the greatest common divisor of two or more integers.
Máximo común divisor; solo 2 argumentos, ingresa tres o más argumentos como"gcda, b, c, d.
Greatest common denominator; 2 arguments only, enter three or more arguments as"gcda, b, c, d.
App sencilla e intuitiva para calcular el máximo común divisor de N números. 1.
Simple and intuitive app to calculate the greatest common divisor of N numbers. 1.
Calcule el máximo común divisor de dos enteros positivos.
Calculate the greatest common factor of two positive integers.
Problemas mínimo común múltiplo y máximo común divisor(m.c.m m.c. d).
Problems least common multiple and maximum common divisor(m.c.m m.c. d).
Calcular el máximo común divisor de dos números enteros positivos.
Calculate the greatest common factor of two positive integers.
Una terna pitagórica primitiva es aquella en la que el máximo común divisor de a, b y c es 1.
A primitive Pythagorean triple is one in which a, b and c are coprime the greatest common divisor of a, b and c is 1.
Primitivo" significa que el máximo común divisor de las tres longitudes laterales es igual a 1.
Primitive" means that the greatest common divisor of the three side lengths equals 1.
El contenido de un polinomio p∈ Z, denotado como"cont(p)", es, hasta su signo,el máximo común divisor de sus coeficientes.
The content of a polynomial p∈ Z, denoted"cont(p)", is, up to its sign,the greatest common divisor of its coefficients.
Calculamos el máximo común divisor de 1800 y 990: Descomponemos ambos números en factores primos.
Calculate the greatest common divisor of 1800 and 990: We decompose both numbers into prime factors.
Ver problemas¿Quieres ver problemas resueltos de Máximo común divisor y Mínimo común múltiplo?
View problems Want to see solved problems from Greatest common divisor and Least common multiple?
Un número entero d se llama máximo común divisor(MCD) de los números a y b cuando: d es divisor común de los números a y b d es divisible por cualquier otro divisor común de los números a y b.
If d is a common divisor of a and b, and every common divisor of a and b divides d, then d is called a greatest common divisor of a and b.
La historia de las fracciones continuas comienza con el Algoritmo de Euclides,un procedimiento para encontrar el máximo común divisor de dos números naturales m y n.
The story of continued fractions begins with the Euclidean algorithm,a procedure for finding the greatest common divisor of two natural numbers m and n.
Para reducir la fracción necesita para encontrar el máximo común divisor de su numerador y el denominador: NOD(m, n), después de lo cual se trata de dividir el numerador y el denominador de la fracción de este número.
To reduce a fraction you need to find the greatest common divisor of its numerator and denominator: GCD(m, n), and then divide the numerator and denominator by this number.
Si un objeto presenta simetría rotacional, por ejemplo, con respecto a un ángulo de 100°,también la tendrá con respecto a uno de 20°, el máximo común divisor de 100° y 360°.
If there is e.g. rotational symmetry with respect to an angle of 100°, then also with respectto one of 20°, the greatest common divisor of 100° and 360°.
Un ejemplo típico de este tipo de trabajo es el cálculo del máximo común divisor de polinomios, que se requiere para simplificar fracciones.
A typical example of this kind of work is the computation of polynomial greatest common divisors, which is required to simplify fractions.
Un polinomio primitivo puede referirse a uno de los dos siguientes conceptos:Un polinomio sobre un dominio de factorización única(como el de los enteros) tal que el máximo común divisor de sus coeficientes es 1.
A primitive polynomial is a polynomial overa unique factorization domain, such that 1 is a greatest common divisor of its coefficients.
Usando los números de Fibonacci, demostró que cuando se encuentra el máximo común divisor de los enteros a y b, el algoritmo corre en no más de 5k pasos, donde k es el número de dígitos(en base diez) de b.
Using Fibonacci numbers, he proved that when finding the greatest common divisor of integers a and b, the algorithm runs in no more than 5k steps, where k is the number of(decimal) digits of b.
Este algoritmo de Euclides generalizado se puede utilizar para los mismo fines que el algoritmo de Euclides original en el anillo de los enteros:en un dominio euclídeo se puede utilizar este algoritmo para calcular el máximo común divisor de dos elementos cualesquiera.
This generalized Euclidean algorithm can be put to many of the same uses as Euclid's original algorithm in the ring of integers:in any Euclidean domain, one can apply the Euclidean algorithm to compute the greatest common divisor of any two elements.
Otro algoritmo de“divide y vencerás” con un único subproblema es el algoritmo de Euclides para computar el máximo común divisor de dos números(mediante reducción de números a problemas equivalentes cada vez más pequeños), que data de muchos siglos antes de Cristo.
Another ancient decrease-and-conquer algorithm is the Euclidean algorithm to compute the greatest common divisor of two numbers by reducing the numbers to smaller and smaller equivalent subproblems, which dates to several centuries BC.
Ejemplos de recursión generativa incluyen: máximo común divisor, quicksort, búsqueda binaria, mergesort, Método de Newton, fractals e integración adaptiva. Un ejemplo clásico de una subrutina recursiva es la función usada para calcular el factorial de un entero.
Examples of generative recursion include: gcd, quicksort, binary search, mergesort, Newton's method, fractals, and adaptive integration.- Matthias Felleisen, Advanced Functional Programming, 2002 This distinction is important in proving termination of a function.
Los números naturales conforman un retículo distributivo completo, con el máximo común divisor como meet y el mínimo común múltiplo como join.
The natural numbers form a(conditionally complete) distributive lattice by taking the greatest common divisor as meet and the least common multiple as join.
A partir de aquí, todas las soluciones primitivas pueden ser obtenidas dividiendo a,b y c por su máximo común divisor por ejemplo, una solución al triángulo equilátero se obtiene tomando m 2 y n 1, pero esto produce a b c 3, que no es una solución primitiva.
From here, all primitive solutions can be obtained by dividing a, b, andc by their greatest common divisor e.g. an equilateral triangle solution is obtained by taking m 2 and n 1, but this produces a b c 3, which is not a primitive solution.
Dado un entero positivo n,el conjunto de todos los divisores positivos de n, con el máximo común divisor y el mínimo común múltiplo como meet y join.
Given a positive integer n, the set of all positive divisors of nforms a distributive lattice, again with the greatest common divisor as meet and the least common multiple as join.
Results: 29, Time: 0.041

How to use "máximo común divisor" in a Spanish sentence

Máximo común divisor y mínimo común múltiploEl máximo común divisor (m.
Cálculo del máximo común divisor (m.
Tema: Máximo común divisor (MCD) Sra.
Cálculo del máximo común divisor (MCD).
Máximo común divisorEl máximo común divisor (m.
Así que el máximo común divisor (M.
¿Cómo se calcula el máximo común divisor (M.

How to use "common divisor, greatest common factor" in an English sentence

HFC is also called greatest common divisor (gcd).
greatest common factor printable worksheets free related.
Compute the greatest common divisor of x and y.
What Is the Greatest Common Factor in Algebra?
Microscope Worksheet Money Worksheets Greatest Common Factor Worksheet.
Finding the greatest common factor in algebra What is the greatest common factor in algebra?
Greatest Common Divisor Word Problems – Free algebra worksheets.
The greatest common factor of and is Answered.
How to find the greatest common factor (GCF)?
finding the greatest common factor worksheets original.
Show more

Word-for-word translation

Top dictionary queries

Spanish - English