"거듭제곱"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
==개요==
;exponentiation, power
;exponentiation, power
;거듭제곱, 누승, 멱, 지수
;거듭제곱, 누승, 멱, 지수
==개요==
*이항 연산
*하나의 수를 여러 번 곱하는 연산
 
==기호==
<math>a^n</math>
<math>a^n</math>
*a: 밑(base)
:a: 밑(base)
*n: 지수, 승수(exponent, index, power)
:n: 지수, 승수(exponent, index, power)


==성질==
==성질==

2015년 4월 19일 (일) 08:31 판

1 개요

exponentiation, power
거듭제곱, 누승, 멱, 지수
  • 이항 연산
  • 하나의 수를 여러 번 곱하는 연산

2 기호

[math]\displaystyle{ a^n }[/math]

a: 밑(base)
n: 지수, 승수(exponent, index, power)

3 성질

[math]\displaystyle{ a\neq 0 }[/math]이고 n이 정수일 때

[math]\displaystyle{ a^0=1 }[/math]
[math]\displaystyle{ a^{-n}=\frac{1}{a^n} }[/math]

4 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}