곱 명령

GeoGebra Manual
Mathcare (토론 | 기여)님의 2020년 6월 28일 (일) 20:50 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색
Accessories dictionary.png
이 페이지는 공식 매뉴얼에서 출력과 pdf를 위한 부분입니다. 일반 사용자들은 이 페이지를 편집할 수 없습니다. 만일 이 페이지에서 오류를 발견하였으면, 연락하여 주시기 바랍니다.사용자에 의해 편집 가능한 버전으로 이동
Product( <List of Raw Data> )
Calculates the product of all numbers in the list.
예:
Product({2, 5, 8}) yields 80.
Product( <List of Numbers>, <Number of Elements> )
Calculates the product of the first n elements in the list.
예:
Product({1, 2, 3, 4}, 3) yields 6.
Product( <List of Numbers>, <List of Frequencies> )
Calculates the product of all elements in the list of numbers raised to the value given in the list of frequencies for each one of them.
예:
Product({20, 40, 50, 60}, {4, 3, 2, 1}) yields 1536000000000000
Product({sqrt(2), cbrt(3), sqrt(5), cbrt(-7)}, {4, 3, 2, 3}) yields -420
노트: The two lists must have the same length.

CAS Syntax

Product( <List of Expressions> )
Calculates the product of all elements in the list.
예:
Product({1, 2, x}) yields 2x.
Product( <Expression>, <Variable>, <Start Index>, <End Index> )
Calculates the product of the expressions that are obtained by replacing the given variable with every integer from start to end.
예:
Product(x + 1, x, 2, 3) yields 12.

곱 명령

곱[ <원자료의 리스트> ]
수의 리스트의 곱을 계산해줍니다.
예: 곱[ {2, 5, 8} ]를 입력하면 80을 구할 수 있습니다.
곱[ <수의 리스트>, <원소의 갯수> ]
수의 리스트의 처음 n개 원소의 곱을 개산합니다.
예: 곱[ {1, 2, 3, 4}, 3 ]를 입력하면 6을 구할 수 있습니다.
곱[ <수의 리스트>, <도수의 리스트> ]
수의 리스트의 원소들의 도수들 빈도만큼 모두 곱한 값을 구할 수 있습니다.
예:
  • 곱[ {20, 40, 50, 60}, {4, 3, 2, 1} ]를 입력하면 1536000000000000를 구할 수 있습니다.
  • 곱[ {sqrt(2), cbrt(3), sqrt(5), cbrt(-7)}, {4, 3, 2, 3} ] 를 입력하면 -420을 구할 수 있습니다.
노트: <수의 리스트>와 <도수의 리스트>의 길이는 동일해야 합니다.

CAS 창

곱[ <식의 리스트> ]
식의 리스트의 곱을 구할 수 있습니다.
예: 곱[ {1, 2, x} ]를 입력하면 2x를 구할 수 있습니다.
곱[ <식>, <변수>, <처음 인덱스>, <마지막 인덱스> ]
주어진 변수의 <처음 인덱스> 값에서 <마지막 인덱스> 값까지의 모든 정수를 식에 대입하여 얻은 곱을 계산합니다.
예: 곱[ x+1, x, 2, 3 ]를 입력하면 12를 구할 수 있습니다.
© 2024 International GeoGebra Institute