지수와 로그
지수 함수, 로그 함수, 거듭제곱 함수, 루트 함수
함수
exp | Exponential |
expm1 | Compute exp(X)-1 accurately for small
X |
log | Natural logarithm |
log10 | Common logarithm (base 10) |
log1p | Compute natural logarithm of 1+X accurately for small
X |
log2 | Base 2 logarithm and floating-point number dissection |
nextpow2 | Exponent of next higher power of 2 |
nthroot | Real nth root of real numbers |
pow2 | Base 2 exponentiation and scaling of floating-point numbers |
reallog | Natural logarithm for nonnegative real arrays |
realpow | Array power for real-only output |
realsqrt | Square root for nonnegative real arrays |
sqrt | Square root |
도움말 항목
- 거듭제곱과 지수
여기에서는 다양한 방식으로 행렬 거듭제곱과 행렬 지수를 계산하는 방법을 보여줍니다.
- 그래픽 방식의 지수 함수 비교
이 예제에서는 재밌게도 그래픽 접근 방법으로 e^pi이 pi^e보다 더 큰지를 알아봅니다.