거듭제곱

Jmnote (토론 | 기여)님의 2017년 8월 6일 (일) 10:02 판 (→‎같이 보기)

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 }}