본문 바로가기

ETC

[#. ETC] modulo 연산 사이트, 약수 구하기 사이트, 확장된 유클리드 알고리즘 사이트

반응형

 

 

 

 

 

약수, 공약수 구하기

 

https://codepen.io/jjkeb/full/mReYoN

 

약수, 공약수 계산기

...

codepen.io

 

 

 

 

 

 

modulo 연산 사이트

 

https://www.calculators.org/math/modulo.php

 

Modulo Calculator

JavaScript is turned off in your web browser. You need to turn it on to use our JavasSript-based calculators. Formats You may see modulo operations on numbers expressed as either of the following a modulo n a mod n (abbreviated version) Example Math Proble

www.calculators.org

 

 

 

 

 

 

제곱 modulo 사이트 

 

https://www.mtholyoke.edu/courses/quenell/s2003/ma139/js/powermod.html

 

PowerMod Calculator

PowerMod Calculator Computes (base)(exponent) mod (modulus) in log(exponent) time. The program is written in JavaScript, and runs on the client computer. Most implementations seem to handle numbers of up to 16 digits correctly.

www.mtholyoke.edu

 

 

 

 

 

 

modulo 역수 사이트

 

https://www.dcode.fr/modular-inverse

 

Modular Inverse Calculator (A^-1 Modulo N) - Online InvMod Tool

Tool to compute the modular inverse of a number. The modular multiplicative inverse of an integer N modulo m is an integer n such as the inverse of N modulo m equals n.

www.dcode.fr

 

 

 

 

 

 

확장된 유클리드 알고리즘 사이트(Extended Euclidean algorithm) 

https://www.dcode.fr/extended-gcd

 

Extended GCD Algorithm Calculator - Online Tool

Tool to apply the extended GCD algorithm (Euclidean method) in order to find the values of the Bezout coefficients and the value of the GCD of 2 numbers.

www.dcode.fr

 

 

 

 

 

 

 

반응형