인수리스트 명령

GeoGebra Manual
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Factors( <Polynomial> )
Gives a list of lists of the type {factor, exponent} such that the product of all these factors raised to the power of the corresponding exponents equals the given polynomial. The factors are sorted by degree in ascending order.
예: Factors(x^8 - 1) yields {{x - 1, 1}, {x + 1, 1}, {x^2 + 1, 1}, {x^4 + 1, 1}}.
노트: Not all of the factors are irreducible over the reals.
Factors( <Number> )
Gives matrix of the type \left( \begin{array}{} prime_1 & exponent_1 \\ prime_2 & exponent_2 \\prime_3 & exponent_3 \\ \end{array} \right) such that the product of all these primes raised to the power of the corresponding exponents equals the given number. The primes are sorted in ascending order.
예:
  • Factors(1024) yields ( 2 10 ), since 1024 = 2^{10}.
  • Factors(42) yields \left( \begin{array}{} 2 & 1 \\ 3 & 1 \\7 & 1 \\ \end{array} \right) , since 42 = 2^1・3^1・7^1.
노트: See also PrimeFactors Command and Factor Command.


노트: In the Menu view cas.svg CAS View undefined variables can be used as input and the results are returned as proper matrices.
예: Factors(a^8 - 1) yields \left( \begin{array}{} a - 1 & 1 \\ a +1 & 1 \\a^2 + 1& 1 \\a^4 + 1& 1 \\ \end{array} \right).
© 2024 International GeoGebra Institute