Main Content

이 번역 페이지는 최신 내용을 담고 있지 않습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

수론

모듈러 산술 연산과 수열

기초 수론적 연산을 수행하여 LCM, GCD, 모듈로, 몫 및 나머지를 구할 수 있습니다. 또한 소수와 특수 수열(예: 고조파 수, 베르누이 수 및 오일러 수)도 구할 수 있습니다.

함수

모두 확장

divisorsDivisors of integer or expression
factorIntegerPowerPerfect power factoring
gcdGCD of numbers and polynomials
isPrimitiveRootDetermine which array elements are primitive roots (R2020a 이후)
lcmLeast common multiple
maxMaximum elements of symbolic input (R2021a 이후)
minMinimum elements of symbolic input (R2021a 이후)
modSymbolic modulus after division
powermodModular exponentiation
quorem몫과 나머지
remRemainder after division
bernoulli베르누이 수와 베르누이 다항식
euler오일러 수와 오일러 다항식
fibonacci피보나치 수
harmonicHarmonic function (harmonic number)
ratRational fraction approximation (continued fraction) (R2020a 이후)
nextprime다음 소수
nthprimen번째 소수
prevprimePrevious prime number
eulerPhiEuler phi function (R2020a 이후)
jacobiSymbolJacobi symbol (R2020a 이후)